summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h2645.c
Commit message (Expand)AuthorAge
* 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
* avcodec/cbs_h264: Automatically free SEI payload on errorAndreas Rheinhardt2019-09-24
* lavc/cbs_h2645: Use av_realloc instead of av_mallocThierry Foucu2019-08-28
* cbs_h264: Improve adding SEI messagesAndreas Rheinhardt2019-07-29
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-29
* cbs: Remove useless initializationsAndreas Rheinhardt2019-07-27
* avcodec/cbs_h265: add support for Alpha Channel Info SEI messagesJames Almer2019-07-20
* cbs_h2645: Fix infinite loop in more_rbsp_dataAndreas Rheinhardt2019-07-20
* configure, cbs_h2645: Remove unneeded golomb dependencyAndreas Rheinhardt2019-07-08
* cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt2019-07-08
* cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt2019-07-08
* avcodec/cbs_h264: add support for Alternative Transfer Characteristics SEI me...James Almer2019-06-03
* avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer2019-04-28
* avcodec/cbs_h2645: add helper macros for signed valuesJames Almer2019-04-16
* cbs_h2645: Avoid memcpy when splitting fragment #2Andreas Rheinhardt2019-01-23
* h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt2019-01-23
* cbs_h2645: Avoid memcpy when splitting fragmentAndreas Rheinhardt2018-11-22
* cbs_h265: Add a lot more SEI parsing supportMark Thompson2018-11-18
* cbs_h2645: Improve performance of writing slicesAndreas Rheinhardt2018-11-12
* cbs_h2645: Allocate all internal buffers with paddingMark Thompson2018-10-22