summaryrefslogtreecommitdiff
path: root/libavcodec/cuvid.c
Commit message (Expand)AuthorAge
* avcodec/cuvid: make capability check optionalTimo Rothenpieler2017-06-01
* avcodec/cuvid: use capability check instead of dummy decoderTimo Rothenpieler2017-05-09
* cuvid: support AVCodecContext.hw_device_ctx APIwm42017-05-05
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* Merge commit '061a0c14bb5767bca72e3a7227ca400de439ba09'James Almer2017-04-22
* avcodec/cuvid: add support for cropping/resizingTimo Rothenpieler2017-03-09
* avcodec/cuvid: add drop_second_field as input optionMiroslav Slugeň2017-02-18
* avcodec/cuvid: don't overwrite deinterlace at progressive inputMiroslav Slugeň2017-02-18
* avcodec/cuvid: add format mismatch debug logsTimo Rothenpieler2017-02-14
* avcodec/cuvid: set width and height before calling get_formatTimo Rothenpieler2017-02-14
* avcodec/cuvid: update hw_frames_ctx reference after get_format callTimo Rothenpieler2017-02-14
* avcodec/cuvid: fail early if GPU can't handle video resolutionPavel Koshevoy2017-01-23
* avcodec/cuvid: fix compilation with msvc11Timo Rothenpieler2016-12-12
* avcodec/cuvid: Restore initialization of pixel format in init()Philip Langdale2016-11-23
* avcodec/cuvid: Add support for P010/P016 as an output surface formatPhilip Langdale2016-11-22
* avcodec/cuvid: allow setting number of used surfacesMiroslav Slugen2016-11-22
* avcodec/cuvid: use dynamically loaded CUDA/CUVIDTimo Rothenpieler2016-11-22
* avcodec/cuvid: Don't claim to decode h.263 (it doesn't)Philip Langdale2016-10-30
* avcodec/cuvid: Allow reinitialization of decoderPhilip Langdale2016-10-22
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-07
* avcodec/cuvid: don't align frame sizeTimo Rothenpieler2016-10-04
* avcodec/cuvid: make use of new av_hwdevice_ctx_create apiTimo Rothenpieler2016-09-29
* avcodec/cuvid: support a pre-initialized hw_frames_ctxTimo Rothenpieler2016-09-29
* avcodec/cuvid: use actual frame size for buffer allocationTimo Rothenpieler2016-09-29
* avcodec/cuvid: mark as avoid for probingTimo Rothenpieler2016-09-23
* cuvid: Pass bit depth information to decoderPhilip Langdale2016-09-22
* cuvid: Use bundled headersPhilip Langdale2016-09-22
* avcodec/cuvid: add support for hardware deinterlacingTimo Rothenpieler2016-09-21
* avcodec/cuvid: implement new send_packet/receive_frame apiTimo Rothenpieler2016-09-21
* avcodec/cuvid: Check for non 420 chroma formats - they aren't supportedPhilip Langdale2016-09-17
* avcodec/cuvid: Fully re-initialize the parser after a flush.Philip Langdale2016-09-17
* avcodec/cuvid: Always check for internal errors during parsingPhilip Langdale2016-09-10
* avcodec/cuvid: check for and warn about invalid pkt_timebaseTimo Rothenpieler2016-09-09
* avcodec/cuvid: use pkt_timebase instead of time_baseTimo Rothenpieler2016-09-09
* cuvid: Implement flush to support seeking in media playersPhilip Langdale2016-09-06
* cuvid: Add hwaccels and decoders for remaining supported formatsPhilip Langdale2016-09-06
* avcodec/cuvid: add cuvid decoderTimo Rothenpieler2016-06-10