| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cuvid: add support for cropping/resizing | Timo Rothenpieler | 2017-03-09 | 1 | -19/+66 |
* | avcodec/cuvid: add drop_second_field as input option | Miroslav Slugeň | 2017-02-18 | 1 | -3/+7 |
* | avcodec/cuvid: don't overwrite deinterlace at progressive input | Miroslav Slugeň | 2017-02-18 | 1 | -10/+10 |
* | avcodec/cuvid: add format mismatch debug logs | Timo Rothenpieler | 2017-02-14 | 1 | -0/+5 |
* | avcodec/cuvid: set width and height before calling get_format | Timo Rothenpieler | 2017-02-14 | 1 | -3/+4 |
* | avcodec/cuvid: update hw_frames_ctx reference after get_format call | Timo Rothenpieler | 2017-02-14 | 1 | -0/+13 |
* | avcodec/cuvid: fail early if GPU can't handle video resolution | Pavel Koshevoy | 2017-01-23 | 1 | -4/+12 |
* | avcodec/cuvid: fix compilation with msvc11 | Timo Rothenpieler | 2016-12-12 | 1 | -1/+2 |
* | avcodec/cuvid: Restore initialization of pixel format in init() | Philip Langdale | 2016-11-23 | 1 | -0/+15 |
* | avcodec/cuvid: Add support for P010/P016 as an output surface format | Philip Langdale | 2016-11-22 | 1 | -16/+57 |
* | avcodec/cuvid: allow setting number of used surfaces | Miroslav Slugen | 2016-11-22 | 1 | -8/+8 |
* | avcodec/cuvid: use dynamically loaded CUDA/CUVID | Timo Rothenpieler | 2016-11-22 | 1 | -32/+48 |
* | avcodec/cuvid: Don't claim to decode h.263 (it doesn't) | Philip Langdale | 2016-10-30 | 1 | -9/+0 |
* | avcodec/cuvid: Allow reinitialization of decoder | Philip Langdale | 2016-10-22 | 1 | -3/+5 |
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -0/+4 |
* | avcodec/cuvid: don't align frame size | Timo Rothenpieler | 2016-10-04 | 1 | -2/+2 |
* | avcodec/cuvid: make use of new av_hwdevice_ctx_create api | Timo Rothenpieler | 2016-09-29 | 1 | -43/+10 |
* | avcodec/cuvid: support a pre-initialized hw_frames_ctx | Timo Rothenpieler | 2016-09-29 | 1 | -7/+6 |
* | avcodec/cuvid: use actual frame size for buffer allocation | Timo Rothenpieler | 2016-09-29 | 1 | -3/+3 |
* | avcodec/cuvid: mark as avoid for probing | Timo Rothenpieler | 2016-09-23 | 1 | -1/+1 |
* | cuvid: Pass bit depth information to decoder | Philip Langdale | 2016-09-22 | 1 | -0/+2 |
* | cuvid: Use bundled headers | Philip Langdale | 2016-09-22 | 1 | -1/+1 |
* | avcodec/cuvid: add support for hardware deinterlacing | Timo Rothenpieler | 2016-09-21 | 1 | -21/+82 |
* | avcodec/cuvid: implement new send_packet/receive_frame api | Timo Rothenpieler | 2016-09-21 | 1 | -11/+83 |
* | avcodec/cuvid: Check for non 420 chroma formats - they aren't supported | Philip Langdale | 2016-09-17 | 1 | -0/+6 |
* | avcodec/cuvid: Fully re-initialize the parser after a flush. | Philip Langdale | 2016-09-17 | 1 | -0/+10 |
* | avcodec/cuvid: Always check for internal errors during parsing | Philip Langdale | 2016-09-10 | 1 | -2/+7 |
* | avcodec/cuvid: check for and warn about invalid pkt_timebase | Timo Rothenpieler | 2016-09-09 | 1 | -2/+11 |
* | avcodec/cuvid: use pkt_timebase instead of time_base | Timo Rothenpieler | 2016-09-09 | 1 | -2/+2 |
* | cuvid: Implement flush to support seeking in media players | Philip Langdale | 2016-09-06 | 1 | -39/+91 |
* | cuvid: Add hwaccels and decoders for remaining supported formats | Philip Langdale | 2016-09-06 | 1 | -0/+45 |
* | avcodec/cuvid: add cuvid decoder | Timo Rothenpieler | 2016-06-10 | 1 | -0/+698 |