index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libhb
/
qsv_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qsv: fix compile error
John Stebbins
2015-11-19
1
-1
/
+1
*
x264: add multilib support (a.k.a. 10-bit)
John Stebbins
2015-11-12
1
-1
/
+1
*
fix to prevent lazy compiler assumption and avoid full computation, no local ...
Max Dmytrychenko
2015-09-27
1
-3
/
+2
*
fix to prevent lazy compiler assumption and avoid full computation
Max Dmytrychenko
2015-09-27
1
-2
/
+3
*
adjustment to report QSV availability in MASK form
Max Dmytrychenko
2015-09-24
1
-2
/
+2
*
libhb: Skylake microarchitecture detection, RB 859
Max Dmytrychenko
2015-09-22
1
-1
/
+6
*
qsv: HEVC encoding support.
Tim Walker
2015-09-20
1
-15
/
+92
*
QSV: don't be quite as picky about marking an encoder as available.
Rodeo
2015-07-03
1
-11
/
+21
*
QSV: be more picky about marking an encoder as available.
Rodeo
2015-06-27
1
-6
/
+16
*
QSV: check for Skylake hardware-accelerated HEVC encoder.
Rodeo
2015-06-27
1
-1
/
+10
*
QSV: load required plug-ins before encoding, too.
Rodeo
2015-06-27
1
-34
/
+54
*
QSV: add new capability guards for some extended video parameter buffers.
Rodeo
2015-06-27
1
-55
/
+219
*
QSV: parse and print profile & level in a codec-agnostic way.
Rodeo
2015-06-27
1
-0
/
+172
*
QSV: B-pyramid support is codec-specific.
Rodeo
2015-06-27
1
-8
/
+11
*
QSV: cleanup LookAheadDepth handling.
Rodeo
2015-06-27
1
-2
/
+1
*
libhb: remove HB_API_OLD_PRESET_GETTERS cruft.
Rodeo
2015-06-27
1
-7
/
+0
*
libhb: add support for detection of new Intel processor releases.
Rodeo
2015-02-03
1
-1
/
+5
*
Update year to 2015.
bradleys
2015-02-01
1
-1
/
+1
*
QSV: refactor plugin loading
Rodeo
2015-02-01
1
-18
/
+32
*
QSV: update hb_qsv_force_workarounds()
Rodeo
2015-02-01
1
-4
/
+6
*
QSV: refactor logging of encoder capabilities
Rodeo
2015-02-01
1
-23
/
+68
*
QSV: disable AdaptiveI/B options by default.
Rodeo
2015-01-09
1
-2
/
+2
*
QSV: fix preset names for Ivy Bridge and earlier.
Rodeo
2014-03-16
1
-1
/
+1
*
check of mfxExtCodingOption2 for AVC only
maxd
2014-03-14
1
-1
/
+1
*
Update some copyright dates to 2014.
Rodeo
2014-02-18
1
-1
/
+1
*
QSV: API 1.8 support and related improvements
Rodeo
2014-02-18
1
-181
/
+745
*
Revert previous commit, sorry.
Rodeo
2014-01-12
1
-5
/
+0
*
QSV: add an option to select the preferred implementation at runtime.
Rodeo
2014-01-12
1
-0
/
+5
*
qsv: add some frame type helper functions.
Rodeo
2014-01-02
1
-0
/
+58
*
ports: detect more Intel microarchitecture families.
Rodeo
2013-12-27
1
-4
/
+9
*
QSV: update libhb presets to match a more recent recommendation.
Rodeo
2013-12-05
1
-16
/
+66
*
New getters for video presets, tunes, profiles and levels.
Rodeo
2013-11-08
1
-1
/
+8
*
QSV: improve CopyFrame bug workaround a bit.
Rodeo
2013-10-12
1
-5
/
+4
*
QSV: use encode-only path when we have CPU filters enabled and CopyFrame is u...
Rodeo
2013-10-11
1
-0
/
+8
*
QSV: move LookAheadDepth miminum to commmon code.
Rodeo
2013-09-25
1
-1
/
+2
*
QSV: miscellaneous option-related improvements.
Rodeo
2013-09-24
1
-5
/
+9
*
QSV: remove RateDistortionOpt control.
Rodeo
2013-09-24
1
-16
/
+0
*
QSV: fix stupid mistake; MBBRC requires API version 1.6, not 1.7.
Rodeo
2013-09-24
1
-1
/
+4
*
QSV: libhb-based preset system.
Rodeo
2013-09-24
1
-5
/
+85
*
QSV: use ifdefs rather than filtering to bypass libmfx references during comp...
Rodeo
2013-09-24
1
-0
/
+4
*
QSV: MBBRC is actually Haswell-only.
Rodeo
2013-09-24
1
-3
/
+4
*
QSV: minor refactoring.
Rodeo
2013-09-15
1
-16
/
+3
*
QSV: add an option to control B-pyramid.
Rodeo
2013-09-05
1
-1
/
+24
*
QSV: minor cleanup.
Rodeo
2013-09-01
1
-0
/
+17
*
QSV: choose and re-use a "preferred" implementation instead of using MFX_IMPL...
Rodeo
2013-09-01
1
-2
/
+40
*
Print QSV info in all logs in a libhb-friendly manner, via hb_scan (was print...
Rodeo
2013-08-26
1
-1
/
+3
*
QSV: don't use AVBR rate control.
Rodeo
2013-08-25
1
-3
/
+3
*
Big merge, QSV to trunk: part 2 (new files).
Rodeo
2013-08-22
1
-0
/
+780