summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* Pass new entries to av_opts as stringsPMunkes2021-03-091-2/+2
* Fix option names in VCE workaroundPMunkes2021-03-091-5/+2
* Correct QP range when using ffmpeg VCE H265PMunkes2021-03-091-0/+9
* libhb: add videotoolbox 10bit hevc encoder.Damiano Galassi2021-02-281-36/+48
* libhb: Replace hardcoded input pixel format for NV12 conversion.Bradley Sepos2021-02-201-1/+1
* libhb: Decode directly to NV12 for MediaFoundation encoder where possible.Bradley Sepos2021-02-201-12/+15
* Add support for using the ffmpeg MediaFoundation encoder wrapperMartin Storsjö2021-02-201-0/+120
* 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
* Update copyright dates to 2021.Bradley Sepos2021-01-011-1/+1
* libhb: add 8bit to 10/12bit blend functions to rendersub.Damiano Galassi2020-11-181-1/+1
* libhb: improve videotoolbox detection and add support for constant quality en...Damiano Galassi2020-08-231-0/+8
* NVEnc: Allow bitrate to be variable for Average Bitrate Mode in HB. Fixes #3020sr552020-07-211-3/+3
* encavcodec: Set the framerate field in addition to time_baseMartin Storsjö2020-06-161-0/+1
* nvenc: Remove hq, hp and default as these appear to simply be mappings.sr552020-05-021-1/+1
* Update copyright dates to 2020.Bradley Sepos2020-01-011-1/+1
* VCE: Force the rate control method for the VCE encoder to see if it helps wit...sr552019-11-141-0/+5
* Nvenc: Unbound rate control removing qmin and qmax. Should reduce file sizes ...sr552019-11-091-2/+0
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-12/+12
* fix warnings when compiling with clang.Damiano Galassi2019-09-261-1/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-6/+6
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* encavcodec: fix chapter mark postion for nvenc encodesJohn Stebbins2019-08-221-5/+5
* Better error message when avcodec_find_encoder_by_name() fails (#2252)digulla2019-08-211-18/+25
* nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231sr552019-08-121-3/+10
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-3/+11
* encavcodec: fix bitrate ceiling overflow for VP8/9John Stebbins2019-03-121-16/+2
* encavcodec: fix potential use of uninitialized variableJohn Stebbins2019-02-111-1/+1
* encavcodec: enable "row-mt=1" for vp9John Stebbins2019-01-221-1/+14
* encavcodec: improve comment about ffmpeg timestamp handlingJohn Stebbins2019-01-181-6/+14
* encavcodec: Make VCE h.265 encoder emit an IDR for every GOPJohn Stebbins2019-01-181-0/+6
* encavcodec: Fix dts timestamps in VT h.265 encodingJohn Stebbins2019-01-181-2/+12
* encavcodec: set frame.key_frame for AMD VCE encoderJohn Stebbins2019-01-161-0/+1
* encavcodec: remove unused 'job' variableJohn Stebbins2019-01-141-1/+0
* encavcodec: respect inline_parameter_sets settingJohn Stebbins2019-01-141-1/+4
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* VideoToolbox: Remove unsupported main10 mode #1719sr552018-12-101-1/+1
* VCE: Fix an issue with where the h264 stream was not correctly written to the...sr552018-12-071-9/+2
* Default Nvenc to use slower, higher quality settings. Fix some issues around ...sr552018-12-011-12/+56
* nvenc: fix chapter mark positionsJohn Stebbins2018-11-291-0/+3
* Nvenc: Don't override rc-lookahead or spartial-aq settings.sr552018-11-241-6/+0
* WinGui: Get rid of some erroneous logging for NVEnc.sr552018-11-231-2/+1
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-0/+71
* encavcodec: fix passing extradata to muxerJohn Stebbins2018-11-141-32/+5
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-281-0/+5
* VCE: Small Adjustment to the Quality settings passed to ffmpeg. B-Frames +2 ...sr552018-08-161-2/+7
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-081-2/+2
* VCE: Working on CQ mode for AMD VCE. #1408sr552018-07-301-1/+16
* VCE: Fix a typo that was preventing the VCE H.265 encoder from working.sr552018-07-091-1/+1