summaryrefslogtreecommitdiff
path: root/libavcodec/h264_refs.c
Commit message (Expand)AuthorAge
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-31
* h264: Kill broken disabled cruftDiego Biurrun2016-08-17
* h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-21
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-21
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-21
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-21
* h264: Drop unused function check_opcodes()Diego Biurrun2016-06-14
* h264: postpone generating the implicit MMCOsAnton Khirnov2016-06-12
* h264: decode the MMCOs into per-slice contextsAnton Khirnov2016-06-12
* h264: rename mmco_index to nb_mmcoAnton Khirnov2016-06-12
* h264: split reading the ref list modifications and actually building the ref ...Anton Khirnov2016-06-12
* h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov2016-06-12
* h264: move initialising the explicit pred weight table for MBAFFAnton Khirnov2016-06-12
* h264: drop an outdated commentAnton Khirnov2016-06-12
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-24
* h264_refs: make the H264Context const where possibleAnton Khirnov2016-04-24
* h264_refs: reorder functions to avoid forward declarationsAnton Khirnov2016-04-24
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-24
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* h264_refs: Remove broken trace debug codeDiego Biurrun2016-01-03
* h264: improve behaviour with invalid reference listsAnton Khirnov2016-01-01
* h264: eliminate default_ref_listAnton Khirnov2015-12-06
* h264: make sure the current picture is not made a long ref multiple timesAnton Khirnov2015-06-27
* h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* h264: use a smaller struct for the ref listsAnton Khirnov2015-03-21
* h264: use a separate GetBitContext for slice dataAnton Khirnov2015-03-21
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-21
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* More correct printf format specifiersDiego Biurrun2014-04-02
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* h264: fix clang warning about uninitialized variableVittorio Giovara2014-02-28
* h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara2014-02-28
* h264: Refactor ff_h264_decode_ref_pic_list_reorderingLuca Barbato2014-02-13
* h264: prevent two matching fields from being both a short/long ref combinationAnton Khirnov2014-01-18
* h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov2013-11-27
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-18
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* h264_refs: Do not print check_opcodes() return valueDiego Biurrun2013-04-27
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-21
* h264_refs: cosmetics, reformatAnton Khirnov2013-03-11
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08