aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h2645.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_h2645: Check NAL spaceMichael Niedermayer2024-04-241-0/+4
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec/cbs_h2645: Avoid function pointer casts, fix UBAndreas Rheinhardt2024-02-251-0/+15
* lavc/vvc: Fix emulation prevention byte handlingFrank Plowman2024-01-271-0/+1
* avcodec/cbs_h2645: Fix leak of SPS VUI extension dataAndreas Rheinhardt2023-11-041-1/+11
* avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_se_golomb()Michael Niedermayer2023-10-161-1/+1
* avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_ue_golomb()Michael Niedermayer2023-10-161-1/+1
* avcodec/cbs_sei: Use RefStruct API for SEI messagesAndreas Rheinhardt2023-10-071-3/+16
* avcodec/cbs: Use RefStruct-API for unit contentAndreas Rheinhardt2023-10-071-62/+32
* cbs: Make tracing more generalMark Thompson2023-09-221-80/+54
* avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned()Andreas Rheinhardt2023-07-301-2/+13
* avcodec/cbs_h2645: Avoid an unchecked bytesteram readMichael Niedermayer2023-07-251-1/+1
* avcodec/cbs_h266: add support for Adaptation parameter set NALU typeJames Almer2023-07-061-0/+21
* avcodec/cbs_h266: add support for Decoding capability information NALU typeJames Almer2023-07-051-0/+18
* avcodec/cbs_h266: add support for Operating point information NALU typeJames Almer2023-07-051-0/+18
* avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c...James Almer2023-06-301-14/+21
* avcodec/cbs: add cbs implementation for H266/VVCNuo Mi2023-06-291-2/+452
* avcodec/cbs_h2645: add discard_unit implementation for H.265Zhao Zhili2023-06-191-0/+74
* avcodec/cbs_h2645: add discarded_unit implementation for H.264Zhao Zhili2023-06-191-0/+53
* avcodec/cbs_{h2645,sei}: add support for Ambient Viewing Environment SEIJan Ekström2023-01-131-0/+6
* avcodec/cbs_h2645: Remove always-false checkAndreas Rheinhardt2022-08-081-7/+1
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-081-2/+2
* avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt2022-08-081-45/+11
* avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusionsAndreas Rheinhardt2022-07-021-2/+0
* avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unitAndreas Rheinhardt2022-02-081-1/+1
* cbs_h265: add support for Film Grain Characteristics SEI messageJames Almer2021-08-061-0/+6
* cbs_h264: add support for Film Grain Characteristics SEI messagesJames Almer2021-07-231-0/+6
* cbs_h2645: Merge SEI message handling in common between codecsMark Thompson2021-01-211-140/+160
* hevc: Use common SEI typesMark Thompson2021-01-211-14/+14
* h264: Use common SEI typesMark Thompson2021-01-211-9/+9
* cbs_h2645: Merge SEI messages in common between codecsMark Thompson2021-01-211-7/+17
* avcodec/cbs_h2645: Move zero_byte check to its own functionNuo Mi2021-01-111-8/+17
* avcodec/cbs_h2645: remove dead code in cbs_h2645_replace_ps()James Almer2020-12-011-2/+0
* avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacksJames Almer2020-09-291-0/+42
* cbs_h265: Use table-based alloc/freeMark Thompson2020-09-021-105/+93
* cbs_h2645: Ensure that non-refcounted parameter sets are fully copiedMark Thompson2020-09-021-4/+6
* cbs_h264: Use table-based alloc/freeMark Thompson2020-09-021-93/+70
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-071-21/+19
* avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer2020-06-141-1/+2
* avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI...James Almer2020-05-031-0/+1
* avcodec/cbs_h265: move the payload_extension_present check into its own functionJames Almer2020-05-031-0/+10
* avcodec/cbs: Avoid leaving the ... out in calls to variadic macrosAndreas Rheinhardt2020-04-121-7/+7
* avcodec/cbs_h2645: Treat slices without data as invalidAndreas Rheinhardt2020-03-101-0/+6
* avcodec/cbs_h2645: Remove dead code to delete trailing zeroesAndreas Rheinhardt2020-03-101-14/+0
* lavc/cbs_h2645: Add missing newlines in log messagesMark Thompson2020-02-091-2/+2
* lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman2020-01-171-0/+3
* avcodec/cbs_h2645: Skip all 0 NAL unitsMichael Niedermayer2020-01-111-1/+4
* lavc/cbs_h2645: Fix incorrect max size of nalu unitAndriy Gelman2019-12-061-1/+1
* avcodec/cbs: Fix potential overflowAndreas Rheinhardt2019-11-171-1/+1
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-171-65/+2