FFmpeg git repo
Go to file
Michael Niedermayer 3556e7ce73 mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instead of failing
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-24 00:40:18 +02:00
compat compat/getopt: add {} to complex ifs 2012-10-21 18:05:22 +02:00
doc examples/decoding_encoding: add and use the decode_write_frame function 2012-10-24 00:29:37 +02:00
libavcodec mpegvideo enc: choose VBV buffer size for mpeg4 when none is specified instead of failing 2012-10-24 00:40:18 +02:00
libavdevice lavd/lavfi: add graph_file option 2012-10-23 22:08:55 +02:00
libavfilter lavd/lavfi: add graph_file option 2012-10-23 22:08:55 +02:00
libavformat Do not detect mov with maximum score if the atom size is too small. 2012-10-23 22:41:15 +02:00
libavresample
libavutil Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714' 2012-10-23 15:00:27 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-23 15:12:20 +02:00
tools qt-faststart: check fseeko() return codes 2012-10-22 22:42:51 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog LVF demuxer 2012-10-22 23:22:39 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: apply option to codec and format contexts if possible. 2012-10-22 22:24:23 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c ffmpeg: check avpicture_get_size() retuen value 2012-10-23 00:22:23 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: fix negative array index 2012-10-22 13:58:19 +02:00
ffmpeg_opt.c Merge commit '2b8dd371e4d276ca0d342e82b8b4cc281be0630a' 2012-10-23 13:05:52 +02:00
ffplay.c
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.