summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h2645.c
Commit message (Expand)AuthorAge
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-31
* avcodec/cbs_h2645: Avoid function pointer casts, fix UBAndreas Rheinhardt2024-02-25
* lavc/vvc: Fix emulation prevention byte handlingFrank Plowman2024-01-27
* avcodec/cbs_h2645: Fix leak of SPS VUI extension dataAndreas Rheinhardt2023-11-04
* avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_se_golomb()Michael Niedermayer2023-10-16
* avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_ue_golomb()Michael Niedermayer2023-10-16
* avcodec/cbs_sei: Use RefStruct API for SEI messagesAndreas Rheinhardt2023-10-07
* avcodec/cbs: Use RefStruct-API for unit contentAndreas Rheinhardt2023-10-07
* cbs: Make tracing more generalMark Thompson2023-09-22
* avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned()Andreas Rheinhardt2023-07-30
* avcodec/cbs_h2645: Avoid an unchecked bytesteram readMichael Niedermayer2023-07-25
* avcodec/cbs_h266: add support for Adaptation parameter set NALU typeJames Almer2023-07-06
* avcodec/cbs_h266: add support for Decoding capability information NALU typeJames Almer2023-07-05
* avcodec/cbs_h266: add support for Operating point information NALU typeJames Almer2023-07-05
* avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c...James Almer2023-06-30
* avcodec/cbs: add cbs implementation for H266/VVCNuo Mi2023-06-29
* avcodec/cbs_h2645: add discard_unit implementation for H.265Zhao Zhili2023-06-19
* avcodec/cbs_h2645: add discarded_unit implementation for H.264Zhao Zhili2023-06-19
* avcodec/cbs_{h2645,sei}: add support for Ambient Viewing Environment SEIJan Ekström2023-01-13
* avcodec/cbs_h2645: Remove always-false checkAndreas Rheinhardt2022-08-08
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt2022-08-08
* avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusionsAndreas Rheinhardt2022-07-02
* avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unitAndreas Rheinhardt2022-02-08
* cbs_h265: add support for Film Grain Characteristics SEI messageJames Almer2021-08-06
* cbs_h264: add support for Film Grain Characteristics SEI messagesJames Almer2021-07-23
* cbs_h2645: Merge SEI message handling in common between codecsMark Thompson2021-01-21
* hevc: Use common SEI typesMark Thompson2021-01-21
* h264: Use common SEI typesMark Thompson2021-01-21
* cbs_h2645: Merge SEI messages in common between codecsMark Thompson2021-01-21
* avcodec/cbs_h2645: Move zero_byte check to its own functionNuo Mi2021-01-11
* avcodec/cbs_h2645: remove dead code in cbs_h2645_replace_ps()James Almer2020-12-01
* avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacksJames Almer2020-09-29
* cbs_h265: Use table-based alloc/freeMark Thompson2020-09-02
* cbs_h2645: Ensure that non-refcounted parameter sets are fully copiedMark Thompson2020-09-02
* cbs_h264: Use table-based alloc/freeMark Thompson2020-09-02
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-07
* avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer2020-06-14
* avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI...James Almer2020-05-03
* avcodec/cbs_h265: move the payload_extension_present check into its own functionJames Almer2020-05-03
* avcodec/cbs: Avoid leaving the ... out in calls to variadic macrosAndreas Rheinhardt2020-04-12
* avcodec/cbs_h2645: Treat slices without data as invalidAndreas Rheinhardt2020-03-10
* avcodec/cbs_h2645: Remove dead code to delete trailing zeroesAndreas Rheinhardt2020-03-10
* lavc/cbs_h2645: Add missing newlines in log messagesMark Thompson2020-02-09
* lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman2020-01-17
* avcodec/cbs_h2645: Skip all 0 NAL unitsMichael Niedermayer2020-01-11
* lavc/cbs_h2645: Fix incorrect max size of nalu unitAndriy Gelman2019-12-06
* avcodec/cbs: Fix potential overflowAndreas Rheinhardt2019-11-17
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-17
* avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt2019-09-29