summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-2/+2
* qsv: zero-copy re-implementationmaximd332019-05-261-0/+558
* qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW ge...maxd2019-05-171-2/+25
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-2/+4
* qsv: add i965 VA driver fallbackJohn Stebbins2019-03-121-3/+3
* qsv: fix logging of implementation 'via' optionJohn Stebbins2019-03-101-4/+4
* LinGui: make QSV encoding actually workJohn Stebbins2019-03-071-7/+25
* libhb: Add a hb_global_init_no_hardware that disables all the hardware encode...sr552019-02-111-0/+5
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Misc. typosluz.paz2018-02-201-1/+1
* QSV: fix ICQ availability detection for HEVC encoder.Tim Walker2018-01-041-0/+3
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* QSV: Main10 should be default profilemaxd2017-10-131-1/+10
* QSV: Adding D11 support for encodemaxd2017-09-171-20/+56
* qsv: only main10 profile supported for HEVC 10b encodemaxd2017-03-051-1/+1
* qsv: added HEVC 10-bit as encoder, should help for GUI integrationmaxd2017-03-051-4/+14
* qsv: adding hevc10 support starting from KBL platformmaxd2017-03-051-3/+12
* qsv: fix building with qsv disabledJohn Stebbins2017-01-111-0/+7
* added support of Kaby Lake CPU recognitionmaxd2017-01-111-0/+3
* qsv: Fix a crash that can occur in hb_qsv_info_print() when QSV hardware exis...sr552017-01-061-13/+15
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-2/+2
* decavcodec: enable QSV-accelerated H.264 decoding with libavcodec.Tim Walker2016-12-171-11/+8
* libhb: fix build with --enable-qsvTim Walker2016-12-171-3/+11
* libhb: use the new keyframe flag.Tim Walker2016-09-171-2/+3
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* 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