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
2021-10-06avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer
2021-03-13cbs_h265: Detect more reference combinations which would overflow the DPBMark Thompson
2021-01-21cbs_h2645: Merge SEI message handling in common between codecsMark Thompson
2021-01-21hevc: Use common SEI typesMark Thompson
2021-01-21cbs_h2645: Merge SEI messages in common between codecsMark Thompson
2021-01-11avcodec/cbs_h265: fix undef SEI_TYPE_XNuo Mi
2020-06-26avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag...James Almer
2020-05-22cbs_h265: Fix use of an uninitialized variableMartin Storsjö
2020-05-21avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer
2020-05-21cbs_h265: Ensure that a predicted RPS doesn't contain too many picturesMark Thompson
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-05-04avcodec/cbs_h265: rename H265RawPSExtensionData to H265RawExtensionDataJames Almer
2020-04-30avcodec/cbs_h265: fix writing extension_data bitsJames Almer
2020-04-26avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter...Michael Niedermayer
2020-03-25avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constantsAndreas Rheinhardt
2019-12-16lavc/cbs_h2645_syntax_template: Fix memleakAndriy Gelman
2019-07-20avcodec/cbs_h265: add support for Alpha Channel Info SEI messagesJames Almer
2019-04-29avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bitJames Almer
2019-04-29avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer
2019-04-17avcodec/cbs_h265: fix storage type for time_offset_value in Time Code SEIJames Almer
2018-12-02cbs_h265: Fix Time Code SEI syntaxAndreas Rheinhardt
2018-11-18cbs_h265: Add a lot more SEI parsing supportMark Thompson
2018-11-11cbs_h265: Add PTL parsing for sublayersMark Thompson
2018-11-01cbs_h265: Add PTL parsing for Main 10 Still Picture profileMark 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-02cbs: Add support for array subscripts in trace outputMark Thompson
2018-05-02cbs_h2645: Simplify representation of fixed valuesMark Thompson
2018-03-18cbs_h265: Use helper macro for maximum values of fixed-width elementsMark Thompson
2017-10-17lavc: Add coded bitstream read/write support for H.265Mark Thompson