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
*
CLI: missed another conditional that forces burned subs in mp4
jstebbins
2010-06-08
1
-0
/
+1
*
fix potential buffer overrun
jstebbins
2010-06-02
1
-3
/
+3
*
handle the utf8 byte order mark when present at the beginning of srt subs
jstebbins
2010-06-01
1
-2
/
+11
*
oops. forgot to commit the new file
jstebbins
2010-06-01
1
-0
/
+269
*
Add SSA subtitle support
jstebbins
2010-06-01
7
-22
/
+39
*
Add more subtitle info to the activity log
jstebbins
2010-06-01
1
-8
/
+20
*
link hb.dll with -static flag so that extra dll's are not required
jstebbins
2010-06-01
1
-1
/
+1
*
add check for reasonable vobsub width/height values when parsing out of mp4
jstebbins
2010-05-30
1
-2
/
+10
*
preserve vobsub palette, width, and height from mkv and mp4 vobsub tracks
jstebbins
2010-05-30
5
-22
/
+87
*
Improve left/right dplii surround separation
jstebbins
2010-05-30
1
-13
/
+13
*
fix compiler warnings in several libhb files
jstebbins
2010-05-30
4
-23
/
+23
*
fix a problem with point-to-point hanging when searching for start point
jstebbins
2010-05-26
2
-40
/
+50
*
add support for Nero vobsubs in mp4
jstebbins
2010-05-24
1
-0
/
+73
*
fix memory leak in pinvoke patch
jstebbins
2010-05-24
1
-6
/
+6
*
fix stderr redirection on mingw. dup2 function doesn't work as it should so ...
jstebbins
2010-05-23
1
-0
/
+5
*
add wrapper functions that make it easier to call libhb from C# and other
jstebbins
2010-05-23
3
-10
/
+240
*
add ability to probe for existance of headers and libraries to configure.py
jstebbins
2010-05-23
1
-2
/
+29
*
add strtok_r to ports.c for mingw
jstebbins
2010-05-22
2
-0
/
+29
*
Support for reading VOB subtitle tracks from file inputs initital implementat...
dynaflash
2010-05-20
9
-49
/
+238
*
allow mono mixdown with lame encoder
jstebbins
2010-05-13
4
-44
/
+32
*
Universal Text Subtitle Support Initial Implementation
dynaflash
2010-05-04
8
-10
/
+463
*
bump ffmpeg to rev 22950
jstebbins
2010-04-25
2
-5
/
+26
*
get rid of extry CR at end of hb_log message
jstebbins
2010-04-25
1
-1
/
+1
*
fix qdm2 audio decoding
jstebbins
2010-04-25
1
-1
/
+10
*
make count of video frames encoded logging accurate.
jstebbins
2010-04-24
1
-0
/
+3
*
fix decoding of qtrle codec and possibly others
jstebbins
2010-04-24
1
-0
/
+10
*
make sure HB_STATE_WORKING always gets set for a job
jstebbins
2010-04-24
1
-0
/
+19
*
add test to ensure that ffmpeg's reported audio layout agrees with channel count
jstebbins
2010-04-24
2
-26
/
+80
*
fix fps logging when there is no audio track.
jstebbins
2010-04-22
2
-12
/
+19
*
fix a problem with point-to-point (and live preview) when there are subtitles
jstebbins
2010-04-21
1
-2
/
+38
*
speed up main feature search in most circumstances
jstebbins
2010-04-20
1
-209
/
+284
*
add dvd main feature title detection
jstebbins
2010-04-20
6
-4
/
+454
*
fix an error in the tmp array size of hb_layout_remap
jstebbins
2010-04-19
1
-1
/
+1
*
fix some dvdnav hangs
jstebbins
2010-04-17
1
-0
/
+18
*
revert last checkin
sr55
2010-04-17
3
-209
/
+9
*
remove libgcc... dll from zip package creation as it is no longer needed
sr55
2010-04-17
3
-9
/
+209
*
x264 bump from r1523 to r1538
dynaflash
2010-04-14
1
-5
/
+4
*
fix some mingw warnings and a mingw build issue
jstebbins
2010-04-10
6
-12
/
+14
*
fix audio clipping when downmixing and output codec is lame
jstebbins
2010-04-07
3
-19
/
+27
*
generalize audio channel map reordering
jstebbins
2010-04-05
3
-119
/
+404
*
small error in the last change. Missed a comman in the libhb build script cha...
sr55
2010-04-05
1
-1
/
+1
*
libgcc is no longer needed. Thanks to golgol7777 for pointing out the necessa...
sr55
2010-04-05
1
-0
/
+1
*
fix silence insertion problem in audio sync and pipeline stall problem
jstebbins
2010-04-03
4
-33
/
+74
*
fix stupid error in my last commit
jstebbins
2010-04-03
1
-10
/
+10
*
fix audio detection problem during scan of ffmpeg audio sources
jstebbins
2010-04-02
5
-37
/
+99
*
handle YUV422P video in the mpeg2 decoder
jstebbins
2010-04-02
1
-10
/
+31
*
flush frames x264 has cached properly
jstebbins
2010-04-02
1
-2
/
+4
*
when in cfr mode, tell x264 we are doing cfr and allow x264 to set the timeba...
jstebbins
2010-04-02
1
-2
/
+11
*
downmix support for ffmpeg audio sources
jstebbins
2010-04-02
8
-91
/
+1540
*
fix a problem processing PS stream that look a lot like DVD PS but are not.
jstebbins
2010-04-01
1
-0
/
+17
[next]