summaryrefslogtreecommitdiff
path: root/avconv_qsv.c
Commit message (Collapse)AuthorAge
* avconv_qsv: use the device creation APIAnton Khirnov2016-06-25
|
* avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov2016-06-25
| | | | | | | | | 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.
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-16
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>