summaryrefslogtreecommitdiffstats
path: root/libavcodec/cuvid.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cuvid: add support for cropping/resizingTimo Rothenpieler2017-03-091-19/+66
* avcodec/cuvid: add drop_second_field as input optionMiroslav Slugeň2017-02-181-3/+7
* avcodec/cuvid: don't overwrite deinterlace at progressive inputMiroslav Slugeň2017-02-181-10/+10
* avcodec/cuvid: add format mismatch debug logsTimo Rothenpieler2017-02-141-0/+5
* avcodec/cuvid: set width and height before calling get_formatTimo Rothenpieler2017-02-141-3/+4
* avcodec/cuvid: update hw_frames_ctx reference after get_format callTimo Rothenpieler2017-02-141-0/+13
* avcodec/cuvid: fail early if GPU can't handle video resolutionPavel Koshevoy2017-01-231-4/+12
* avcodec/cuvid: fix compilation with msvc11Timo Rothenpieler2016-12-121-1/+2
* avcodec/cuvid: Restore initialization of pixel format in init()Philip Langdale2016-11-231-0/+15
* avcodec/cuvid: Add support for P010/P016 as an output surface formatPhilip Langdale2016-11-221-16/+57
* avcodec/cuvid: allow setting number of used surfacesMiroslav Slugen2016-11-221-8/+8
* avcodec/cuvid: use dynamically loaded CUDA/CUVIDTimo Rothenpieler2016-11-221-32/+48
* avcodec/cuvid: Don't claim to decode h.263 (it doesn't)Philip Langdale2016-10-301-9/+0
* avcodec/cuvid: Allow reinitialization of decoderPhilip Langdale2016-10-221-3/+5
* Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'Hendrik Leppkes2016-10-071-0/+4
* avcodec/cuvid: don't align frame sizeTimo Rothenpieler2016-10-041-2/+2
* avcodec/cuvid: make use of new av_hwdevice_ctx_create apiTimo Rothenpieler2016-09-291-43/+10
* avcodec/cuvid: support a pre-initialized hw_frames_ctxTimo Rothenpieler2016-09-291-7/+6
* avcodec/cuvid: use actual frame size for buffer allocationTimo Rothenpieler2016-09-291-3/+3
* avcodec/cuvid: mark as avoid for probingTimo Rothenpieler2016-09-231-1/+1
* cuvid: Pass bit depth information to decoderPhilip Langdale2016-09-221-0/+2
* cuvid: Use bundled headersPhilip Langdale2016-09-221-1/+1
* avcodec/cuvid: add support for hardware deinterlacingTimo Rothenpieler2016-09-211-21/+82
* avcodec/cuvid: implement new send_packet/receive_frame apiTimo Rothenpieler2016-09-211-11/+83
* avcodec/cuvid: Check for non 420 chroma formats - they aren't supportedPhilip Langdale2016-09-171-0/+6
* avcodec/cuvid: Fully re-initialize the parser after a flush.Philip Langdale2016-09-171-0/+10
* avcodec/cuvid: Always check for internal errors during parsingPhilip Langdale2016-09-101-2/+7
* avcodec/cuvid: check for and warn about invalid pkt_timebaseTimo Rothenpieler2016-09-091-2/+11
* avcodec/cuvid: use pkt_timebase instead of time_baseTimo Rothenpieler2016-09-091-2/+2
* cuvid: Implement flush to support seeking in media playersPhilip Langdale2016-09-061-39/+91
* cuvid: Add hwaccels and decoders for remaining supported formatsPhilip Langdale2016-09-061-0/+45
* avcodec/cuvid: add cuvid decoderTimo Rothenpieler2016-06-101-0/+698
OpenPOWER on IntegriCloud