index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libhb
/
encavcodec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass new entries to av_opts as strings
PMunkes
2021-03-09
1
-2
/
+2
*
Fix option names in VCE workaround
PMunkes
2021-03-09
1
-5
/
+2
*
Correct QP range when using ffmpeg VCE H265
PMunkes
2021-03-09
1
-0
/
+9
*
libhb: add videotoolbox 10bit hevc encoder.
Damiano Galassi
2021-02-28
1
-36
/
+48
*
libhb: Replace hardcoded input pixel format for NV12 conversion.
Bradley Sepos
2021-02-20
1
-1
/
+1
*
libhb: Decode directly to NV12 for MediaFoundation encoder where possible.
Bradley Sepos
2021-02-20
1
-12
/
+15
*
Add support for using the ffmpeg MediaFoundation encoder wrapper
Martin Storsjö
2021-02-20
1
-0
/
+120
*
libhb: revert part of the previous colormatrix override commit.
Damiano Galassi
2021-01-25
1
-6
/
+6
*
libhb: change the color-matrix cli option behavior. Set the color info at the...
Damiano Galassi
2021-01-24
1
-6
/
+6
*
Update copyright dates to 2021.
Bradley Sepos
2021-01-01
1
-1
/
+1
*
libhb: add 8bit to 10/12bit blend functions to rendersub.
Damiano Galassi
2020-11-18
1
-1
/
+1
*
libhb: improve videotoolbox detection and add support for constant quality en...
Damiano Galassi
2020-08-23
1
-0
/
+8
*
NVEnc: Allow bitrate to be variable for Average Bitrate Mode in HB. Fixes #3020
sr55
2020-07-21
1
-3
/
+3
*
encavcodec: Set the framerate field in addition to time_base
Martin Storsjö
2020-06-16
1
-0
/
+1
*
nvenc: Remove hq, hp and default as these appear to simply be mappings.
sr55
2020-05-02
1
-1
/
+1
*
Update copyright dates to 2020.
Bradley Sepos
2020-01-01
1
-1
/
+1
*
VCE: Force the rate control method for the VCE encoder to see if it helps wit...
sr55
2019-11-14
1
-0
/
+5
*
Nvenc: Unbound rate control removing qmin and qmax. Should reduce file sizes ...
sr55
2019-11-09
1
-2
/
+0
*
Gardening: Clean up trailing whitespace
Nomis101
2019-11-04
1
-12
/
+12
*
fix warnings when compiling with clang.
Damiano Galassi
2019-09-26
1
-1
/
+1
*
libhb: resolve header conflicts with pango/harfbuzz
John Stebbins
2019-09-12
1
-6
/
+6
*
Resolve conflict with harfbuzz include file hb.h
John Stebbins
2019-09-10
1
-1
/
+1
*
encavcodec: fix chapter mark postion for nvenc encodes
John Stebbins
2019-08-22
1
-5
/
+5
*
Better error message when avcodec_find_encoder_by_name() fails (#2252)
digulla
2019-08-21
1
-18
/
+25
*
nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231
sr55
2019-08-12
1
-3
/
+10
*
Fix some typos (#2202)
Nomis101
2019-07-31
1
-1
/
+1
*
libhb: change preset key to VideoColorMatrixCodeOverride
John Stebbins
2019-04-08
1
-3
/
+11
*
encavcodec: fix bitrate ceiling overflow for VP8/9
John Stebbins
2019-03-12
1
-16
/
+2
*
encavcodec: fix potential use of uninitialized variable
John Stebbins
2019-02-11
1
-1
/
+1
*
encavcodec: enable "row-mt=1" for vp9
John Stebbins
2019-01-22
1
-1
/
+14
*
encavcodec: improve comment about ffmpeg timestamp handling
John Stebbins
2019-01-18
1
-6
/
+14
*
encavcodec: Make VCE h.265 encoder emit an IDR for every GOP
John Stebbins
2019-01-18
1
-0
/
+6
*
encavcodec: Fix dts timestamps in VT h.265 encoding
John Stebbins
2019-01-18
1
-2
/
+12
*
encavcodec: set frame.key_frame for AMD VCE encoder
John Stebbins
2019-01-16
1
-0
/
+1
*
encavcodec: remove unused 'job' variable
John Stebbins
2019-01-14
1
-1
/
+0
*
encavcodec: respect inline_parameter_sets setting
John Stebbins
2019-01-14
1
-1
/
+4
*
Update copyright dates to 2019.
Bradley Sepos
2019-01-01
1
-1
/
+1
*
VideoToolbox: Remove unsupported main10 mode #1719
sr55
2018-12-10
1
-1
/
+1
*
VCE: Fix an issue with where the h264 stream was not correctly written to the...
sr55
2018-12-07
1
-9
/
+2
*
Default Nvenc to use slower, higher quality settings. Fix some issues around ...
sr55
2018-12-01
1
-12
/
+56
*
nvenc: fix chapter mark positions
John Stebbins
2018-11-29
1
-0
/
+3
*
Nvenc: Don't override rc-lookahead or spartial-aq settings.
sr55
2018-11-24
1
-6
/
+0
*
WinGui: Get rid of some erroneous logging for NVEnc.
sr55
2018-11-23
1
-2
/
+1
*
Add VideoToolbox hardware encoding thru FFmpeg.
Damiano Galassi
2018-11-15
1
-0
/
+71
*
encavcodec: fix passing extradata to muxer
John Stebbins
2018-11-14
1
-32
/
+5
*
Refactor the color tag code, and pass it to the FFmpeg encoders.
Damiano Galassi
2018-08-28
1
-0
/
+5
*
VCE: Small Adjustment to the Quality settings passed to ffmpeg. B-Frames +2 ...
sr55
2018-08-16
1
-2
/
+7
*
NVEnc: Add human names for encoder presets and remove currently invalid options.
sr55
2018-08-08
1
-2
/
+2
*
VCE: Working on CQ mode for AMD VCE. #1408
sr55
2018-07-30
1
-1
/
+16
*
VCE: Fix a typo that was preventing the VCE H.265 encoder from working.
sr55
2018-07-09
1
-1
/
+1
[next]