summaryrefslogtreecommitdiffstats
path: root/libhb/qsv_common.c
Commit message (Expand)AuthorAgeFilesLines
* qsv: remove unnecessary checkArtem Galin2020-03-111-1/+1
* qsv: encoder fixes for newer cpusagalin892020-03-111-0/+5
* qsv: decrease memory footprintagalin892020-03-081-63/+4
* qsv: hw decoding improvementsArtem Galin2020-03-051-21/+35
* qsv: add support for FreeBSDJan Beich2020-01-231-2/+2
* qsv: better codec check against hwDmitrichenko, Max2020-01-091-2/+4
* qsv: fix --start-at frames issue and dx surfaces leaks (#2533)Artem Galin2020-01-041-6/+79
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* qsv: fix logs, cleanup, remove warnings (#2419)Artem2019-12-141-58/+44
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-3/+3
* qsv: full mode only when neededagalin892019-10-241-1/+6
* qsv: d3d11 enablingagalin892019-09-221-41/+187
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-18/+14
* 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