8 Commits (0bb53948acdda311bfc4eff439879e86f3815f03)

Author SHA1 Message Date
Anton Khirnov 7d245866b8 lavc/hevc/ps: implement SPS parsing for nuh_layer_id>0 5 months ago
Niklas Haas 7351e067bc lavc/hevc_ps: parse VPS extension 5 months ago
Anton Khirnov fc8df81cb1 lavc/hevcdec: move active SPS from HEVCParamSets to HEVCLayerContext 5 months ago
Anton Khirnov c7f0753a6b lavc/hevcdec: move active VPS from HEVCParamSets to HEVCContext 5 months ago
Anton Khirnov 8c8072c29c lavc/hevcdec: move active PPS from HEVCParamSets to HEVCContext 8 months ago
Anton Khirnov 2e46d68f55 lavc/hevc_ps: make SPS hold a reference to its VPS 8 months ago
Anton Khirnov c879165b39 lavc/hevc_ps: make PPS hold a reference to its SPS 8 months ago
Anton Khirnov e4601cc339 lavc/hevc*: move to hevc/ subdir 8 months ago
Anton Khirnov 63a96dbcce lavc/hevc_ps: compactify ShortTermRPS 9 months ago
Anton Khirnov 9127819d51 lavc/hevc_ps: reduce the size of ShortTermRPS.used 9 months ago
Anton Khirnov d893667867 lavc/hevc_ps: do not store delta_poc_s[01] in ShortTermRPS 9 months ago
Anton Khirnov 6fed1841a1 lavc/hevc_ps/HEVCSPS: change flags into uint8_t 9 months ago
Anton Khirnov bd1a06dc43 lavc/hevc_ps: reduce the size of used_by_curr_pic_lt_sps_flag 9 months ago
James Almer 547c920193 avcodec/hevc_ps: don't use a fixed sized buffer for parameter set raw data 11 months ago
Tong Wu 6bf17136a2 avcodec/hevc_ps: fix the problem of memcmp losing effectiveness 11 months ago
James Almer 535b1a93f5 avcodec/hevc_ps: fix setting HEVCHdrParams fields 11 months ago
James Almer 456c8ebe7c avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPS 11 months ago
Andreas Rheinhardt 2db94a96c8 avcodec/hevc_ps: Use RefStruct API for parameter sets 1 year 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 45fc89bb14 avcodec/hevc_ps: use get_ue_golomb() for some SPS Screen Content Coding extension fields 2 years ago
James Almer df3fd3accd avcodec/hevc_ps: use get_ue_golomb() for some PPS Screen Content Coding extension fields 2 years ago
James Almer 0760528af2 avcodec/hevc_ps: use get_ue_golomb() for some PPS multilayer extension fields 2 years ago
James Almer ab0f3f7fbf avcodec/hevc_ps: fix storage type for some PPS multilayer extension fields 2 years ago
James Almer 7fece7676b avcodec/hevc_ps: further constrain allowed num_ref_loc_offsets values 2 years ago
Linjie Fu 56e3cd23d4 lavc/hevc_ps: Add SPS/PPS parse support for HEVC extension syntax 2 years ago
Andreas Rheinhardt 8bf18018a3 avcodec/(h264|hevc)_ps: Factor common VUI code out 2 years ago
Anton Khirnov b7e1821284 hevc: move SliceHeader and LongTermRPS back to hevcdec.h 5 years ago
Xu Guangxin 939a4db227 lavc/hevc: Add poc_msb_present filed in LongTermRPS 5 years ago
Linjie Fu 0d83fcc07b lavc/hevc_ps: parse constraint flags for HEVC REXT 5 years ago
Michael Niedermayer c692051252 avcodec/hevc_ps: Fix integer overflow with num_tile_rows and num_tile_columns 6 years ago
Philip Langdale f4ea930a11 avcodec/hevc_ps: Expose all SPS and PPS range extension flags 6 years ago
Timo Rothenpieler 9e857aa00e avcodec/nvdec_hevc: add support for new extended sps/pps flags from SDK 8.1 7 years ago
James Almer 9462b2b820 avcodec/hevc_ps: add a function to uninitialize parameter set buffers 7 years ago
Mark Thompson b1374e925c hevc: Improve stream constraint values in common header 7 years ago
Aman Gupta c32077c0ee avcodec/hevc_ps: extract SPS fields required for hvcC construction 7 years ago
Michael Niedermayer abf3f9fa23 avcodec/hevc_ps: Fix c?_qp_offset_list size 8 years ago
Mark Thompson b88da98b34 hevc: Improve stream constraint values in common header 8 years ago
James Almer 000fb61a71 avcodec/hevcdec: export cropping information instead of handling it internally 8 years ago
James Almer 4aaace8b25 avcodec/hevcdec: move SliceHeader struct definition to hevc_ps 8 years ago
James Almer 1d53b8e907 avcodec/hevcdec: remove HEVCContext usage from ff_hevc_compute_poc() 8 years ago