summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h265_syntax_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_h265: support general_profile_idc 11James Almer2021-09-221-6/+9
* avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer...Michael Niedermayer2021-09-211-1/+1
* cbs_h265: add support for Film Grain Characteristics SEI messageJames Almer2021-08-061-0/+65
* cbs_h265: Detect more reference combinations which would overflow the DPBMark Thompson2021-03-121-2/+21
* cbs_h2645: Merge SEI message handling in common between codecsMark Thompson2021-01-211-240/+32
* hevc: Use common SEI typesMark Thompson2021-01-211-7/+8
* cbs_h2645: Merge SEI messages in common between codecsMark Thompson2021-01-211-118/+17
* avcodec/cbs_h265: fix undef SEI_TYPE_XNuo Mi2021-01-111-1/+3
* avcodec/cbs_h265: set default VUI parameters when vui_parameters_present_flag...James Almer2020-06-251-0/+28
* cbs_h265: Fix use of an uninitialized variableMartin Storsjö2020-05-221-1/+1
* avcodec/cbs_h265_syntax_template: Limit num_long_term_pics more strictlyMichael Niedermayer2020-05-211-1/+1
* cbs_h265: Ensure that a predicted RPS doesn't contain too many picturesMark Thompson2020-05-201-5/+11
* avcodec/cbs_h265: add missing support for reserved_payload_extension_data SEI...James Almer2020-05-031-17/+68
* avcodec/cbs_h265: move the payload_extension_present check into its own functionJames Almer2020-05-031-6/+3
* avcodec/cbs_h265: rename H265RawPSExtensionData to H265RawExtensionDataJames Almer2020-05-031-1/+1
* avcodec/cbs_h265: fix writing extension_data bitsJames Almer2020-04-301-1/+1
* avcodec/cbs_h265_syntax_template: Check num_negative/positive_pics when inter...Michael Niedermayer2020-04-261-0/+4
* avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constantsAndreas Rheinhardt2020-03-241-1/+1
* lavc/cbs_h2645_syntax_template: Fix memleakAndriy Gelman2019-12-161-1/+1
* avcodec/cbs_h265: add support for Alpha Channel Info SEI messagesJames Almer2019-07-201-0/+29
* avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bitJames Almer2019-04-281-1/+1
* avcodec/cbs_h2645: add macros to read and write fields with no custom range o...James Almer2019-04-281-74/+56
* avcodec/cbs_h265: fix storage type for time_offset_value in Time Code SEIJames Almer2019-04-161-2/+5
* cbs_h265: Fix Time Code SEI syntaxAndreas Rheinhardt2018-12-021-26/+30
* cbs_h265: Add a lot more SEI parsing supportMark Thompson2018-11-181-18/+494
* cbs_h265: Add PTL parsing for sublayersMark Thompson2018-11-111-3/+57
* cbs_h265: Add PTL parsing for Main 10 Still Picture profileMark Thompson2018-10-311-0/+5
* cbs_h265: read/write content light level information SEI messageHaihao Xiang2018-05-101-0/+17
* cbs_h265: read/write HEVC PREFIX SEIHaihao Xiang2018-05-101-0/+158
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-021-85/+94
* cbs_h2645: Simplify representation of fixed valuesMark Thompson2018-05-011-22/+16
* cbs_h265: Use helper macro for maximum values of fixed-width elementsMark Thompson2018-03-181-8/+8
* lavc: Add coded bitstream read/write support for H.265Mark Thompson2017-10-171-0/+1503