FFmpeg git repo
Go to file
Michael Niedermayer c868219c9a lavc: put motion test back.
While not that usefull, we can as well keep it until it breaks.
When it breaks for whatever reason ill likely remove it
Sorry for the revert spam, i had not realized this code compiles
and works fine.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-03 23:23:40 +02:00
compat
doc examples: add demuxing.c example 2012-09-02 10:48:01 +02:00
libavcodec lavc: put motion test back. 2012-09-03 23:23:40 +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 rmdec: remove unused variable 2012-09-03 22:40:41 +02:00
libavresample
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
.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
cmdutils.h
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
ffmpeg.h
ffmpeg_filter.c avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
ffmpeg_opt.c
ffplay.c Merge remote-tracking branch 'cus/stable' 2012-09-01 14:59:08 +02: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.