summaryrefslogtreecommitdiff
path: root/libavcodec/cuviddec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+4
* avcodec: use the new AVFrame interlace flags in all decoders and encodersJames Almer2023-05-041-3/+4
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-1/+5
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* lavc: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-1/+1
* avcodec: Add FF_CODEC_CAP_NOT_INIT_THREADSAFEAndreas Rheinhardt2022-07-181-1/+2
* avcodec/cuviddec: fix null pointer dereferenceZhao Zhili2022-06-261-9/+11
* avcodec/cuviddec: fix AV1 decoding errorZhao Zhili2022-06-261-0/+10
* avcodec/internal: Hide stuff only used by the core decode APIAndreas Rheinhardt2022-05-121-0/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-10/+10
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* lavc/cuviddec: convert to the new FIFO APIAnton Khirnov2022-02-071-12/+10
* lavc/cuviddec: do not reallocate the fifo unnecessarilyAnton Khirnov2022-02-071-7/+1
* avcodec/cuviddec: Use AVCodecInternal.in_pkt instead of stack packetAndreas Rheinhardt2021-11-071-4/+9
* avcodec/cuviddec: signal that the decoder sets all output frame propertiesJames Almer2021-06-211-0/+1
* avcodec/cuviddec: remove unused AVCodec.decode() callbackJames Almer2021-06-211-32/+0
* avcodec/cuviddec: correctly set key_frame with interlaced contentstuhlo2021-06-111-1/+4
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avutil/frame: Remove deprecated AVFrame.pkt_pts fieldAndreas Rheinhardt2021-04-271-5/+0
* avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is setMichal Novotny2021-02-221-1/+1
* avcodec/cuviddec: unref output frame on failureJames Almer2020-12-131-0/+3
* avcodec/cuviddec: check for av_buffer_ref() failureJames Almer2020-12-131-0/+6
* avcodec/cuviddec: fix missing context push/popleozhang2020-11-211-0/+7
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-081-1/+1
* avcodec/cuviddec: add av1 supportRoman Arzumanyan2020-10-151-0/+13
* avcodec/cuviddec: avoid copy of uninitialized extradata pointerTimo Rothenpieler2020-10-011-4/+5
* avcodec/cuviddec: use correct type for extradata_sizeTimo Rothenpieler2020-10-011-2/+2
* avcodec/cuviddec: fix copy&paste errorTimo Rothenpieler2020-10-011-1/+1
* avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler2020-09-291-16/+24
* avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint2020-05-021-1/+1
* lavc: Rename hwaccel.h to hwconfig.hMark Thompson2020-04-261-1/+1
* avcodec/cuviddec: use AVCodec.bsfs to filter packetsJames Almer2020-03-031-62/+16
* avcodec/cuviddec: add capability check for maximum macroblock countRuta Gadkari2019-05-081-0/+6
* avcodec/cuviddec: improve progressive frame detectionSergey Svechnikov2019-04-231-0/+6
* avcodec/cuviddec: Remove unnecessary stream synchronisationPhilip Langdale2019-03-301-4/+0
* avcodec/cuviddec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale2019-02-161-20/+46
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-141-23/+2
* avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler2018-10-141-1/+5
* avcodec/cuviddec: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-101-1/+5
* avcodec/cuviddec: set key frame for decoded framesYogender Gupta2018-01-191-0/+13
* avcodec: add metadata to identify wrappers and hardware decoderswm42017-12-141-1/+2
* lavc: Delete all fake hwaccelsMark Thompson2017-11-261-6/+0
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-261-2/+0
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-261-0/+15
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-201-1/+1
* avcodec: allow multiple hwaccels for the same codec/pixfmtwm42017-11-101-0/+2
* avcodec/cuvid: rename cuvid.c to cuviddec.cwm42017-11-101-0/+1164