| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+0 |
* | lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate | Anton Khirnov | 2022-01-26 | 1 | -1/+1 |
* | lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNT | Anton Khirnov | 2022-01-26 | 1 | -1/+1 |
* | avcodec/h264_refs: do not use invalid mmco values in case of error | Paul B Mahol | 2019-08-28 | 1 | -1/+3 |
* | avcodec/h264_refs: Also check reference in ff_h264_build_ref_list() | Michael Niedermayer | 2019-07-19 | 1 | -2/+4 |
* | avcodec/h264_refs: Document last if() in ff_h264_execute_ref_pic_marking() | Michael Niedermayer | 2018-09-03 | 1 | -0/+1 |
* | avcodec/h264_refs: Detect more random access points which are not marked | Michael Niedermayer | 2018-09-03 | 1 | -0/+1 |
* | Merge commit 'cb167f2947f1a2c446bd8db196d0e64ef4a6d06b' | James Almer | 2017-10-30 | 1 | -0/+7 |
|\ |
|
| * | h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking() | Sean McGovern | 2017-05-09 | 1 | -0/+7 |
| * | golomb: Convert to the new bitstream reader | Diego Biurrun | 2017-01-31 | 1 | -1/+1 |
* | | Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661' | Clément Bœsch | 2017-03-19 | 1 | -9/+0 |
|\| |
|
| * | h264: Kill broken disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -9/+0 |
* | | avcodec/h264, videotoolbox: fix crash after VT decoder fails | Aman Gupta | 2017-03-07 | 1 | -2/+1 |
* | | avcodec/h264_refs: Change default case to av_assert0() to suppress warning | Michael Niedermayer | 2016-09-12 | 1 | -1/+1 |
* | | Merge commit 'b13fc1e344011949929975a3451f78f226aa1de3' | Timothy Gu | 2016-08-03 | 1 | -9/+9 |
|\| |
|
| * | h264: do not pass H264Context to h264_slice_header_parse() | Anton Khirnov | 2016-06-21 | 1 | -9/+9 |
* | | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' | James Almer | 2016-08-01 | 1 | -1/+1 |
|\| |
|
| * | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646' | Clément Bœsch | 2016-07-29 | 1 | -0/+1 |
|\| |
|
| * | h264: create a new header for common h264 definitions | Anton Khirnov | 2016-06-21 | 1 | -0/+1 |
* | | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
|\| |
|
| * | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | Merge commit 'debca90863e4ee53447efd02483c500f89766384' | Clément Bœsch | 2016-07-27 | 1 | -5/+5 |
|\| |
|
| * | h264: store {curr,max}_pic_num in the per-slice context | Anton Khirnov | 2016-06-21 | 1 | -5/+5 |
* | | avcodec/h264: remove list_count and ref_count clearing | Michael Niedermayer | 2016-07-20 | 1 | -5/+0 |
* | | avcodec/h264_refs: Assert that op is 0-2 | Michael Niedermayer | 2016-07-10 | 1 | -0/+2 |
* | | Merge commit '84b2d3fb68caf71cff4b80b44ff865d7ae2531ce' | Clément Bœsch | 2016-07-09 | 1 | -15/+0 |
|\| |
|
| * | h264: Drop unused function check_opcodes() | Diego Biurrun | 2016-06-14 | 1 | -12/+0 |
* | | Merge commit 'bec993381cfec72051b0d9f12ac9d9bb9c750983' | Clément Bœsch | 2016-06-30 | 1 | -17/+16 |
|\| |
|
| * | h264: postpone generating the implicit MMCOs | Anton Khirnov | 2016-06-12 | 1 | -17/+16 |
* | | Merge commit '2d410ebbaa1e760d6837cb434a6d1d4c3c6f0d85' | Clément Bœsch | 2016-06-30 | 1 | -31/+13 |
|\| |
|
| * | h264: decode the MMCOs into per-slice contexts | Anton Khirnov | 2016-06-12 | 1 | -30/+13 |
* | | Merge commit '39ab2ea53121b9976a619cd545fbd3464b908696' | Clément Bœsch | 2016-06-29 | 1 | -18/+18 |
|\| |
|
| * | h264: rename mmco_index to nb_mmco | Anton Khirnov | 2016-06-12 | 1 | -18/+18 |
* | | Merge commit 'ed9a20ebe4a89de119ea97bdccf688ece8c6648c' into merge-libav-new | Clément Bœsch | 2016-06-29 | 1 | -88/+109 |
|\| |
|
| * | h264: split reading the ref list modifications and actually building the ref ... | Anton Khirnov | 2016-06-12 | 1 | -88/+109 |
* | | Merge commit '7b50d60442af8d9527e9da46818011fe15a5265a' | Clément Bœsch | 2016-06-29 | 1 | -25/+28 |
|\| |
|
| * | h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list | Anton Khirnov | 2016-06-12 | 1 | -25/+28 |
* | | Merge commit 'b16e9b9ac9db449cae2242767dd3c3fc309357c4' | Clément Bœsch | 2016-06-29 | 1 | -7/+0 |
|\| |
|
| * | 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 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -2/+2 |
* | | Merge commit '89ae244e78a8d636fbb8427a2da052b04cf710bd' | Clément Bœsch | 2016-06-19 | 1 | -1/+1 |
|\| |
|
| * | h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list() | Anton Khirnov | 2016-04-24 | 1 | -1/+1 |
* | | Merge commit '755f79f84cbeb5d749fb120e55e0098a2d7663a0' | Clément Bœsch | 2016-06-19 | 1 | -7/+8 |
|\| |
|
| * | h264_refs: make the H264Context const where possible | Anton Khirnov | 2016-04-24 | 1 | -7/+8 |
* | | Merge commit 'a2fd547839d3ef8f342b6f2c096d0887675d3b1a' | Clément Bœsch | 2016-06-19 | 1 | -36/+33 |
|\| |
|
| * | h264_refs: reorder functions to avoid forward declarations | Anton Khirnov | 2016-04-24 | 1 | -36/+33 |
* | | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8' | Clément Bœsch | 2016-06-12 | 1 | -1/+1 |
|\| |
|