]> git.sesse.net Git - ffmpeg/history - libavcodec/h264_refs.c
lavc: mark the old audio/video encoding API as deprecated
[ffmpeg] / libavcodec / h264_refs.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-24 Anton Khirnovh264_refs: remove an unused parameter from ff_h264_fill...
2016-04-24 Anton Khirnovh264_refs: make the H264Context const where possible
2016-04-24 Anton Khirnovh264_refs: reorder functions to avoid forward declarations
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2016-01-03 Diego Biurrunh264_refs: Remove broken trace debug code
2016-01-01 Anton Khirnovh264: improve behaviour with invalid reference lists
2015-12-06 Anton Khirnovh264: eliminate default_ref_list
2015-06-27 Anton Khirnovh264: make sure the current picture is not made a long...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264: use a separate GetBitContext for slice data
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
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.