54 Commits (96ed043afa44d468ff3629095f90d391450c4e60)

Author SHA1 Message Date
Linjie Fu fc3837ba85 lavc/hevcdec: Set max_num_merge_cand to uint8_t 2 years ago
Linjie Fu 513d188d9b lavc/hevcdec: Fix the parsing for use_integer_mv_flag 2 years ago
Linjie Fu c1dceaf0c7 lavc/hevcdec: Add slice parse support for HEVC SCC extension 2 years ago
Xu Guangxin 99501b5015 lavc/hevcdec: do not let missing ref frames invovled in dpb process 2 years ago
Andreas Rheinhardt 247d513beb avcodec/hevcdec: Avoid allocation of common CABAC state 2 years ago
Andreas Rheinhardt ad2b755d3f avcodec/hevcdec: Don't allocate redundant HEVCContexts 2 years ago
Andreas Rheinhardt 13b3e84a4f avcodec/hevc_cabac: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 72d5ce9fa6 avcodec/hevcdec: Add stat_coeffs to HEVCABACState 2 years ago
Andreas Rheinhardt 8c4f95e1e1 avcodec/hevc_filter: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 136ada2fc3 avcodec/hevc_mvs: Pass HEVCLocalContext when slice-threading 2 years ago
Andreas Rheinhardt 1837ae9d5f avcodec/hevcdec: Add pointers to logctx and parent ctx to HEVCLocalCtx 2 years ago
Andreas Rheinhardt c34e3920f2 avcodec/hevc_refs: Constify ff_hevc_get_ref_list() 3 years ago
Andreas Rheinhardt a3b833c3ea avcodec/hevcdec: Remove redundant context_initialized 3 years ago
Andreas Rheinhardt 02220b88fc avcodec/thread: Don't use ThreadFrame when unnecessary 3 years ago
Andreas Rheinhardt 27f22f3383 all: Remove unnecessary libavcodec/internal.h inclusions 3 years ago
Niklas Haas a538df7eab lavc/hevcdec: Parse DOVI RPU NALs 3 years ago
Derek Buitenhuis bc68fd1050 avcodec/hevcdec: Export Dolby Vision RPUs as side data 3 years ago
Limin Wang 06548e6045 avcodec/hevcdec: remove unused code 3 years ago
Niklas Haas 3cc3f5de2a avcodec/hevcdec: apply H.274 film grain 3 years ago
Xu Guangxin c8bc0f66a8 avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enabled_flag 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Nuo Mi d4751d8c63 avcodec/hevcdec: dynamic allocate sList and HEVClcList 4 years ago
Anton Khirnov b7e1821284 hevc: move SliceHeader and LongTermRPS back to hevcdec.h 5 years ago
Steven Liu 36ed8ae52c avcodec/hevcdec: remove unneeded code 5 years ago
Michael Niedermayer 1a89ae1df8 avcodec/hevcdec: Check for overlapping slices 6 years ago
Mark Wu 10bc4c3a7d avcodec/hevcdec: fix non-ref frame judgement 6 years ago
Timo Rothenpieler 46c1ee1917 avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointer 7 years ago
sfan5 a428f2fcd9 libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into function 7 years ago
James Almer bd8f1fa100 avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEI 7 years ago
Mark Thompson 4dee92f6bc hevc: Fix aligned array declarations 7 years ago
Michael Niedermayer 933aa91e31 avcodec/hevcdec: check ff_init_cabac_decoder() for failure 8 years ago
James Almer 000fb61a71 avcodec/hevcdec: export cropping information instead of handling it internally 8 years ago
Anton Khirnov c3f0357bdf hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContext 8 years ago
James Almer cfd25488bf hevcdec: move SEI message parsing into a separate header 8 years ago
James Almer 648a0b4503 hevcdec: remove HEVCContext usage from hevc_sei 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
James Almer a687fb9970 avcodec/hevcdec: move SEI message parsing into a separate header 8 years ago
James Almer c4b08c8a4e avcodec/hevcdec: remove HEVCContext usage from hevc_sei 8 years ago
James Almer 4588063f3e avcodec/hevcdec: remove duplicate extradata parsing function 8 years ago
Steve Lhomme 157e57a181 lavc: Add Content Light Level side metadata found in HEVC 8 years ago
Anton Khirnov a02ae1c683 hevcdec: export cropping information instead of handling it internally 8 years ago
Anton Khirnov 0bfdcce4d4 hevc: move the SliceType enum to hevc.h 8 years ago
Anton Khirnov f6e2f8a9ff hevcdec: move parameter set parsing into a separate header 8 years ago
Anton Khirnov 150c896a9e hevcdec: split ff_hevc_diag_scan* declarations into a separate header 8 years ago
Anton Khirnov 645c6ff423 hevcdec: drop the prototype of a non-existing function 8 years ago
Anton Khirnov c359d624d3 hevcdec: move decoder-independent declarations into a separate header 8 years ago
Anton Khirnov 4abe3b049d hevc: rename hevc.[ch] to hevcdec.[ch] 8 years ago
Matthieu Bouron bf011695fd lavc/hevc: store VPS/SPS/PPS data 8 years ago
Will Kelleher 964f07f68e hevc: Fix memory leak related to a53_caption data 9 years ago