summaryrefslogtreecommitdiffstats
path: root/ffmpeg_cuvid.c
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg_cuvid: adapt for recent filter graph initialization changesTimo Rothenpieler2017-03-031-111/+30
|
* ffmpeg: init filtergraphs only after we have a frame on each inputAnton Khirnov2017-03-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure the actual stream parameters are used, which is important mainly for hardware decoding+filtering cases, which would previously require various weird workarounds to handle the fact that a fake software graph has to be constructed, but never used. This should also improve behaviour in rare cases where avformat_find_stream_info() does not provide accurate information. This merges Libav commit a3a0230. It was previously skipped. The code in flush_encoders() which sets up a "fake" format wasn't in Libav. I'm not sure if it's a good idea, but it tends to give behavior closer to the old one in certain corner cases. The vp8-size-change gives different result, because now the size of the first frame is used. libavformat reported the size of the largest frame for some reason. The exr tests now use the sample aspect ratio of the first frame. For some reason libavformat determines 0/1 as aspect ratio, while the decoder returns the correct one. The ffm and mxf tests change the field_order values. I'm assuming another libavformat/decoding mismatch. Signed-off-by: wm4 <nfxjfg@googlemail.com>
* ffmpeg_cuvid: add 420 10-bit transcode support for hwaccel cuvidsumit2017-02-011-1/+1
| | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* doc: fix spelling errorsAndreas Cadhalpun2016-10-211-2/+2
| | | | | | | | Thanks to Mathieu Malaterre <malat@debian.org> for reporting the Que/Queue typo. (https://bugs.debian.org/839542) Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* ffmpeg_cuvid: make use of new av_hwdevice_ctx_create apiTimo Rothenpieler2016-09-291-103/+22
|
* ffmpeg_cuvid: Don't unnecessarily include nvcuvid.hPhilip Langdale2016-09-281-1/+0
|
* ffmpeg: Add cuvid hwaccel supportTimo Rothenpieler2016-06-101-0/+237
OpenPOWER on IntegriCloud