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
/
reader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
More fine grained progress statistics during subtitle scan
jstebbins
2012-07-18
1
-30
/
+66
*
libhb: fix live preview crash when generating preview while encoding
jstebbins
2012-07-03
1
-11
/
+12
*
Updated file copyright / GPL headers
sr55
2012-06-15
1
-4
/
+6
*
Simplify Foreign Audio Search code:
Rodeo
2012-05-01
1
-15
/
+7
*
Rework filter pipeline
jstebbins
2012-03-27
1
-28
/
+28
*
Fix p-to-p start time detection
jstebbins
2012-03-04
1
-2
/
+0
*
handle TS streams that have no PCRs better
jstebbins
2011-09-26
1
-11
/
+29
*
Improve mpeg PS support
jstebbins
2011-09-14
1
-13
/
+2
*
libhb: fix or simplify several hacks involved with Libav support
jstebbins
2011-07-27
1
-62
/
+95
*
Add support for TrueHD and DTS-HD from BD sources
jstebbins
2011-04-22
1
-17
/
+13
*
Fix a deadlock that can happen with p-to-p encoding
jstebbins
2011-04-10
1
-1
/
+15
*
Fix garbled previews from BD h.264 sources
jstebbins
2011-04-02
1
-1
/
+2
*
plug some memory leaks.
jstebbins
2011-02-12
1
-0
/
+5
*
fix sync of ssa subtitles when using point-to-point encoding
jstebbins
2010-11-22
1
-27
/
+10
*
Add Bluray support
jstebbins
2010-09-08
1
-53
/
+107
*
fix problem with spurious timestamp change
jstebbins
2010-06-20
1
-4
/
+7
*
fix a problem with point-to-point hanging when searching for start point
jstebbins
2010-05-26
1
-39
/
+42
*
add point-to-point encoding
jstebbins
2009-12-23
1
-10
/
+111
*
fix potential runaway buffer usage
jstebbins
2009-12-15
1
-1
/
+8
*
fix detection of forced subtitles during foreign audio search
jstebbins
2009-12-07
1
-1
/
+1
*
Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...
jstebbins
2009-12-05
1
-21
/
+16
*
batch file scanning and scan cancel
jstebbins
2009-11-25
1
-5
/
+13
*
fix a couple transport stream issues
jstebbins
2009-10-23
1
-1
/
+4
*
Fix bug that was causing one sec. of audio to be dropped on many ffmpeg files...
van
2009-09-21
1
-6
/
+11
*
- cleanup gcc format warnings showing up on linux 64-bit
konablend
2009-06-25
1
-1
/
+1
*
libhb: fix forced foreign language scan issues
jstebbins
2009-06-13
1
-1
/
+3
*
softsubs: allow 1 source to many output subs by duplicating the
jstebbins
2009-06-03
1
-6
/
+11
*
softsubtitles:
jstebbins
2009-06-02
1
-1
/
+1
*
mkv soft subtitle support
jstebbins
2009-05-19
1
-1
/
+1
*
Removed double EOF for CC's (one from dvd and one from cc), fixed compiler wa...
eddyg
2009-05-06
1
-1
/
+1
*
Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...
eddyg
2009-05-06
1
-0
/
+7
*
Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...
eddyg
2009-05-04
1
-26
/
+13
*
dvdnav: improve title scanning
jstebbins
2009-05-01
1
-1
/
+1
*
add libdvdnav support
jstebbins
2009-04-27
1
-0
/
+4
*
This patch adds mingw32 cross-compilation support to HandBrake trunk to
konablend
2009-04-14
1
-1
/
+1
*
Don't resync based on subtitles since their average duration is meaningless.
van
2009-01-15
1
-12
/
+43
*
More code to deal with the flakey streams from NZ TV. They like to change the...
van
2008-12-05
1
-1
/
+0
*
Add metadata support to libhb, add importing of MP4 metadata, add export of M...
eddyg
2008-12-02
1
-2
/
+24
*
Adds two new parameters to hb_scan, to control the number of preview frames g...
jbrjake
2008-11-30
1
-2
/
+5
*
- add John A. Stebbins' changes to handle TrueHD and DTS-HD multiplexed stre...
van
2008-11-25
1
-8
/
+1
*
libhb support for live preview
jstebbins
2008-11-11
1
-24
/
+45
*
Try to drive the stream timing off the audio stream(s) since audio has a pts ...
van
2008-10-05
1
-4
/
+24
*
- Only do 'lost PCR' checks (r1712) when we're dealing with something that c...
van
2008-10-03
1
-0
/
+5
*
Another bug fix in the per-stream timing code: If the clock reference changes...
van
2008-09-16
1
-7
/
+29
*
The difference of two timestamps referenced to different clocks is a random n...
van
2008-09-15
1
-5
/
+7
*
Various fixes for ffmpeg input files (mp4, avi, mkv, etc.):
van
2008-09-11
1
-14
/
+15
*
fix subtitle indepth scan abort & hang.
van
2008-08-19
1
-1
/
+2
*
- in encx264, if an video frame is larger than init_delay split it into piec...
van
2008-07-26
1
-3
/
+11
*
Get rid of excessive video & audio drops on some content by implementing the ...
van
2008-07-16
1
-30
/
+114
*
- fix an error in the SCR calculation that would cause an extra frame to be ...
van
2008-06-30
1
-1
/
+16
[next]