| Commit message (Expand) | Author | Age | Files | Lines |
* | h264: Kill broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -9/+0 |
* | h264: do not pass H264Context to h264_slice_header_parse() | Anton Khirnov | 2016-06-21 | 1 | -9/+9 |
* | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | h264: create a new header for common h264 definitions | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | h264: store {curr,max}_pic_num in the per-slice context | Anton Khirnov | 2016-06-21 | 1 | -5/+5 |
* | h264: Drop unused function check_opcodes() | Diego Biurrun | 2016-06-14 | 1 | -12/+0 |
* | h264: postpone generating the implicit MMCOs | Anton Khirnov | 2016-06-12 | 1 | -17/+16 |
* | h264: decode the MMCOs into per-slice contexts | Anton Khirnov | 2016-06-12 | 1 | -30/+13 |
* | h264: rename mmco_index to nb_mmco | Anton Khirnov | 2016-06-12 | 1 | -18/+18 |
* | h264: split reading the ref list modifications and actually building the ref ... | Anton Khirnov | 2016-06-12 | 1 | -88/+109 |
* | h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list | Anton Khirnov | 2016-06-12 | 1 | -25/+28 |
* | h264: move initialising the explicit pred weight table for MBAFF | Anton Khirnov | 2016-06-12 | 1 | -7/+0 |
* | h264: drop an outdated comment | Anton Khirnov | 2016-06-12 | 1 | -1/+1 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list() | Anton Khirnov | 2016-04-24 | 1 | -1/+1 |
* | h264_refs: make the H264Context const where possible | Anton Khirnov | 2016-04-24 | 1 | -7/+8 |
* | h264_refs: reorder functions to avoid forward declarations | Anton Khirnov | 2016-04-24 | 1 | -36/+33 |
* | h264: factor out calculating the POC count into a separate file | Anton Khirnov | 2016-04-24 | 1 | -1/+1 |
* | h264: decouple h264_ps from the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -4/+4 |
* | h264: factor out pred weight table parsing into a separate file | Anton Khirnov | 2016-03-28 | 1 | -4/+4 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | h264_refs: Remove broken trace debug code | Diego Biurrun | 2016-01-03 | 1 | -16/+0 |
* | h264: improve behaviour with invalid reference lists | Anton Khirnov | 2016-01-01 | 1 | -1/+4 |
* | h264: eliminate default_ref_list | Anton Khirnov | 2015-12-06 | 1 | -25/+21 |
* | h264: make sure the current picture is not made a long ref multiple times | Anton Khirnov | 2015-06-27 | 1 | -0/+9 |
* | h264: use properly allocated AVFrames | Anton Khirnov | 2015-04-29 | 1 | -9/+9 |
* | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -2/+2 |
* | h264: use a smaller struct for the ref lists | Anton Khirnov | 2015-03-21 | 1 | -43/+47 |
* | h264: use a separate GetBitContext for slice data | Anton Khirnov | 2015-03-21 | 1 | -4/+4 |
* | h264: move the ref lists variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -25/+25 |
* | h264: move the slice type variables into the per-slice context | Anton Khirnov | 2015-03-21 | 1 | -3/+3 |
* | h264: split weighted pred-related vars into per-slice context | Anton Khirnov | 2015-03-21 | 1 | -5/+5 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | More correct printf format specifiers | Diego Biurrun | 2014-04-02 | 1 | -2/+4 |
* | mpegvideo: move mpegvideo formats-related defines to mpegutils.h | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | h264: move relevant fields from Picture to H264Picture | Vittorio Giovara | 2014-03-16 | 1 | -26/+26 |
* | h264: fix clang warning about uninitialized variable | Vittorio Giovara | 2014-02-28 | 1 | -1/+1 |
* | h264: update flag name in ff_h264_decode_ref_pic_list_reordering() | Vittorio Giovara | 2014-02-28 | 1 | -6/+7 |
* | h264: Refactor ff_h264_decode_ref_pic_list_reordering | Luca Barbato | 2014-02-13 | 1 | -64/+72 |
* | h264: prevent two matching fields from being both a short/long ref combination | Anton Khirnov | 2014-01-18 | 1 | -0/+2 |
* | h264_refs: make sure not to write over the bounds of the default ref list | Anton Khirnov | 2013-11-27 | 1 | -10/+17 |
* | lavc: use buf[0] instead of data[0] in checks whether a frame is allocated | Anton Khirnov | 2013-11-18 | 1 | -3/+5 |
* | avcodec: Remove some commented-out debug cruft | Diego Biurrun | 2013-08-20 | 1 | -1/+0 |
* | h264_refs: Do not print check_opcodes() return value | Diego Biurrun | 2013-04-27 | 1 | -3/+3 |
* | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -6/+6 |
* | h264_refs: cosmetics, reformat | Anton Khirnov | 2013-03-11 | 1 | -187/+213 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -26/+38 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |