30 Commits (94af6414ab74b9785bee89bd0a167c4788d6b598)

Author SHA1 Message Date
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 6e30b35b85 avutil/frame: Remove deprecated AVFrame.pkt_pts field 4 years ago
Michal Novotny b5d95998ff avcodec/cuviddec: set ulMaxDisplayDelay to zero if low_delay flag is set 4 years ago
James Almer cd821c18dc avcodec/cuviddec: unref output frame on failure 4 years ago
James Almer eadf7e3a59 avcodec/cuviddec: check for av_buffer_ref() failure 4 years ago
leozhang 7ce7d33d15 avcodec/cuviddec: fix missing context push/pop 4 years ago
Mark Thompson cd322794ee lavc: Mark hw_config pointer arrays as const 4 years ago
Roman Arzumanyan b23e6ae886 avcodec/cuviddec: add av1 support 4 years ago
Timo Rothenpieler 13c74291ec avcodec/cuviddec: avoid copy of uninitialized extradata pointer 4 years ago
Timo Rothenpieler c75756d047 avcodec/cuviddec: use correct type for extradata_size 4 years ago
Timo Rothenpieler bba6262080 avcodec/cuviddec: fix copy&paste error 4 years ago
Timo Rothenpieler a96743a05c avcodec/cuviddec: handle arbitrarily sized extradata 4 years ago
Marton Balint c96904f525 avcodec/decode: use a single list bsf for codec decode bsfs 5 years ago
Mark Thompson 2594f6a362 lavc: Rename hwaccel.h to hwconfig.h 5 years ago
James Almer 3117f47f19 avcodec/cuviddec: use AVCodec.bsfs to filter packets 5 years ago
Ruta Gadkari 80155795bb avcodec/cuviddec: add capability check for maximum macroblock count 6 years ago
Sergey Svechnikov 703583dbb1 avcodec/cuviddec: improve progressive frame detection 6 years ago
Philip Langdale 5d90d1e36e avcodec/cuviddec: Remove unnecessary stream synchronisation 6 years ago
Philip Langdale 317b7b06fd avcodec/cuviddec: Add support for decoding HEVC 4:4:4 content 6 years ago
Philip Langdale 19d3d0c057 avutil/hwcontext_cuda: Define and use common CHECK_CU() 6 years ago
Timo Rothenpieler 19546cfef1 avcodec/cuviddec: properly take deinterlacing and display delay into account for buffer_full check 6 years ago
Timo Rothenpieler 93d1756af2 avcodec/cuviddec: explicitly synchronize cuMemcpy calls 7 years ago
Yogender Gupta 07a96b6251 avcodec/cuviddec: set key frame for decoded frames 7 years ago
wm4 b945fed629 avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Mark Thompson da4e02b196 lavc: Delete all fake hwaccels 7 years ago
Mark Thompson 67e81d79cc lavc: Use hardware config information in ff_get_format() 7 years ago
Mark Thompson 758fbc54fe lavc: Add hardware config metadata for decoders supporting hardware output 7 years ago
Mark Thompson 1dc483a6f2 compat/cuda: Pass a logging context to load functions 7 years ago
wm4 ae5046e492 avcodec: allow multiple hwaccels for the same codec/pixfmt 7 years ago
wm4 5593049466 avcodec/cuvid: rename cuvid.c to cuviddec.c 7 years ago
Anton Khirnov b90fdb2c71 hevcdec: add a CUVID hwaccel 7 years ago
Anton Khirnov b9129ec466 h264dec: add a CUVID hwaccel 7 years ago
Timo Rothenpieler ff3084606c avcodec/cuvid: make capability check optional 8 years ago
Timo Rothenpieler fea4713472 avcodec/cuvid: use capability check instead of dummy decoder 8 years ago
wm4 c0f17a905f cuvid: support AVCodecContext.hw_device_ctx API 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Timo Rothenpieler 5cd3cd5b68 avcodec/cuvid: add support for cropping/resizing 8 years ago
Miroslav Slugeň 2a2f6b2887 avcodec/cuvid: add drop_second_field as input option 8 years ago
Miroslav Slugeň 4cb8872eb7 avcodec/cuvid: don't overwrite deinterlace at progressive input 8 years ago
Timo Rothenpieler b6f4f0b14b avcodec/cuvid: add format mismatch debug logs 8 years ago
Timo Rothenpieler ce79410bba avcodec/cuvid: set width and height before calling get_format 8 years ago
Timo Rothenpieler b7d480f431 avcodec/cuvid: update hw_frames_ctx reference after get_format call 8 years ago
Pavel Koshevoy 9ea2998586 avcodec/cuvid: fail early if GPU can't handle video resolution 8 years ago
Timo Rothenpieler 00223132e9 avcodec/cuvid: fix compilation with msvc11 8 years ago
Philip Langdale dd10e7253a avcodec/cuvid: Restore initialization of pixel format in init() 8 years ago
Philip Langdale 81147b5596 avcodec/cuvid: Add support for P010/P016 as an output surface format 8 years ago
Miroslav Slugen 10db40f374 avcodec/cuvid: allow setting number of used surfaces 8 years ago
Timo Rothenpieler d9ad18f3b4 avcodec/cuvid: use dynamically loaded CUDA/CUVID 8 years ago
Philip Langdale 21b68cdbae avcodec/cuvid: Don't claim to decode h.263 (it doesn't) 8 years ago
Philip Langdale ee7d6738ca avcodec/cuvid: Allow reinitialization of decoder 8 years ago