summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_libav.h
Commit message (Collapse)AuthorAgeFilesLines
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-481/+0
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* Misc. typosluz.paz2018-02-201-2/+2
| | | Found via `codespell -q 3 --skip="./gtk/po`
* 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