Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-22avconv_qsv: use the actual pixel format provided by lavcAnton Khirnov
Do not hardcode NV12. This allows 10bit decoding with -hwaccel qsv.
2016-07-22avconv_qsv: align the surface size to 32Anton Khirnov
This is required e.g. by HEVC.
2016-06-25avconv_qsv: use the device creation APIAnton Khirnov
2016-06-25avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov
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.
2015-10-16avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>