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
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
2018-10-23cbs_h264: Actually decompose end-of-sequence NAL unitsMark Thompson
2018-10-15avcodec/cbs_h264: silence errors about end_of_seq nalusAman Gupta
2018-05-11cbs_h264: Add support for mastering display SEI messagesMark Thompson
2018-05-11cbs_h264: Add support for pan-scan rectangle SEI messagesMark Thompson
2018-05-10cbs_h265: read/write content light level information SEI messageHaihao Xiang
2018-05-10cbs_h265: read/write HEVC PREFIX SEIHaihao Xiang
2018-05-09avcodec/cbs_h2645: use AVBufferRef to store list of active parameter setsJames Almer
2018-05-02cbs: Add support for array subscripts in trace outputMark Thompson
2018-05-02cbs_h2645: Simplify representation of fixed valuesMark Thompson
2018-05-01avcodec/cbs_h2645: create a reference to the existing buffer when decomposing...James Almer
2018-03-05avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer
2018-02-22Merge commit 'eccc03c8fbc603a0a3257df66f0705f74fe2581a'Mark Thompson
2018-02-22Merge commit '7157d959264f3729da463725c6faa580d9394d19'Mark Thompson
2018-02-22Merge commit 'a2ca8ed903b435446031a8a0792ca535e6ee2913'Mark Thompson
2018-02-22Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson
2018-02-22Merge commit '0e4c166cdd6446522a085dd9731967d09ac71f72'Mark Thompson
2018-02-21cbs_h264: Add support for filler NAL unitsMark Thompson
2018-02-21cbs_h264: Move slice_group_id array out of PPS structureMark Thompson