summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodec.c
Commit message (Expand)AuthorAgeFilesLines
* VCE: Force the rate control method for the VCE encoder to see if it helps wit...sr552019-11-151-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
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-9/+100
* libhb: fix snprintf compiler warningsJohn Stebbins2018-06-131-4/+9
* encavcodec: fix encoding with vp8 and vp8 encodersJohn Stebbins2018-06-101-2/+2
* libhb: Cosmetic in encavcodec.c.Bradley Sepos2018-06-061-1/+1
* Add support for VCE hardware encoding.Michael Wootton2018-06-061-6/+125
* encavcodec: set AVFrame width and heightJohn Stebbins2018-06-021-0/+2
* FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-05-281-4/+5
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* add sdtp (sample dependency) box to mp4 (#1006)John Stebbins2017-11-281-3/+5
* fix use of deprecated libav definesJohn Stebbins2017-07-061-5/+5
* mux: shift timestamps by largest encoder delayJohn Stebbins2017-02-141-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* encavcodec: fix 2 pass vp8 and vp9 encodingJohn Stebbins2016-12-271-0/+9
* encavcodec: fix crash during 2 pass encodeJohn Stebbins2016-12-271-2/+2
* fix memory leaksJohn Stebbins2016-12-171-1/+1
* encavcodec: fix use of deprecated libav interfacesJohn Stebbins2016-12-171-141/+136