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
*
Big merge, QSV to trunk: part 1 (tracked files).
Rodeo
2013-08-22
17
-74
/
+688
*
libhb: fix compiler warning...
jstebbins
2013-08-19
1
-1
/
+8
*
encx264: auto-enable metrics when the relevant tune is requested.
Rodeo
2013-08-17
1
-0
/
+22
*
encx264: don't force-enable metrics (PSNR, SSIM).
Rodeo
2013-08-17
1
-5
/
+0
*
libhb: log avio_open2 error return code
jstebbins
2013-08-16
1
-1
/
+1
*
libhb: store and print additional CPU information
Rodeo
2013-07-13
3
-11
/
+156
*
Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.
Rodeo
2013-07-13
3
-2
/
+55
*
MacGui: populate the SRT subtitle language list dynamically from libhb.
Rodeo
2013-07-13
2
-0
/
+25
*
Solaris: add proper POSIX defines
Rodeo
2013-07-13
1
-1
/
+1
*
libhb: handle zero length EOF subtitle properly
jstebbins
2013-07-06
1
-3
/
+6
*
libhb: fix a couple of problems with subtitle merging
jstebbins
2013-07-06
1
-11
/
+29
*
libhb: improve handling of overlapping text subtitles
jstebbins
2013-07-01
1
-53
/
+177
*
hb_display_job_info: "Large file size" does not apply to the avformat MP4 mux...
Rodeo
2013-07-01
1
-1
/
+1
*
libhb: fix crash in muxmp4.c
jstebbins
2013-06-30
1
-7
/
+12
*
libhb: add experimental avformat muxer for mkv and mp4
jstebbins
2013-06-30
25
-463
/
+1798
*
libhb: fix pts p-to-p start time in files parsed by libav
jstebbins
2013-06-26
1
-1
/
+1
*
libhb: fix hang that can occur under certain error conditions
jstebbins
2013-06-16
1
-4
/
+4
*
Fix the build under MinGW
sr55
2013-06-16
1
-1
/
+1
*
libhb: fix calculation of chapter durations in dvdread and dvdnav.
Rodeo
2013-06-16
2
-23
/
+4
*
Cosmetics after last commit.
Rodeo
2013-06-15
1
-8
/
+8
*
libhb: improve video and audio encoder names.
Rodeo
2013-06-15
1
-29
/
+25
*
libhb: fix incorrect sizeof()
jstebbins
2013-06-15
1
-1
/
+1
*
improve aac encoder build options and change some aac encoder defaults
jstebbins
2013-06-15
4
-6
/
+18
*
libhb: move one-time registrations to hb_global_init().
Rodeo
2013-06-06
1
-62
/
+33
*
hb_mixdown_*: use meaningful values instead of -1.
Rodeo
2013-06-04
1
-3
/
+3
*
hb_video_encoders: cosmetics.
Rodeo
2013-06-03
1
-8
/
+4
*
libhb/common: improve fallback mechanism.
Rodeo
2013-06-03
6
-446
/
+818
*
cropscale: fix initial value of output width/height
jstebbins
2013-05-31
1
-2
/
+2
*
libhb: fix problem with logging of crop/scale settings
jstebbins
2013-05-31
1
-2
/
+2
*
hb_display_job_info: improve formatting of start and stop times.
Rodeo
2013-05-30
1
-3
/
+4
*
Don't expose rate, mixdown, dither and encoder arrays to the UIs.
Rodeo
2013-05-30
5
-826
/
+1454
*
Make initialization of vfr filter work as I intended.
jstebbins
2013-05-28
3
-43
/
+45
*
libhb: fix hb_vfr_info() and refactor hb_vfr_init() a bit.
Rodeo
2013-05-22
3
-48
/
+29
*
sync: fall back to drop_video_to_sync when hb_avcodec_open() fails, instesd o...
Rodeo
2013-05-17
1
-39
/
+41
*
decsrtsub: clear remnants of the previous line before progessing a new one.
Rodeo
2013-05-14
1
-0
/
+3
*
Improve upon previous commit.
Rodeo
2013-05-08
1
-4
/
+5
*
decsrtsub: rework character substitution logic.
Rodeo
2013-05-08
1
-20
/
+30
*
muxmkv: fix audio track private data for 24-bit FLAC.
Rodeo
2013-05-05
1
-0
/
+1
*
libhb: fix crash when EOF is found before first video frame
jstebbins
2013-04-30
1
-0
/
+1
*
Refactor add_ffmpeg_audio.
Rodeo
2013-04-28
3
-90
/
+116
*
sync: fix a hang when the avcodec encoder for silence insertion fails to open.
Rodeo
2013-04-28
1
-2
/
+3
*
Fix log pollution when Auto Passthru is not possible and uses the fallback au...
Rodeo
2013-04-28
1
-1
/
+1
*
hb_get_best_mixdown: fix out-of-array reads.
Rodeo
2013-04-28
1
-2
/
+2
*
muxmp4: update MP4AddAudioTrack usage as per mp4v2 documentation.
Rodeo
2013-04-27
1
-2
/
+4
*
work: pass the crop settings to the subtitle renderer when adding it to the f...
Rodeo
2013-04-24
1
-5
/
+9
*
Disable Libav's AVX and FMA4 optimizations under Windows x86_64.
Rodeo
2013-04-24
1
-1
/
+9
*
muxmp4: compute audio frame durations when the frame size isn't known.
Rodeo
2013-04-24
1
-33
/
+40
*
decssasub, dectx3gsub: fix writing past hb_buffer_t data[size - 1].
Rodeo
2013-04-10
2
-12
/
+13
*
We support encoder options for everything but Theora, so simplify the check a...
Rodeo
2013-04-04
1
-4
/
+3
*
Update outdated comment.
Rodeo
2013-04-01
1
-4
/
+2
[next]