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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix dropped audio when embedded CC sub is selected
John Stebbins
2019-07-15
4
-5
/
+10
*
dvd: remove dvd specific details from hb_title_t
John Stebbins
2019-07-12
5
-293
/
+286
*
hb_json: don't fail if audio is invalid for mux
John Stebbins
2019-07-12
1
-6
/
+13
*
encx265: set level
John Stebbins
2019-07-11
2
-0
/
+30
*
work: fix logging of SSA import tracks
John Stebbins
2019-07-11
1
-0
/
+12
*
decssasub: fix p-to-p encoding with SSA import
John Stebbins
2019-07-11
1
-2
/
+91
*
decsrtsub: fix missing initial sub with p-to-p
John Stebbins
2019-07-11
2
-2
/
+21
*
Fix gcc 9 compiler warnings
John Stebbins
2019-06-28
3
-20
/
+21
*
Fix "hardening features" log message
John Stebbins
2019-06-27
1
-1
/
+1
*
reader: update hb_status_t eta_seconds during FAS
John Stebbins
2019-06-27
1
-0
/
+1
*
hb_json: add new hb_state_t fields
John Stebbins
2019-06-25
1
-1
/
+4
*
LinGui: add queue statistics
John Stebbins
2019-06-25
7
-70
/
+87
*
build: Add --enable-hardening flag to enable stack protection and enhanced bu...
Nomis101
2019-06-19
2
-0
/
+6
*
Fix build of libhb under NetBSD
Ryo ONODERA
2019-06-18
1
-1
/
+1
*
decvcodec: fix building with QSV disabled
John Stebbins
2019-05-27
1
-1
/
+1
*
qsv: zero-copy re-implementation
maximd33
2019-05-26
8
-70
/
+1111
*
preset: Add Playstation 2160p60 Surround for PS4 Pro.
edu
2019-05-25
1
-1
/
+121
*
qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW ge...
maxd
2019-05-17
6
-9
/
+42
*
hbavfilter: fix jerkey deinterlace output
John Stebbins
2019-05-08
1
-1
/
+4
*
libhb: pass AV_PKT_FLAG_DISCARD through to decoder
John Stebbins
2019-05-02
3
-1
/
+13
*
deblock: replace pp7 with avfilter vf_deblock
John Stebbins
2019-05-02
7
-645
/
+396
*
rendersub: fix crash while rendering subtitles
John Stebbins
2019-04-20
1
-11
/
+10
*
av_aac: use HB_PROJECT_FEATURE_FFMPEG_AAC instead of USE_FFMPEG_AAC
John Stebbins
2019-04-17
2
-4
/
+1
*
vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCE
John Stebbins
2019-04-17
4
-13
/
+10
*
nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENC
John Stebbins
2019-04-17
4
-11
/
+7
*
qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSV
John Stebbins
2019-04-17
23
-68
/
+108
*
encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265
John Stebbins
2019-04-17
8
-26
/
+26
*
configure: export FEATURE.* vars to project.h
John Stebbins
2019-04-17
1
-31
/
+45
*
LinGui: fix additional mingw gtk UI build issues
John Stebbins
2019-04-17
1
-0
/
+1
*
compat: fix compiler warning in strerror_r
John Stebbins
2019-04-17
1
-0
/
+1
*
make: finish correcting host/build semantics
John Stebbins
2019-04-17
4
-22
/
+22
*
WinGui: Fix previews after hb_image_s change. Fixes #2044
sr55
2019-04-16
1
-0
/
+1
*
vfr: improve duplicate frame drop detection
John Stebbins
2019-04-14
1
-19
/
+47
*
work: fix pix_fmt init input to filter pipeline
John Stebbins
2019-04-14
1
-1
/
+5
*
ports: increase HB_LOW_PRIORITY on macOS to avoid threads being stalled on mo...
Damiano Galassi
2019-04-09
1
-1
/
+1
*
ports: set pthreads name on macOS.
Damiano Galassi
2019-04-09
1
-0
/
+4
*
cropscale: force output pixfmt to YUV420P
John Stebbins
2019-04-08
1
-0
/
+9
*
hbavfilter: fix filename in header comment
John Stebbins
2019-04-08
1
-1
/
+1
*
hbavfilter: hide internals of hb_avfilter_graph_s
John Stebbins
2019-04-08
4
-51
/
+61
*
avfilter: split individual filters to separate files
John Stebbins
2019-04-08
10
-939
/
+1024
*
avfilter: fix header file comment
John Stebbins
2019-04-08
1
-1
/
+1
*
libhb: change preset key to VideoColorMatrixCodeOverride
John Stebbins
2019-04-08
10
-110
/
+218
*
Add missing yuv444p12 colorspace opton
John Stebbins
2019-04-08
1
-0
/
+2
*
libhb: propagate color matrix info through the pipeline
John Stebbins
2019-04-08
19
-47
/
+650
*
avfilter: simplify internal API to avfilter
John Stebbins
2019-04-08
12
-827
/
+910
*
Fix crash when chroma smooth tune is NULL
John Stebbins
2019-04-08
1
-6
/
+6
*
decvobsub: fix crash due to malformed vobsub
John Stebbins
2019-04-04
1
-10
/
+14
*
contrib: Remove local pthreads-w32 in favor of winpthreads.
Bradley Sepos
2019-03-31
1
-5
/
+1
*
Libhb: Some minor logging cleanup
sr55
2019-03-30
6
-16
/
+16
*
libhb: Consolidate plane functions and eliminate a malloc in Chroma Smooth.
Bradley Sepos
2019-03-28
1
-48
/
+38
[prev]
[next]