FFmpeg git repo
Go to file
Michael Niedermayer 8cc77646c0 yadif: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-03 22:40:31 +02:00
compat
doc examples: add demuxing.c example 2012-09-02 10:48:01 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-09-03 17:41:17 +02:00
libavdevice avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
libavfilter yadif: remove unused variable 2012-09-03 22:40:31 +02:00
libavformat lavf/segment: set EXT-X-VERSION to 3 rather than to 4 2012-09-02 10:42:25 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
libavutil Fix compilation with yasm-0.6.2. 2012-09-01 10:59:16 +02:00
libpostproc
libswresample Fix compilation with yasm-0.6.2. 2012-09-01 10:59:16 +02:00
libswscale Remove redundant masks in STORE_BGR24_MMX. 2012-09-02 21:56:50 +02:00
mt-work
presets
tests fate: add ansi256 test case 2012-09-02 18:15:08 +02:00
tools Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
.gitignore examples: add demuxing.c example 2012-09-02 10:48:01 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: port decimate libmpcodecs filter 2012-08-31 16:04:37 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
cmdutils.h Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
cmdutils_common_opts.h
common.mak
configure configure: Treat warnings as errors in check_yasm() 2012-09-01 23:45:32 +02:00
ffmpeg.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffmpeg.h Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffmpeg_filter.c avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
ffmpeg_opt.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffplay.c Merge remote-tracking branch 'cus/stable' 2012-09-01 14:59:08 +02:00
ffprobe.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
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.