| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbs_h2645: Check NAL space | Michael Niedermayer | 2024-04-24 | 1 | -0/+4 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/cbs_h2645: Avoid function pointer casts, fix UB | Andreas Rheinhardt | 2024-02-25 | 1 | -0/+15 |
* | lavc/vvc: Fix emulation prevention byte handling | Frank Plowman | 2024-01-27 | 1 | -0/+1 |
* | avcodec/cbs_h2645: Fix leak of SPS VUI extension data | Andreas Rheinhardt | 2023-11-04 | 1 | -1/+11 |
* | avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_se_golomb() | Michael Niedermayer | 2023-10-16 | 1 | -1/+1 |
* | avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_ue_golomb() | Michael Niedermayer | 2023-10-16 | 1 | -1/+1 |
* | avcodec/cbs_sei: Use RefStruct API for SEI messages | Andreas Rheinhardt | 2023-10-07 | 1 | -3/+16 |
* | avcodec/cbs: Use RefStruct-API for unit content | Andreas Rheinhardt | 2023-10-07 | 1 | -62/+32 |
* | cbs: Make tracing more general | Mark Thompson | 2023-09-22 | 1 | -80/+54 |
* | avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned() | Andreas Rheinhardt | 2023-07-30 | 1 | -2/+13 |
* | avcodec/cbs_h2645: Avoid an unchecked bytesteram read | Michael Niedermayer | 2023-07-25 | 1 | -1/+1 |
* | avcodec/cbs_h266: add support for Adaptation parameter set NALU type | James Almer | 2023-07-06 | 1 | -0/+21 |
* | avcodec/cbs_h266: add support for Decoding capability information NALU type | James Almer | 2023-07-05 | 1 | -0/+18 |
* | avcodec/cbs_h266: add support for Operating point information NALU type | James Almer | 2023-07-05 | 1 | -0/+18 |
* | avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c... | James Almer | 2023-06-30 | 1 | -14/+21 |
* | avcodec/cbs: add cbs implementation for H266/VVC | Nuo Mi | 2023-06-29 | 1 | -2/+452 |
* | avcodec/cbs_h2645: add discard_unit implementation for H.265 | Zhao Zhili | 2023-06-19 | 1 | -0/+74 |
* | avcodec/cbs_h2645: add discarded_unit implementation for H.264 | Zhao Zhili | 2023-06-19 | 1 | -0/+53 |
* | avcodec/cbs_{h2645,sei}: add support for Ambient Viewing Environment SEI | Jan Ekström | 2023-01-13 | 1 | -0/+6 |
* | avcodec/cbs_h2645: Remove always-false check | Andreas Rheinhardt | 2022-08-08 | 1 | -7/+1 |
* | avcodec/cbs: Remove ff_cbs_alloc_unit_content | Andreas Rheinhardt | 2022-08-08 | 1 | -2/+2 |
* | avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macros | Andreas Rheinhardt | 2022-08-08 | 1 | -45/+11 |
* | avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusions | Andreas Rheinhardt | 2022-07-02 | 1 | -2/+0 |
* | avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unit | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+1 |
* | cbs_h265: add support for Film Grain Characteristics SEI message | James Almer | 2021-08-06 | 1 | -0/+6 |
* | cbs_h264: add support for Film Grain Characteristics SEI messages | James Almer | 2021-07-23 | 1 | -0/+6 |
* | cbs_h2645: Merge SEI message handling in common between codecs | Mark Thompson | 2021-01-21 | 1 | -140/+160 |
* | hevc: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -14/+14 |
* | h264: Use common SEI types | Mark Thompson | 2021-01-21 | 1 | -9/+9 |
* | cbs_h2645: Merge SEI messages in common between codecs | Mark Thompson | 2021-01-21 | 1 | -7/+17 |
* | avcodec/cbs_h2645: Move zero_byte check to its own function | Nuo Mi | 2021-01-11 | 1 | -8/+17 |
* | avcodec/cbs_h2645: remove dead code in cbs_h2645_replace_ps() | James Almer | 2020-12-01 | 1 | -2/+0 |
* | avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacks | James Almer | 2020-09-29 | 1 | -0/+42 |
* | cbs_h265: Use table-based alloc/free | Mark Thompson | 2020-09-02 | 1 | -105/+93 |
* | cbs_h2645: Ensure that non-refcounted parameter sets are fully copied | Mark Thompson | 2020-09-02 | 1 | -4/+6 |
* | cbs_h264: Use table-based alloc/free | Mark Thompson | 2020-09-02 | 1 | -93/+70 |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -21/+19 |
* | avcodec/cbs_h2645: abort when written inferred values don't match | James Almer | 2020-06-14 | 1 | -1/+2 |
* | avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI... | James Almer | 2020-05-03 | 1 | -0/+1 |
* | avcodec/cbs_h265: move the payload_extension_present check into its own function | James Almer | 2020-05-03 | 1 | -0/+10 |
* | avcodec/cbs: Avoid leaving the ... out in calls to variadic macros | Andreas Rheinhardt | 2020-04-12 | 1 | -7/+7 |
* | avcodec/cbs_h2645: Treat slices without data as invalid | Andreas Rheinhardt | 2020-03-10 | 1 | -0/+6 |
* | avcodec/cbs_h2645: Remove dead code to delete trailing zeroes | Andreas Rheinhardt | 2020-03-10 | 1 | -14/+0 |
* | lavc/cbs_h2645: Add missing newlines in log messages | Mark Thompson | 2020-02-09 | 1 | -2/+2 |
* | lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets | Andriy Gelman | 2020-01-17 | 1 | -0/+3 |
* | avcodec/cbs_h2645: Skip all 0 NAL units | Michael Niedermayer | 2020-01-11 | 1 | -1/+4 |
* | lavc/cbs_h2645: Fix incorrect max size of nalu unit | Andriy Gelman | 2019-12-06 | 1 | -1/+1 |
* | avcodec/cbs: Fix potential overflow | Andreas Rheinhardt | 2019-11-17 | 1 | -1/+1 |
* | avcodec/cbs: Factor out common code for writing units | Andreas Rheinhardt | 2019-11-17 | 1 | -65/+2 |