summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_libav.h
Commit message (Collapse)AuthorAgeFilesLines
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-111/+111
|
* qsv: fix more compiler warningsJohn Stebbins2016-12-171-0/+1
|
* qsv_libav: silence compiler warningJohn Stebbins2016-12-171-1/+1
| | | | | warning: "/*" within comment It's very noisy since this header gets pulled into everything.
* libhb: don't use av_log.Tim Walker2016-12-171-2/+2
| | | | qsv_libav.[ch] was previosuly use from libavcodec.
* libhb: fix build with --enable-qsvTim Walker2016-12-171-17/+3
| | | | | | | | | | 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/+494
The files are copied verbatim from the patch we just removed, where they were known as: libavcodec/qsv.h libavcodec/qsv.c