9 Commits (40c4b9dad0f8a38c4e09f2083bcb046d15498977)

Author SHA1 Message Date
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
Timo Rothenpieler 5d4fea88d4 avcodec/cuvid: don't align frame size 8 years ago
Timo Rothenpieler ba0e516533 avcodec/cuvid: make use of new av_hwdevice_ctx_create api 8 years ago
Timo Rothenpieler 49511501aa avcodec/cuvid: support a pre-initialized hw_frames_ctx 8 years ago
Timo Rothenpieler f0ea96d8a2 avcodec/cuvid: use actual frame size for buffer allocation 8 years ago
Timo Rothenpieler dcea618976 avcodec/cuvid: mark as avoid for probing 8 years ago
Philip Langdale 289a6bb8b1 cuvid: Pass bit depth information to decoder 8 years ago
Philip Langdale 843aff3cf7 cuvid: Use bundled headers 8 years ago
Timo Rothenpieler 0b420886a4 avcodec/cuvid: add support for hardware deinterlacing 8 years ago
Timo Rothenpieler 3b24020b54 avcodec/cuvid: implement new send_packet/receive_frame api 8 years ago
Philip Langdale ee88dcb2b0 avcodec/cuvid: Check for non 420 chroma formats - they aren't supported 8 years ago
Philip Langdale 8a06669702 avcodec/cuvid: Fully re-initialize the parser after a flush. 8 years ago
Philip Langdale 4029f05c8b avcodec/cuvid: Always check for internal errors during parsing 8 years ago
Timo Rothenpieler b91e0e5987 avcodec/cuvid: check for and warn about invalid pkt_timebase 8 years ago
Timo Rothenpieler 132adf73af avcodec/cuvid: use pkt_timebase instead of time_base 8 years ago
Philip Langdale 86910b15c9 cuvid: Implement flush to support seeking in media players 8 years ago
Philip Langdale 1891dfe013 cuvid: Add hwaccels and decoders for remaining supported formats 8 years ago
Timo Rothenpieler 88e8aef9e9 avcodec/cuvid: add cuvid decoder 9 years ago