summaryrefslogtreecommitdiffstats
path: root/libhb/enc_qsv.c
Commit message (Expand)AuthorAgeFilesLines
* qsv: improve encoder error handlingagalin892021-04-021-4/+20
* qsv: redesigned adapter capabilities collection and reporingagalin892021-03-121-35/+6
* fixed typosfreddii2021-02-251-2/+2
* libhb: revert part of the previous colormatrix override commit.Damiano Galassi2021-01-251-6/+6
* libhb: change the color-matrix cli option behavior. Set the color info at the...Damiano Galassi2021-01-241-6/+6
* qsv: better adjustments of pool sizes for LA case to prevent corner cases reg...agalin892020-10-171-2/+7
* qsv: fix AVC encoding hang when LA is enabled on Windowsagalin892020-10-111-8/+11
* qsv: multi adapters improvementsagalin892020-10-101-7/+4
* qsv: fix full path encode when multiple monitors configurationagalin892020-10-041-4/+7
* qsv: added hb_qsv_adapters_list function and make proper multiple gpu adapter...agalin892020-10-041-0/+38
* qsv: update dx11 patch for ffmpeg 4.3.1agalin892020-08-221-11/+8
* qsv: remove globalsagalin892020-08-201-3/+1
* qsv: holding frames context that associated with surface in the hb_bufferagalin892020-07-281-37/+21
* qsv: improved memory managementagalin892020-07-281-8/+2
* qsv: reimplemented context memory management and small fixesArtem Galin2020-07-201-12/+3
* qsv: move hw filters flag check into functionArtem Galin2020-07-201-3/+3
* qsv: remove globalsArtem Galin2020-07-201-18/+15
* qsv: added HW offload of resize filterArtem Galin2020-07-201-9/+30
* qsv: fix memory leak while closing sessionDmitrichenko, Max2020-07-111-1/+1
* qsv: performance optimization of dx11 texture copyingArtem Galin2020-06-131-5/+0
* qsv: Increase buffer memory for hevc QSV.Yuichiro NAITO2020-05-261-3/+3
* qsv: fix --start-at frames issue and dx surfaces leaks (#2533)Artem Galin2020-01-041-87/+13
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
* qsv: d3d11 enablingagalin892019-09-221-16/+58
* libhb: make hb_buffer_t libhb privateJohn Stebbins2019-09-121-13/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-7/+7
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* qsv: zero-copy re-implementationmaximd332019-05-261-25/+418
* qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW ge...maxd2019-05-171-2/+3
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-2/+4
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-6/+6
* LinGui: make QSV encoding actually workJohn Stebbins2019-03-071-0/+15
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-281-47/+3
* Misc. typosluz.paz2018-02-201-1/+1
* qsv: better dimensions adjustments for HEVC 10bmaxd2018-01-101-3/+5
* qsv: range as 0-63maxd2017-12-041-7/+5
* QSV: adjusting QP range to address all valuesmaxd2017-12-041-3/+14
* QSV: Main10 should be default profilemaxd2017-10-131-1/+1
* QSV: Adding D11 support for encodemaxd2017-09-171-2/+2
* qsv: hevc10 fix for correct declaration of data/zero bitsmaxd2017-04-071-1/+1
* qsv: adding hevc10 support starting from KBL platformmaxd2017-03-051-11/+42
* qsv: fix init_delay referenceJohn Stebbins2017-02-151-1/+1
* qsv: Allocate planes contiguously.maxd2017-02-021-6/+4
* qsv: Fix a memory leak in enc_qsv.c Patch by maxim_d33sr552016-12-231-1/+1
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-1/+7
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-66/+66
* decavcodec: enable QSV-accelerated H.264 decoding with libavcodec.Tim Walker2016-12-171-1/+1
* libhb: add a missing argument to a hb_sws_get_context.Damiano Galassi2016-11-121-1/+2
* enc_qsv: flag all HEVC random access points as keyframes.Tim Walker2016-09-171-7/+17
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-110/+28