| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc/h264_parse: stop including h264dec.h | Anton Khirnov | 2022-01-26 | 1 | -1/+3 |
* | avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possible | Andreas Rheinhardt | 2020-07-29 | 1 | -2/+2 |
* | avcodec/h264: Fix poc_lsb in open gop context | Nicolas Gaullier | 2019-09-10 | 1 | -0/+2 |
* | avcodec/h264_parse: retry decoding SPS with complete NAL | Jun Li | 2019-08-23 | 1 | -2/+13 |
* | avcodec/h264_parse: Use 64bit for expectedpoc and expected_delta_per_poc_cycle | Michael Niedermayer | 2019-06-12 | 1 | -1/+2 |
* | avcodec/h264_parse: Clear ref_list[1] if only [0] is used | Michael Niedermayer | 2019-02-08 | 1 | -0/+4 |
* | avcodec/h264_parse: no need check ref list1 for P slices. | Decai Lin | 2019-02-08 | 1 | -5/+6 |
* | h2645_parse: Make ff_h2645_packet_split reference-compatible | Andreas Rheinhardt | 2019-01-23 | 1 | -1/+1 |
* | lavc/h264_parse: Remove a superfluous linebreak. | Carl Eugen Hoyos | 2018-05-22 | 1 | -1/+1 |
* | avcodec/h264_parse: Clear invalid chroma weights in ff_h264_pred_weight_table() | Michael Niedermayer | 2018-02-20 | 1 | -1/+4 |
* | avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect ove... | Michael Niedermayer | 2018-02-17 | 1 | -1/+5 |
* | avcodec/h264_parse: Treat escaped and unescaped decoding error equal in decod... | Michael Niedermayer | 2017-12-03 | 1 | -3/+2 |
* | libavcodec/h264_parse: don't use uninitialized value when chroma_format_idc==0 | Mark Wachsler | 2017-09-08 | 1 | -12/+15 |
* | avcodec/h264_parse: Check picture structure when initializing weight table | Michael Niedermayer | 2017-06-10 | 1 | -6/+9 |
* | avcodec/h264: Check weight values to be within the specs limits. | Michael Niedermayer | 2017-04-07 | 1 | -0/+9 |
* | avcodec/h2645: Fix NAL unit padding | Michael Niedermayer | 2016-08-18 | 1 | -1/+1 |
* | Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c' | James Almer | 2016-08-01 | 1 | -2/+2 |
|\ |
|
| * | h264: add H264_ prefix to the NAL unit types | Anton Khirnov | 2016-06-21 | 1 | -2/+2 |
* | | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216' | James Almer | 2016-08-01 | 1 | -0/+1 |
|\| |
|
| * | h264: move the parameter set definitions to a new header file | Anton Khirnov | 2016-06-21 | 1 | -0/+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 'b16e9b9ac9db449cae2242767dd3c3fc309357c4' | Clément Bœsch | 2016-06-29 | 1 | -1/+9 |
|\| |
|
| * | h264: move initialising the explicit pred weight table for MBAFF | Anton Khirnov | 2016-06-12 | 1 | -1/+9 |
* | | lavc/h264: add a logging ctx to ff_h264_pred_weight_table() | Clément Bœsch | 2016-06-20 | 1 | -3/+3 |
* | | Merge commit '72da8d9bb24d1b1bf74c2f1108650c0da0054d2e' | Clément Bœsch | 2016-06-19 | 1 | -0/+27 |
|\| |
|
| * | h264_parser: remove the remaining dependencies on the h264 decoder | Anton Khirnov | 2016-04-24 | 1 | -0/+27 |
* | | Merge commit '98c97994c5b90bdae02accb155eeceeb5224b8ef' | Clément Bœsch | 2016-06-19 | 1 | -0/+149 |
|\| |
|
| * | h264: decouple extradata parsing from the decoder | Anton Khirnov | 2016-04-24 | 1 | -0/+144 |
* | | lavc/h264_parse: remove tabs introduced in a2922b5d | Clément Bœsch | 2016-06-18 | 1 | -1/+1 |
* | | Merge commit 'c8dcff0cdb17d0aa03ac729eba12d1a20f1f59c8' | Clément Bœsch | 2016-06-12 | 1 | -0/+80 |
|\| |
|
| * | h264: factor out calculating the POC count into a separate file | Anton Khirnov | 2016-04-24 | 1 | -0/+80 |
* | | Merge commit '71d3305c2711d4f6ec8b92db09ff64cf4e19a58e' | Derek Buitenhuis | 2016-05-17 | 1 | -1/+6 |
|\| |
|
| * | h264_parse: make sure the ref count is zeroed on all failure paths | Anton Khirnov | 2016-04-24 | 1 | -6/+9 |
* | | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa' | Derek Buitenhuis | 2016-05-17 | 1 | -0/+48 |
|\| |
|
| * | h264: factor out parsing the reference count into a separate file | Anton Khirnov | 2016-04-24 | 1 | -0/+46 |
* | | Merge commit 'ecc31f6b086453ab9811dce2ae5ceb6a7c19e4ad' | Derek Buitenhuis | 2016-04-27 | 1 | -0/+92 |
|\| |
|
| * | h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse | Anton Khirnov | 2016-03-28 | 1 | -0/+92 |
* | | Merge commit 'e481458bc308ee838deaeacac51929514762e7a7' | Derek Buitenhuis | 2016-04-26 | 1 | -4/+14 |
|/ |
|
* | h264: factor out pred weight table parsing into a separate file | Anton Khirnov | 2016-03-28 | 1 | -0/+86 |