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
/
sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a problem with overlapping vobsubs
jstebbins
2011-04-27
1
-4
/
+26
*
Fix a deadlock that can happen with p-to-p encoding
jstebbins
2011-04-10
1
-1
/
+24
*
Change internal audio representation range
jstebbins
2011-04-08
1
-2
/
+2
*
Add audio gain adjustment to libhb and CLI
jstebbins
2011-04-05
1
-41
/
+75
*
Make logging of audio and subtitle id's more consistant
jstebbins
2011-04-02
1
-5
/
+5
*
Simplify a lot of subtitle handling code.
jstebbins
2011-03-27
1
-433
/
+85
*
fix 2 pass cfr x264 crash
jstebbins
2011-03-13
1
-1
/
+1
*
Add temporally overlapping subtitle support.
davidfstr
2011-02-25
1
-18
/
+276
*
Fix a hang in sync
jstebbins
2011-02-07
1
-0
/
+4
*
bump ffmpeg from svn 25689 to git 185a155
jstebbins
2011-02-04
1
-1
/
+2
*
fix sync of ssa subtitles when using point-to-point encoding
jstebbins
2010-11-22
1
-6
/
+6
*
fix a problem with search progress indicator and p-to-p
jstebbins
2010-11-14
1
-2
/
+3
*
fix problem with delayed audio when using point-to-point
jstebbins
2010-11-13
1
-0
/
+1
*
fix a couple A/V/Sub sync issues
jstebbins
2010-11-10
1
-126
/
+121
*
fix audio sync when resampling 48khz to 44.1khz
jstebbins
2010-11-06
1
-6
/
+6
*
fix a segfault and a deadlock if reader exits befor first buffer sent
jstebbins
2010-10-29
1
-1
/
+1
*
Add ac3 encoding
jstebbins
2010-10-04
1
-8
/
+8
*
SSA subtitle burn in
jstebbins
2010-09-28
1
-15
/
+41
*
remove the 8 audio limit. isn't needed anymore.
jstebbins
2010-09-15
1
-1
/
+1
*
Add SSA subtitle support
jstebbins
2010-06-01
1
-1
/
+2
*
fix a problem with point-to-point hanging when searching for start point
jstebbins
2010-05-26
1
-1
/
+8
*
Universal Text Subtitle Support Initial Implementation
dynaflash
2010-05-04
1
-1
/
+3
*
make count of video frames encoded logging accurate.
jstebbins
2010-04-24
1
-0
/
+3
*
fix a problem with point-to-point (and live preview) when there are subtitles
jstebbins
2010-04-21
1
-2
/
+38
*
fix some mingw warnings and a mingw build issue
jstebbins
2010-04-10
1
-1
/
+1
*
fix silence insertion problem in audio sync and pipeline stall problem
jstebbins
2010-04-03
1
-8
/
+5
*
fix cancel during p-to-p search
jstebbins
2010-01-20
1
-0
/
+5
*
prevent hang during foreign audio search
jstebbins
2010-01-10
1
-4
/
+5
*
add point-to-point encoding
jstebbins
2009-12-23
1
-25
/
+299
*
fix a double free of an hb_buffer in sync
jstebbins
2009-12-06
1
-1
/
+1
*
Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...
jstebbins
2009-12-05
1
-644
/
+711
*
Maintain an accurate job ETA across pause/resume
jstebbins
2009-11-07
1
-1
/
+3
*
possible fix for WDTV vobsub duration problem
jstebbins
2009-11-05
1
-10
/
+0
*
- cleanup gcc format warnings showing up on linux 64-bit
konablend
2009-06-25
1
-7
/
+7
*
CLI: SubRip Subtitle import
eddyg
2009-06-23
1
-1
/
+2
*
- nasty bug: at eof, dropping a delay queue frame for CFR could link the ren...
van
2009-06-07
1
-15
/
+2
*
Adds an interjob structure to preserve some encode data across jobs within an...
jbrjake
2009-06-04
1
-15
/
+34
*
softsubtitles:
jstebbins
2009-06-02
1
-4
/
+4
*
fix sync problem with dts passthru and video re-sync
jstebbins
2009-05-28
1
-3
/
+12
*
Change minimum vobsub time from 3sec to 2sec, been meaning to do this for a w...
eddyg
2009-05-19
1
-2
/
+2
*
mkv soft subtitle support
jstebbins
2009-05-19
1
-124
/
+122
*
Remove some noise from the log: Only announce chapters when we're reading, no...
van
2009-05-16
1
-4
/
+0
*
Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and...
eddyg
2009-05-08
1
-2
/
+9
*
Change CC608 decoder to be its own thread
eddyg
2009-05-07
1
-2
/
+28
*
Removed double EOF for CC's (one from dvd and one from cc), fixed compiler wa...
eddyg
2009-05-06
1
-6
/
+14
*
Fix Closed Caption start/stop times, switched to SRT encoding including marku...
eddyg
2009-05-06
1
-0
/
+3
*
VOBSUB encoder skeleton for use with mkv VOBSUB pass-through
eddyg
2009-05-06
1
-2
/
+4
*
Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...
eddyg
2009-05-06
1
-19
/
+50
*
Rewrite pass-through timestamps in sync, put on subtitle->fifo_out for muxing...
eddyg
2009-05-05
1
-13
/
+59
*
Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...
eddyg
2009-05-04
1
-104
/
+124
[next]