Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-23avcodec/cuviddec: signal that the decoder sets all output frame propertiesJames Almer
2021-02-22avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is setMichal Novotny
2020-12-13avcodec/cuviddec: unref output frame on failureJames Almer
2020-12-13avcodec/cuviddec: check for av_buffer_ref() failureJames Almer
2020-11-21avcodec/cuviddec: fix missing context push/popleozhang
2020-11-08lavc: Mark hw_config pointer arrays as constMark Thompson
2020-10-15avcodec/cuviddec: add av1 supportRoman Arzumanyan
2020-10-01avcodec/cuviddec: avoid copy of uninitialized extradata pointerTimo Rothenpieler
2020-10-01avcodec/cuviddec: use correct type for extradata_sizeTimo Rothenpieler
2020-10-01avcodec/cuviddec: fix copy&paste errorTimo Rothenpieler
2020-09-30avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler
2020-05-02avcodec/decode: use a single list bsf for codec decode bsfsMarton Balint
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-03-03avcodec/cuviddec: use AVCodec.bsfs to filter packetsJames Almer
2019-05-08avcodec/cuviddec: add capability check for maximum macroblock countRuta Gadkari
2019-04-23avcodec/cuviddec: improve progressive frame detectionSergey Svechnikov
2019-03-30avcodec/cuviddec: Remove unnecessary stream synchronisationPhilip Langdale
2019-02-16avcodec/cuviddec: Add support for decoding HEVC 4:4:4 contentPhilip Langdale
2018-11-15avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale
2018-10-14avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler
2018-05-10avcodec/cuviddec: explicitly synchronize cuMemcpy callsTimo Rothenpieler
2018-01-20avcodec/cuviddec: set key frame for decoded framesYogender Gupta
2017-12-14avcodec: add metadata to identify wrappers and hardware decoderswm4
2017-11-27lavc: Delete all fake hwaccelsMark Thompson
2017-11-27lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-11-20compat/cuda: Pass a logging context to load functionsMark Thompson
2017-11-11avcodec: allow multiple hwaccels for the same codec/pixfmtwm4
2017-11-11avcodec/cuvid: rename cuvid.c to cuviddec.cwm4