FFmpeg git repo
Go to file
Michael Niedermayer b2d0c5bd13 Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e'
* commit '33552a5f7b6ec7057516f487b1a902331f8c353e':
  arm: Add mathops.h to ARCH_HEADERS list
  avstring: K&R formatting cosmetics

Conflicts:
	libavutil/avstring.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-25 14:24:38 +01:00
compat
doc lavf/img2enc: extend current options documentation 2013-01-25 00:04:23 +01:00
libavcodec Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e' 2013-01-25 14:24:38 +01:00
libavdevice Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f' 2013-01-18 13:36:39 +01:00
libavfilter lavfi/earwax: remove config_input() 2013-01-24 10:37:44 +00:00
libavformat lavf/img2enc: extend current options documentation 2013-01-25 00:04:23 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2013-01-18 13:54:38 +01:00
libavutil Merge commit '33552a5f7b6ec7057516f487b1a902331f8c353e' 2013-01-25 14:24:38 +01:00
libpostproc
libswresample swr: support first_pts 2013-01-21 00:52:14 +01:00
libswscale swscale: check flags instead of nb_components to find if pixel format have alpha 2013-01-25 13:06:00 +00:00
presets
tests lavu/eval: extend if/ifnot functions to accept a third parameter 2013-01-24 12:19:01 +01:00
tools Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' 2013-01-23 17:44:56 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog afade filter 2013-01-21 15:20:42 +00:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdline: fix -- to escape files starting with - 2013-01-19 14:50:36 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '2c10e2a2f62477efaef5b641974594f7df4ca339' 2013-01-25 14:14:21 +01:00
ffmpeg.c ffmpeg: copy tmcd track timebase parameters 2013-01-24 18:37:32 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: fix typo in open_files() message 2013-01-25 00:46:41 +01:00
ffplay.c ffplay: flush video filters on seek 2013-01-19 00:48:06 +01:00
ffprobe.c
ffserver.c
library.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.