OSDN Git Service

Update libx264.c to use new libx264 features
authorJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 19 Jan 2010 04:00:08 +0000 (04:00 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Tue, 19 Jan 2010 04:00:08 +0000 (04:00 +0000)
commit76d81909ae65f5a771e3a58d6a5d6bb58bfed995
treec865b80ee8f22bd1141e3644b495a5416feb3211
parent51d83986b18a0f1ed736536c5ef60fa34bf1fd65
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
configure
libavcodec/libx264.c