Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-08avcodec/cbs_h2645: Remove always-false checkAndreas Rheinhardt
2022-08-08avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt
2022-08-08avcodec/cbs_internal, cbs_h2645: Add and use new descriptor macrosAndreas Rheinhardt
2022-07-02avcodec/cbs_h2645: Remove unnecessary (h264|hevc)_sei.h inclusionsAndreas Rheinhardt
2022-02-08avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unitAndreas Rheinhardt
2021-08-06cbs_h265: add support for Film Grain Characteristics SEI messageJames Almer
2021-07-23cbs_h264: add support for Film Grain Characteristics SEI messagesJames Almer
2021-01-21cbs_h2645: Merge SEI message handling in common between codecsMark Thompson
2021-01-21hevc: Use common SEI typesMark Thompson
2021-01-21h264: Use common SEI typesMark Thompson
2021-01-21cbs_h2645: Merge SEI messages in common between codecsMark Thompson
2021-01-12avcodec/cbs_h2645: Move zero_byte check to its own functionNuo Mi
2020-12-01avcodec/cbs_h2645: remove dead code in cbs_h2645_replace_ps()James Almer
2020-09-30avcodec/cbs_h2645: implement CodedBitstreamType.flush() callbacksJames Almer
2020-09-02cbs_h265: Use table-based alloc/freeMark Thompson
2020-09-02cbs_h2645: Ensure that non-refcounted parameter sets are fully copiedMark Thompson
2020-09-02cbs_h264: Use table-based alloc/freeMark Thompson
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-06-14avcodec/cbs_h2645: abort when written inferred values don't matchJames Almer
2020-05-04avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI...James Almer
2020-05-04avcodec/cbs_h265: move the payload_extension_present check into its own functionJames Almer
2020-04-13avcodec/cbs: Avoid leaving the ... out in calls to variadic macrosAndreas Rheinhardt
2020-03-10avcodec/cbs_h2645: Treat slices without data as invalidAndreas Rheinhardt
2020-03-10avcodec/cbs_h2645: Remove dead code to delete trailing zeroesAndreas Rheinhardt
2020-02-09lavc/cbs_h2645: Add missing newlines in log messagesMark Thompson
2020-01-17lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packetsAndriy Gelman
2020-01-12avcodec/cbs_h2645: Skip all 0 NAL unitsMichael Niedermayer
2019-12-06lavc/cbs_h2645: Fix incorrect max size of nalu unitAndriy Gelman
2019-11-18avcodec/cbs: Fix potential overflowAndreas Rheinhardt
2019-11-18avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt
2019-09-29avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt
2019-09-24avcodec/cbs_h264: Automatically free SEI payload on errorAndreas Rheinhardt
2019-08-28lavc/cbs_h2645: Use av_realloc instead of av_mallocThierry Foucu
2019-07-30cbs_h264: Improve adding SEI messagesAndreas Rheinhardt
2019-07-30cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt
2019-07-28cbs: Remove useless initializationsAndreas Rheinhardt
2019-07-20avcodec/cbs_h265: add support for Alpha Channel Info SEI messagesJames Almer
2019-07-20cbs_h2645: Fix infinite loop in more_rbsp_dataAndreas Rheinhardt
2019-07-09configure, cbs_h2645: Remove unneeded golomb dependencyAndreas Rheinhardt
2019-07-09cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt
2019-07-09cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt
2019-06-04avcodec/cbs_h264: add support for Alternative Transfer Characteristics SEI me...James Almer
2019-04-29avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer
2019-04-17avcodec/cbs_h2645: add helper macros for signed valuesJames Almer
2019-01-24cbs_h2645: Avoid memcpy when splitting fragment #2Andreas Rheinhardt
2019-01-24h2645_parse: Make ff_h2645_packet_split reference-compatibleAndreas Rheinhardt
2018-11-23cbs_h2645: Avoid memcpy when splitting fragmentAndreas Rheinhardt
2018-11-18cbs_h265: Add a lot more SEI parsing supportMark Thompson
2018-11-12cbs_h2645: Improve performance of writing slicesAndreas Rheinhardt
2018-10-23cbs_h2645: Allocate all internal buffers with paddingMark Thompson