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
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
Changelog SIPR16k decoder 2010-01-16 03:54:55 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
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
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
LICENSE
MAINTAINERS
Makefile regtest: run tests only for enabled codecs and formats 2010-01-16 20:18:24 +00:00
README
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

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.