summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdec.h
Commit message (Expand)AuthorAge
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-04
* lavc/hevcdec: drop HEVCContext.frameAnton Khirnov2024-06-04
* lavc/hevcdec: rename HEVCFrame.frame to just fAnton Khirnov2024-06-04
* lavc/hevcdec: rename HEVCContext.ref to cur_frameAnton Khirnov2024-06-04
* lavc/hevcdec: drop HEVCContext.HEVClcAnton Khirnov2024-06-04
* lavc/hevcdec: drop HEVCLocalContext.gbAnton Khirnov2024-06-04
* lavc/hevcdec: move handling of byte alignment at the end of slice headerAnton Khirnov2024-06-04
* lavc/hevcdec: allocate local_ctx as array of structs rather than pointersAnton Khirnov2024-05-31
* lavc/hevcdec: track local context count separately from WPP thread countAnton Khirnov2024-05-31
* lavc/hevcdec: rename HEVCContext.HEVClcList to local_ctxAnton Khirnov2024-05-31
* avcodec/hevcdec: Use union for AVFrame* and ProgressFrameAndreas Rheinhardt2024-04-21
* avcodec/hevcdec: Switch to ProgressFramesAndreas Rheinhardt2024-04-19
* avcodec/hevc_cabac: Let compiler count offsetsAndreas Rheinhardt2024-03-13
* avcodec/hevcdec: Use RefStruct-pool API instead of AVBufferPool APIAndreas Rheinhardt2023-11-01
* avcodec/hevcdec: Move collocated_ref to HEVCContextAndreas Rheinhardt2023-10-26
* avcodec/pthread_frame: Remove ff_thread_release_buffer()Andreas Rheinhardt2023-10-22
* avcodec/hevcdec: Use RefStruct API for RefPicListTab bufferAndreas Rheinhardt2023-10-07
* avcodec/decode: Use RefStruct API for hwaccel_picture_privateAndreas Rheinhardt2023-10-07
* avcodec/hevcdec: Check early whether film grain is supported, fix raceAndreas Rheinhardt2023-09-26
* hevcdec: remove redundant bits_used_for_short_term_rps fieldLynne2023-06-07
* hevcdec: expose bits_used_for_short_term_rpsLynne2023-05-29
* avcodec/hevcdec: Replace number with enumFei Wang2023-03-27
* lavc/hevcdec: Set max_num_merge_cand to uint8_tLinjie Fu2023-02-27
* lavc/hevcdec: Fix the parsing for use_integer_mv_flagLinjie Fu2023-02-27
* lavc/hevcdec: Add slice parse support for HEVC SCC extensionLinjie Fu2023-02-27
* lavc/hevcdec: do not let missing ref frames invovled in dpb processXu Guangxin2022-07-27
* avcodec/hevcdec: Avoid allocation of common CABAC stateAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Don't allocate redundant HEVCContextsAndreas Rheinhardt2022-07-25
* avcodec/hevc_cabac: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Add stat_coeffs to HEVCABACStateAndreas Rheinhardt2022-07-25
* avcodec/hevc_filter: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevc_mvs: Pass HEVCLocalContext when slice-threadingAndreas Rheinhardt2022-07-25
* avcodec/hevcdec: Add pointers to logctx and parent ctx to HEVCLocalCtxAndreas Rheinhardt2022-07-25
* avcodec/hevc_refs: Constify ff_hevc_get_ref_list()Andreas Rheinhardt2022-07-09
* avcodec/hevcdec: Remove redundant context_initializedAndreas Rheinhardt2022-06-30
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-08
* lavc/hevcdec: Parse DOVI RPU NALsNiklas Haas2022-01-04
* avcodec/hevcdec: Export Dolby Vision RPUs as side dataDerek Buitenhuis2021-11-17
* avcodec/hevcdec: remove unused codeLimin Wang2021-10-17
* avcodec/hevcdec: apply H.274 film grainNiklas Haas2021-10-15
* avcodec/hevcdec: fix stat_coeff save/load for persistent_rice_adaptation_enab...Xu Guangxin2021-01-04
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* avcodec/hevcdec: dynamic allocate sList and HEVClcListNuo Mi2020-12-10
* hevc: move SliceHeader and LongTermRPS back to hevcdec.hAnton Khirnov2020-06-08
* avcodec/hevcdec: remove unneeded codeSteven Liu2019-10-22
* avcodec/hevcdec: Check for overlapping slicesMichael Niedermayer2018-12-01
* avcodec/hevcdec: fix non-ref frame judgementMark Wu2018-11-10
* avcodec/hevcdec: make ff_hevc_frame_nb_refs take a const pointerTimo Rothenpieler2018-05-10
* libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into functionsfan52017-12-08