]> git.sesse.net Git - x264/history - input/lavf.c
Add speedcontrol file.
[x264] / input / lavf.c
2016-01-16 Henrik GramnerBump dates to 2016
2016-01-16 Henrik Gramnercli: Use memory-mapped input frames for yuv and y4m
2015-02-23 Anton MitrofanovBump dates to 2015
2014-08-26 Anton MitrofanovUpdate to the current lavf API and fix memory leak...
2014-01-08 Henrik GramnerBump dates to 2014
2013-10-25 Anton MitrofanovUpdate to current libav/ffmpeg API
2013-04-23 Tim Walkerlavf input: don't use deprecated AVStream fields
2013-01-09 Loren MerrittBump dates to 2013
2012-11-19 Anton Khirnovlavf input: allocate AVFrame correctly
2012-09-26 Jason MartensFix use of deprecated av_close_input_file call
2012-02-04 HiiBump dates to 2012
2011-12-01 Steven WaltersYUV range detection and support for x264CLI
2011-08-05 Yasuhiro IkedaAvoid using deprecated libavformat functions
2011-07-18 Anton MitrofanovFix use of deprecated libavcodec functions
2011-07-10 Steven WaltersFix deprecation in libavformat usage
2011-05-10 Oka MotofumiCheck for invalid pixfmts in lavf demuxer
2011-04-26 Anton KhirnovUse AVMEDIA_TYPE_VIDEO instead of deprecated CODEC_TYPE...
2011-01-25 Yasuhiro IkedaAdd --input-fmt option to lavf input
2011-01-25 Sean McGovernBump dates to 2011
2011-01-10 Steven WaltersFix memory leak in lavf demuxer.
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-16 golgol7777Fix lavf input with delayed frames
2010-08-16 Yasuhiro IkedaTry to guess input length for lavf input
2010-08-16 Yasuhiro IkedaWorkaround bug in fps/timestamp handling with lavf...
2010-07-15 Steven WaltersAdd video filtering system to x264cli
2010-07-03 Steven WaltersCentralize logging within x264cli
2010-04-07 Steven WaltersAdd TFF/BFF detection to all demuxers
2010-02-15 Alexander StrangeMark cli_input/output_t variables as const when possible
2010-01-14 Kieran KunhyaLAVF/FFMS input support, native VFR timestamp handling