summaryrefslogtreecommitdiff
path: root/libavcodec/cuviddec.c
Commit message (Expand)AuthorAge
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-27
* avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is setMichal Novotny2021-02-22
* avcodec/cuviddec: unref output frame on failureJames Almer2020-12-13
* avcodec/cuviddec: check for av_buffer_ref() failureJames Almer2020-12-13
* avcodec/cuviddec: fix missing context push/popleozhang2020-11-21
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* avcodec/cuviddec: add av1 supportRoman Arzumanyan2020-10-15
* avcodec/cuviddec: avoid copy of uninitialized extradata pointerTimo Rothenpieler2020-10-01
* avcodec/cuviddec: use correct type for extradata_sizeTimo Rothenpieler2020-10-01
* avcodec/cuviddec: fix copy&paste errorTimo Rothenpieler2020-10-01
* avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler2020-09-29
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-02
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-26
* avcodec/cuviddec: use AVCodec.bsfs to filter packetsJames Almer2020-03-03
* avcodec/cuviddec: add capability check for maximum macroblock countRuta Gadkari2019-05-08
* avcodec/cuviddec: improve progressive frame detectionSergey Svechnikov2019-04-23
* avcodec/cuviddec: Remove unnecessary stream synchronisationPhilip Langdale2019-03-30
* avcodec/cuviddec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale2019-02-16
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-14
* avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler2018-10-14
* avcodec/cuviddec: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-10
* avcodec/cuviddec: set key frame for decoded framesYogender Gupta2018-01-19
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-14
* lavc: Delete all fake hwaccelsMark Thompson2017-11-26
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-26
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-20
* avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-10
* avcodec/cuvid: rename cuvid.c to cuviddec.cwm42017-11-10