summaryrefslogtreecommitdiff
path: root/libavcodec/h264_ps.c
Commit message (Expand)AuthorAge
* h264_ps: expose scaling_matrix_present_maskLynne2023-05-29
* h264_ps: expose bit rate and CPB size fieldsLynne2023-05-29
* h264_ps: expose max_dec_frame_bufferingLynne2023-05-29
* h264_ps: set pic_scaling_matrix_present_flagLynne2023-05-29
* h264_ps: expose pps_idLynne2023-05-29
* avcodec/(h264|hevc)_ps: Factor common VUI code outAndreas Rheinhardt2022-12-01
* avcodec/h264_ps: Don't output invalid chroma locationAndreas Rheinhardt2022-12-01
* avcodec/h264data: Deduplicate H.26[45] aspect ratio tableAndreas Rheinhardt2022-12-01
* avcodec/h264_ps: Don't error out on unknown aspect ratioAndreas Rheinhardt2022-12-01
* lavc/h264_ps: always include the stop bit in [s|p]ps->datarcombs2022-06-01
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* avcodec/h264_ps: Remove ALLOW_INTERLACED cruftAndreas Rheinhardt2022-01-29
* lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMESAnton Khirnov2022-01-26
* avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possibleAndreas Rheinhardt2020-07-29
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-10
* h264_ps: pass AVCodecContext as void* where possibleAnton Khirnov2020-03-27
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-20
* avcodec/h264_ps: Return error if pps has FMO parametersAndriy Gelman2020-02-12
* avcodec/h264_ps: Show VUI and SPS overread messages just once per frame threadMichael Niedermayer2020-02-12
* avcodec/h264_ps: Provide more details with "Truncated VUI" MessageMichael Niedermayer2019-12-31
* avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field...Michael Niedermayer2019-05-12
* avcodec/h264_ps: use get_se_golomb_long() to parse some sps fieldsJames Almer2019-04-24
* avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h...Michael Niedermayer2018-06-11
* h264: Make Truncating SPS/PPS message debug.Kieran Kunhya2017-11-04
* avcodec/h264dec: export cropping information instead of handling it internallyJames Almer2017-05-26
* Merge commit 'ff9db5cfd14558df9cfcc54d6c062bc34bf1f341'Clément Bœsch2017-04-08
|\
| * lavc: Use a stricter check for the color properties valuesVittorio Giovara2016-12-02
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-31
|\|
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
* | avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 ...Michael Niedermayer2017-03-23
* | Merge commit 'b96f0ab3d29cdd9ea9ddabfb2052f72bf8615661'Clément Bœsch2017-03-19
|\|
| * h264: Kill broken disabled cruftDiego Biurrun2016-08-17
* | avcodec/h264_ps: Forward errors from decode_scaling_list()Michael Niedermayer2017-03-11
* | avcodec/h264_ps: Check chroma_qp_index_offsetMichael Niedermayer2017-02-23
* | avcodec/h264_ps: Check delta scale for validityMichael Niedermayer2017-02-21
* | avcodec/h264_ps: Fix runtime error: signed integer overflow: -1094995528 * 2 ...Michael Niedermayer2017-02-19
* | Merge commit 'a8cbe5a0ccebf60a8a8b0aba5d5716dd54c1595c'Hendrik Leppkes2016-11-17
|\|
| * h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov2016-07-11
* | Merge commit '70b1dcef2d859ae6b3e21d61de928c3dd0cf1aa4'James Almer2016-08-01
|\|
| * h264: tighten the valid range for ref_frame_countAnton Khirnov2016-06-21
* | Merge commit 'f638b67e5790735f34620bf82025c9b9d6fc7216'James Almer2016-08-01
|\|
| * h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-21
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
|\|
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* | lavc/h264_ps: Be more verbose when truncating likely oversized PPS.Carl Eugen Hoyos2016-07-24
* | Merge commit 'a833ff68f6bf9dc72c3ef0ddf830ebed743c0703'Clément Bœsch2016-07-09
|\|
| * h264: Fix decoding delay for Intra only streamsAnton Mitrofanov2016-06-12
* | h264: make H264ParamSets sps constBenoit Fouet2016-06-30
* | h264: straighten dimensions check ff_h264_decode_seq_parameter_setBenoit Fouet2016-06-30
* | h264_ps: change decode_scaling_matrices so that it takes const {s,p}psBenoit Fouet2016-06-30