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
*
nvenc: Change the rate control to vbr_hq, setting qmin/qmax #2231
sr55
2019-08-12
1
-3
/
+10
*
NVEnc: Check SDK version and disable feature if driver is too old. Prevent r...
sr55
2019-08-12
1
-0
/
+15
*
libhb: eliminate file path length limits
John Stebbins
2019-08-11
11
-63
/
+90
*
dvd: create track named from dvd track attributes
John Stebbins
2019-08-11
2
-0
/
+42
*
stream: improve track name selection
John Stebbins
2019-08-11
1
-13
/
+57
*
fix build error
John Stebbins
2019-08-11
1
-1
/
+2
*
muxavformat: set handler_name for subtitle track names also
John Stebbins
2019-08-11
1
-0
/
+6
*
muxavformat: fix writing alternative track name in mp4 hdlr atom
John Stebbins
2019-08-11
1
-1
/
+1
*
add subtitle name to job configuration log output
John Stebbins
2019-08-11
1
-0
/
+4
*
add subtitle track name read/write
John Stebbins
2019-08-11
6
-20
/
+66
*
a few fixes for audio track name handling
John Stebbins
2019-08-11
4
-9
/
+6
*
libhb: make source audio track name available to frontends
John Stebbins
2019-08-11
6
-4
/
+38
*
Remove libsamplerate
John Stebbins
2019-08-11
3
-65
/
+48
*
audio_resample: set input and output samplerate
John Stebbins
2019-08-05
5
-7
/
+48
*
stream: fix building of subtitle list in PES files
John Stebbins
2019-07-31
1
-1
/
+1
*
Fix some typos (#2202)
Nomis101
2019-07-31
24
-38
/
+38
*
LinGui: change chapter list to GtkListBox
John Stebbins
2019-07-30
1
-4
/
+11
*
stream: add support for eia 608 subtitle tracks
John Stebbins
2019-07-17
1
-0
/
+7
*
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
[next]