summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.c
Commit message (Expand)AuthorAgeFilesLines
* qsv: fix compile errorJohn Stebbins2015-11-191-1/+1
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-1/+1
* fix to prevent lazy compiler assumption and avoid full computation, no local ...Max Dmytrychenko2015-09-271-3/+2
* fix to prevent lazy compiler assumption and avoid full computationMax Dmytrychenko2015-09-271-2/+3
* adjustment to report QSV availability in MASK formMax Dmytrychenko2015-09-241-2/+2
* libhb: Skylake microarchitecture detection, RB 859Max Dmytrychenko2015-09-221-1/+6
* qsv: HEVC encoding support.Tim Walker2015-09-201-15/+92
* QSV: don't be quite as picky about marking an encoder as available.Rodeo2015-07-031-11/+21
* QSV: be more picky about marking an encoder as available.Rodeo2015-06-271-6/+16
* QSV: check for Skylake hardware-accelerated HEVC encoder.Rodeo2015-06-271-1/+10
* QSV: load required plug-ins before encoding, too.Rodeo2015-06-271-34/+54
* QSV: add new capability guards for some extended video parameter buffers.Rodeo2015-06-271-55/+219
* QSV: parse and print profile & level in a codec-agnostic way.Rodeo2015-06-271-0/+172
* QSV: B-pyramid support is codec-specific.Rodeo2015-06-271-8/+11
* QSV: cleanup LookAheadDepth handling.Rodeo2015-06-271-2/+1
* libhb: remove HB_API_OLD_PRESET_GETTERS cruft.Rodeo2015-06-271-7/+0
* libhb: add support for detection of new Intel processor releases.Rodeo2015-02-031-1/+5
* Update year to 2015.bradleys2015-02-011-1/+1
* QSV: refactor plugin loadingRodeo2015-02-011-18/+32
* QSV: update hb_qsv_force_workarounds()Rodeo2015-02-011-4/+6
* QSV: refactor logging of encoder capabilitiesRodeo2015-02-011-23/+68
* QSV: disable AdaptiveI/B options by default.Rodeo2015-01-091-2/+2
* QSV: fix preset names for Ivy Bridge and earlier.Rodeo2014-03-161-1/+1
* check of mfxExtCodingOption2 for AVC onlymaxd2014-03-141-1/+1
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* QSV: API 1.8 support and related improvementsRodeo2014-02-181-181/+745
* Revert previous commit, sorry.Rodeo2014-01-121-5/+0
* QSV: add an option to select the preferred implementation at runtime.Rodeo2014-01-121-0/+5
* qsv: add some frame type helper functions.Rodeo2014-01-021-0/+58
* ports: detect more Intel microarchitecture families.Rodeo2013-12-271-4/+9
* QSV: update libhb presets to match a more recent recommendation.Rodeo2013-12-051-16/+66
* New getters for video presets, tunes, profiles and levels.Rodeo2013-11-081-1/+8
* QSV: improve CopyFrame bug workaround a bit.Rodeo2013-10-121-5/+4
* QSV: use encode-only path when we have CPU filters enabled and CopyFrame is u...Rodeo2013-10-111-0/+8
* QSV: move LookAheadDepth miminum to commmon code.Rodeo2013-09-251-1/+2
* QSV: miscellaneous option-related improvements.Rodeo2013-09-241-5/+9
* QSV: remove RateDistortionOpt control.Rodeo2013-09-241-16/+0
* QSV: fix stupid mistake; MBBRC requires API version 1.6, not 1.7.Rodeo2013-09-241-1/+4
* QSV: libhb-based preset system.Rodeo2013-09-241-5/+85
* QSV: use ifdefs rather than filtering to bypass libmfx references during comp...Rodeo2013-09-241-0/+4
* QSV: MBBRC is actually Haswell-only.Rodeo2013-09-241-3/+4
* QSV: minor refactoring.Rodeo2013-09-151-16/+3
* QSV: add an option to control B-pyramid.Rodeo2013-09-051-1/+24
* QSV: minor cleanup.Rodeo2013-09-011-0/+17
* QSV: choose and re-use a "preferred" implementation instead of using MFX_IMPL...Rodeo2013-09-011-2/+40
* Print QSV info in all logs in a libhb-friendly manner, via hb_scan (was print...Rodeo2013-08-261-1/+3
* QSV: don't use AVBR rate control.Rodeo2013-08-251-3/+3
* Big merge, QSV to trunk: part 2 (new files).Rodeo2013-08-221-0/+780