]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_refs.c
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
[ffmpeg] / libavcodec / h264_refs.c
2014-04-01 Diego BiurrunMore correct printf format specifiers
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2014-02-28 Vittorio Giovarah264: fix clang warning about uninitialized variable
2014-02-28 Vittorio Giovarah264: update flag name in ff_h264_decode_ref_pic_list_r...
2014-02-13 Luca Barbatoh264: Refactor ff_h264_decode_ref_pic_list_reordering
2014-01-18 Anton Khirnovh264: prevent two matching fields from being both a...
2013-11-27 Anton Khirnovh264_refs: make sure not to write over the bounds of...
2013-11-18 Anton Khirnovlavc: use buf[0] instead of data[0] in checks whether...
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-04-27 Diego Biurrunh264_refs: Do not print check_opcodes() return value
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_PICTURE macro.
2013-03-11 Anton Khirnovh264_refs: cosmetics, reformat
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-01-14 Anton Khirnovh264: fix ff_generate_sliding_window_mmcos() prototype.
2013-01-14 Ronald S. Bultjeh264: don't clobber mmco opcode tables for non-first...
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.