Go to file
Michael Niedermayer 1762d9ced7 Restructure video filter implemenattion in ffmpeg.c.
This fixes several bugs like multiple outputs and -aspect mixed with -vf

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-02-14 23:03:13 +01:00
doc Fix script command in a FAQ entry 2011-02-13 00:54:06 +01:00
ffpresets Update qmin/qmax values for libx264 presets 2011-02-09 03:33:56 +01:00
libavcodec Make truncated mpeg4 GOP header check a bit more specific. 2011-02-14 14:45:46 +01:00
libavcore Implement av_samples_alloc() and av_samples_fill_arrays(). 2011-02-02 03:12:47 +01:00
libavdevice Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-28 03:15:34 +01:00
libavfilter libavfilter: add video movie source 2011-02-09 03:33:28 +01:00
libavformat rtsp/rdt: Assign the RTSPStream index to AVStream->id 2011-02-13 00:54:05 +01:00
libavutil Add check for Athlon64 and similar AMD processors with slow SSE2. 2011-02-13 00:54:05 +01:00
libpostproc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libswscale Remove a few if (p) av_freep(&p) forms 2011-02-06 20:31:44 +01:00
tests Fix qtrle regression test, actually test qtrle. 2011-02-13 00:54:05 +01:00
tools consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
.gitignore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
Changelog Bink version 'b' video decoder 2011-02-13 00:52:50 +01:00
cmdutils_common_opts.h
cmdutils.c Implement guessed_pts in avcodec_decode_video2 2011-02-07 19:32:07 +01:00
cmdutils.h Implement guessed_pts in avcodec_decode_video2 2011-02-07 19:32:07 +01:00
common.mak
configure configure: remove early check_deps $ARCH_EXT_LIST 2011-02-13 00:52:51 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Restructure video filter implemenattion in ffmpeg.c. 2011-02-14 23:03:13 +01:00
ffplay.c ffplay: stats: do not dereference NULL video 2011-02-11 18:59:52 +01:00
ffprobe.c
ffserver.c ffserver: put gcc attribute under proper ifdef 2011-01-26 03:43:29 +01:00
ffserver.h
INSTALL
LICENSE
MAINTAINERS Revert "Initial MAINTAINERS update" 2011-01-19 18:53:53 +01:00
Makefile Allow "make clean" to clean files in tools 2011-02-13 00:54:05 +01:00
README
subdir.mak
version.sh Provide monotone revission numbers in version.sh 2011-02-01 12:19:49 +01:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.