summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_libav.c
Commit message (Collapse)AuthorAgeFilesLines
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-124/+124
|
* qsv: fix more compiler warningsJohn Stebbins2016-12-171-2/+2
|
* qsv: Fix crash attempting to destroy mutex.Tim Walker2016-12-171-2/+6
| | | | Originally part of a2d31ec1c6109424d193832aa83db6958292d797.
* libhb: don't use av_log.Tim Walker2016-12-171-16/+14
| | | | qsv_libav.[ch] was previosuly use from libavcodec.
* libhb: fix build with --enable-qsvTim Walker2016-12-171-46/+6
| | | | | | | | | | Convert qsv_livav.[ch] to be built within libhb. Convert other files to use qsv_libav.h in place of libavcodec/qsv.h Don't attempt to build libav with QSV support (not available in unpatched release/11 branch). QSV-accelerated decoding is broken, so disable it for the time being.
* libhb: add code to support our QSV-accelerated encoder.Tim Walker2016-12-171-0/+646
The files are copied verbatim from the patch we just removed, where they were known as: libavcodec/qsv.h libavcodec/qsv.c