Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-19h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs
The current check on MMCO parameters prohibits a "max long term frame index plus 1" of 16 (frame idx of 15) for the "set max long term frame index" MMCO. Fix this off-by-one error to allow the full range of legal values. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-08-18h264: hide reference frame errors unless requestedDustin Brody
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-08-12h264: add missing brackets.Ronald S. Bultje
This caused failure of a few fate tests.
2011-08-09h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied to struct Picture. Replace by an embedded AVFrame structure in struct Picture.
2011-05-10h264: do not print "too many references" warning for intra-only.Ronald S. Bultje
Fixes issue 2679.
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-07-05Perform sliding window operation during frame gap handling.Michael Niedermayer
This avoids some warnings about too many reference frames. Originally committed as revision 24057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-05Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer
Originally committed as revision 24056 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Fix implicit weight for b frames in mbaff.Michael Niedermayer
Originally committed as revision 22733 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-04Reorder indexes in weight tables.Michael Niedermayer
5 cpu cycles faster. Originally committed as revision 22183 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer
Originally committed as revision 22169 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-12Split all the reference picture handling off h264.c.Michael Niedermayer
Originally committed as revision 21172 to svn://svn.ffmpeg.org/ffmpeg/trunk