]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_refs.c
cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
[ffmpeg] / libavcodec / h264_refs.c
2012-09-27 Diego Biurrunh264_refs: Fix debug tprintf argument types
2011-12-03 Ronald S. Bultjeh264: fix frame reordering code.
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-08-19 Jeff Downsh264: correct the check for invalid long term frame...
2011-08-18 Dustin Brodyh264: hide reference frame errors unless requested
2011-08-12 Ronald S. Bultjeh264: add missing brackets.
2011-08-09 Dustin Brodyh264: propagate error return values for AV_LOG_ERROR...
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-10 Ronald S. Bultjeh264: do not print "too many references" warning for...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-05 Michael NiedermayerPerform sliding window operation during frame gap handling.
2010-07-05 Michael NiedermayerFactorize ff_generate_sliding_window_mmcos() out.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Michael NiedermayerFix implicit weight for b frames in mbaff.
2010-03-03 Michael NiedermayerReorder indexes in weight tables.
2010-03-03 Michael NiedermayerMerge weight & offset tables, 15 cpu cycles faster.
2010-01-12 Michael NiedermayerSplit all the reference picture handling off h264.c.