summaryrefslogtreecommitdiffstats
path: root/libhb/enc_qsv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qsv: fix access to freed memory when interrupting encodeJohn Stebbins2016-04-131-39/+39
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-3/+3
* QSV: better compatibility with recent SW libmaxd2016-03-301-1/+2
* sync: gut and rewriteJohn Stebbins2016-01-211-0/+3
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-1/+1
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-63/+32
* qsv: HEVC encoding support.Tim Walker2015-09-201-56/+289
* QSV: load required plug-ins before encoding, too.Rodeo2015-06-271-13/+57
* QSV: add new capability guards for some extended video parameter buffers.Rodeo2015-06-271-6/+14
* QSV: parse and print profile & level in a codec-agnostic way.Rodeo2015-06-271-87/+18
* QSV: cleanup LookAheadDepth handling.Rodeo2015-06-271-1/+6
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-1/+1
* libhb: fix building with QSV enabled.Rodeo2015-03-131-2/+2
* libhb: use jansson for hb_dictjstebbins2015-03-091-8/+14
* QSV: reduce logging in encqsvInitRodeo2015-02-011-23/+27
* QSV: improve ICQ and LA handlingRodeo2015-02-011-2/+2
* QSV: improve B-Pyramid handling.Rodeo2015-02-011-110/+139
* json: fix building with qsv enabled.jstebbins2014-12-161-21/+17
* json: add json APIsjstebbins2014-12-161-10/+11
* QSV: always use our own DTS.Rodeo2014-04-081-58/+40
* QSV: fix logging of whether B-frames are enabled.Rodeo2014-04-071-7/+7
* libhb: add generic code for converting NALRodeo2014-04-071-89/+8
* QSV: fix previous commit (outdated version of the same patch, sorry9.Rodeo2014-04-061-16/+7
* QSV: reset the encoder at chapter points to force a keyframeRodeo2014-04-061-13/+37