No description
Find a file
Reimar Döffinger 2cfa2d9258 check sample_fmt in avcodec_open
check AVCodecContext->sample_fmt against AVCodec->sample_fmts[] to ensure
that the encoder supports the specified sample format. Error out if it doesn't.
Previously, it would continue and output garbage. Fixes issue 2587.
2011-02-09 15:30:53 -05:00
doc Add missing git rev hash. 2011-02-09 09:17:29 -05:00
ffpresets Update qmin/qmax values for libx264 presets 2011-02-08 15:59:30 -08:00
libavcodec check sample_fmt in avcodec_open 2011-02-09 15:30:53 -05:00
libavcore
libavdevice
libavfilter libavfilter: add video movie source 2011-02-08 13:20:56 +01:00
libavformat mpegts: remove unused macro MAX_SCAN_PACKETS 2011-02-09 16:56:51 +00:00
libavutil Frame-based multithreading framework using pthreads 2011-02-09 09:17:28 -05:00
libpostproc
libswscale
tests
tools
.gitignore
Changelog libavfilter: add video movie source 2011-02-08 13:20:56 +01:00
cmdutils.c cmdutils: fix codec-specific options from preset 2011-02-05 18:34:17 -05:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Fix HOSTLIBS on Haiku 2011-02-08 21:16:02 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Deprecate avcodec_thread_init() 2011-02-09 09:17:28 -05:00
ffplay.c Deprecate avcodec_thread_init() 2011-02-09 09:17:28 -05:00
ffprobe.c
ffserver.c
ffserver.h
INSTALL
LICENSE
MAINTAINERS
Makefile
README
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.