OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / h264_refs.c
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.