13 Commits (358fdf30838682f2b183e67d247e0d4d53b5a6a4)

Author SHA1 Message Date
Anton Khirnov 81e9afa6c2 lavc/hevc/ps: reindent 3 months ago
Anton Khirnov 7d245866b8 lavc/hevc/ps: implement SPS parsing for nuh_layer_id>0 3 months ago
Anton Khirnov 4359467ad6 lavc/hevc/ps: drop a warning for sps_multilayer_extension_flag 3 months ago
Niklas Haas 7351e067bc lavc/hevc_ps: parse VPS extension 3 months ago
Anton Khirnov fc8df81cb1 lavc/hevcdec: move active SPS from HEVCParamSets to HEVCLayerContext 4 months ago
Anton Khirnov c7f0753a6b lavc/hevcdec: move active VPS from HEVCParamSets to HEVCContext 4 months ago
Anton Khirnov c35a51f4bb lavc: add HEVC Multiview Main profile 4 months ago
Michael Niedermayer 67947f2a1c
avcodec/hevc/ps: use unsigned shift 5 months ago
James Almer 1b9af306da avcodec: use the renamed av_zero_extend 7 months ago
Anton Khirnov 8c8072c29c lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 7 months ago
Anton Khirnov 2e46d68f55 lavc/hevc_ps: make SPS hold a reference to its VPS 7 months ago
Anton Khirnov c879165b39 lavc/hevc_ps: make PPS hold a reference to its SPS 7 months ago
Anton Khirnov e4601cc339 lavc/hevc*: move to hevc/ subdir 7 months ago
Andreas Rheinhardt 2c38ca3d37 avcodec/hevc_ps: Fix UB 1 << 31 7 months ago
Anton Khirnov 63a96dbcce lavc/hevc_ps: compactify ShortTermRPS 7 months ago
Anton Khirnov 9127819d51 lavc/hevc_ps: reduce the size of ShortTermRPS.used 7 months ago
Anton Khirnov d893667867 lavc/hevc_ps: do not store delta_poc_s[01] in ShortTermRPS 7 months ago
Anton Khirnov 4264e4056c lavc/hevc_ps: fix variable signedness in ff_hevc_decode_short_term_rps() 7 months ago
Anton Khirnov 6fed1841a1 lavc/hevc_ps/HEVCSPS: change flags into uint8_t 7 months ago
Anton Khirnov bd1a06dc43 lavc/hevc_ps: reduce the size of used_by_curr_pic_lt_sps_flag 7 months ago
Michael Niedermayer d58037c18e
avcodec/hevc_ps: --typo 9 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
James Almer 547c920193 avcodec/hevc_ps: don't use a fixed sized buffer for parameter set raw data 9 months ago
Tong Wu 6bf17136a2 avcodec/hevc_ps: fix the problem of memcmp losing effectiveness 9 months ago
James Almer 535b1a93f5 avcodec/hevc_ps: fix setting HEVCHdrParams fields 10 months ago
James Almer 456c8ebe7c avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPS 10 months ago
Michael Niedermayer 5feceed008
avcodec/hevc_ps: Check cpb_cnt_minus1 before storing it 1 year ago
Andreas Rheinhardt 2db94a96c8 avcodec/hevc_ps: Use RefStruct API for parameter sets 1 year ago
llyyr ded4478b8b hevc_ps: fix fixed_rate check 1 year ago
llyyr 06241c3154 hevc_ps: fix cpb_cnt_minus1 initialization 1 year ago
Andreas Rheinhardt 8238bc0b5e avcodec/defs: Add AV_PROFILE_* defines, deprecate FF_PROFILE_* defines 1 year ago
Andreas Rheinhardt f6dc85ae16 avcodec/hevc_ps: Improve PPS SCC extension bit depth check 2 years ago
Andreas Rheinhardt 686156f366 avcodec/hevc_ps: Constify VPS, SPS pointers when parsing PPS 2 years ago
James Almer 246bec23a9 avcodec/hevc_ps: remove a unused variable 2 years ago
Lynne 21719c29a2
hevc_ps: expose sps_extension_present_flag 2 years ago
Lynne 8b2d46ee3d
hevc_ps: expose conformance_window_flag 2 years ago
Lynne cc5fab5c48
hevc_ps: expose sublayer_ordering_info_flag 2 years ago
Lynne 32fcb17e42
hevc_ps: expose vui_present flag 2 years ago
Lynne f58db8e534
hevc_ps: expose rps fields 2 years ago
Lynne abdd87d44e
hevc_ps: expose log2_diff_max_min_transform_block_size 2 years ago
Lynne 4e1f3ab184
hevc_ps: expose pps_extension_present_flag 2 years ago
Lynne d0b02c3aff
hevc_ps: expose vps_id 2 years ago
Lynne 3bc866159c
hevc_ps: expose pps_id 2 years ago
Lynne fc429d785e
hevc_ps: expose SPS and VPS headers 2 years ago
Clement Lecigne 96c30affba avcodec/hevc_ps: add proper bound checks around cm_ref_layer_id in colour_mapping_table. 2 years ago
James Almer e7c690a046 avcodec/hevc_ps: check for out of range bitdepth in SPS 2 years ago
Michael Niedermayer bf3f91c425
avcodec/hevc_ps: Avoid signed overflow before check on QP 2 years ago
Michael Niedermayer cb8180aa66
avcodec/hevc_ps: Check depth to be within 8 to 16 2 years ago
James Almer 45fc89bb14 avcodec/hevc_ps: use get_ue_golomb() for some SPS Screen Content Coding extension fields 2 years ago
James Almer 41dd50ad0d avcodec/hevc_ps: use get_{ue,se}_golomb() for some PPS Range extension fields 2 years ago