FFmpeg git repo
Go to file
Jason Garrett-Glaser 76d81909ae Update libx264.c to use new libx264 features
With b_keyframe instead of IDR for detecting keyframes, ffmpeg should now
support periodic encoding with periodic intra refresh (although there is no
interface option for it yet).
Set the new timebase values for full VFR input support.
Bump configure to check for API version 83.

Originally committed as revision 21317 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-19 04:00:08 +00:00
doc Implement null video sink. 2010-01-16 11:05:36 +00:00
ffpresets Add MBtree support for libx264 2009-12-08 20:01:46 +00:00
libavcodec Update libx264.c to use new libx264 features 2010-01-19 04:00:08 +00:00
libavdevice Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libavfilter Implement null video sink. 2010-01-16 11:05:36 +00:00
libavformat reindent 2010-01-18 23:58:10 +00:00
libavutil Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. 2010-01-18 10:24:33 +00:00
libpostproc Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libswscale swscale-example: use av_malloc() 2010-01-19 03:47:11 +00:00
tests regtest: split wma test into wmav1 and wmav2 2010-01-16 20:18:22 +00:00
tools
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog SIPR16k decoder 2010-01-16 03:54:55 +00:00
Doxyfile Exclude .svn and .git directories from doxygen documentation. 2010-01-15 21:49:10 +00:00
INSTALL
LICENSE
MAINTAINERS add myself as the electronicarts demuxer maintainer 2010-01-11 12:08:42 +00:00
Makefile regtest: run tests only for enabled codecs and formats 2010-01-16 20:18:24 +00:00
README
cmdutils.c Update this_year value. 2010-01-01 15:07:35 +00:00
cmdutils.h Implement a -pix_fmts option for listing all the supported pixel 2009-12-21 21:53:03 +00:00
cmdutils_common_opts.h Implement a -pix_fmts option for listing all the supported pixel 2009-12-21 21:53:03 +00:00
common.mak Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
configure Update libx264.c to use new libx264 features 2010-01-19 04:00:08 +00:00
ffmpeg.c Fix stream copy & transcoding one stream at the same time. 2010-01-07 01:15:16 +00:00
ffplay.c Set thread_count in the decoder before to open it. 2009-12-28 21:49:56 +00:00
ffserver.c Mark http_log() as static; it is only used in this file. 2010-01-04 17:55:52 +00:00
ffserver.h
subdir.mak Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
version.sh Read "Last Changed Rev" field instead of "Revision" field to avoid being 2010-01-16 18:29:52 +00:00

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.