HandBrake Developers: eddyg

Login name:
eddyg
Total Commits:
294 (2.3%)
Lines of Code:
9170 (1.9%)
Most Recent Commit:
2009-11-25 00:16

Activity by Clock Time

Activity by Hour of Day for eddyg

Activity by Day of Week for eddyg

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 294 (100.0%) 9170 (100.0%) 31.1
libhb/ 203 (69.0%) 8067 (88.0%) 39.7
test/ 21 (7.1%) 476 (5.2%) 22.6
contrib/ 34 (11.6%) 276 (3.0%) 8.1
macosx/ 16 (5.4%) 249 (2.7%) 15.5
/ 4 (1.4%) 28 (0.3%) 7.0
contrib/libiconv/ 2 (0.7%) 24 (0.3%) 12.0
contrib/ffmpeg/ 4 (1.4%) 19 (0.2%) 4.7
macosx/HandBrake.xcodeproj/ 3 (1.0%) 18 (0.2%) 6.0
contrib/faad2/ 1 (0.3%) 4 (0.0%) 4.0
contrib/faac/ 1 (0.3%) 4 (0.0%) 4.0
contrib/libtheora/ 1 (0.3%) 2 (0.0%) 2.0
make/include/ 1 (0.3%) 1 (0.0%) 1.0
make/ 1 (0.3%) 1 (0.0%) 1.0
contrib/libvorbis/ 1 (0.3%) 1 (0.0%) 1.0
contrib/x264/ 1 (0.3%) 0 (0.0%) 0.0

Activity of eddyg

Most Recent Commits

eddyg 2009-11-25 00:16

Rate limit hb_error() messages to at most 1 message per second of the same message. Repeats will be counted and presented as a count when 1 second has elapsed since the first error of a sequence, or an error message with a different string.
Also modified dvdnav to use hb_error() to take advantage of the limiting.

This works around a real bug from dvdnav where the Mac GUI becomes unresponsive during the output of large numbers of errors.

77 lines of code changed in:

  • libhb: common.c (+74 -1), dvdnav.c (+3 -3)
eddyg 2009-11-23 22:17

Fix the release/developer detection in configure.py

1 lines of code changed in:

  • make: configure.py (+1 -1)
eddyg 2009-09-29 00:14

Remove tx3g -1 bias for bold and underline, was part of testing, thanks to Rodeo.

2 lines of code changed in:

  • libhb: muxmp4.c (+2 -2)
eddyg 2009-09-28 23:46

Fix soft sub tx4g markup to count multi-chr utf8 chrs as one chr. Also merges italic markup if adacent.

45 lines of code changed in:

  • libhb: muxmp4.c (+45 -7)
eddyg 2009-06-30 02:22

Fix subtitle markup memory leak

8 lines of code changed in:

  • libhb: muxmp4.c (+8 -5)
eddyg 2009-06-30 02:01

Changed a log -> deep_log for markup processing.

1 lines of code changed in:

  • libhb: muxmp4.c (+1 -1)
eddyg 2009-06-30 02:00

Add markup for MP4 Subtitles

223 lines of code changed in:

  • libhb: muxmp4.c (+223 -8)
eddyg 2009-06-29 23:01

Closed Captions: Don't mess with the case.

1 lines of code changed in:

  • libhb: deccc608sub.c (+1 -1)
eddyg 2009-06-23 22:55

SubRip: More missing files and property changes to LF

24 lines of code changed in:

  • contrib/libiconv: module.defs (new 16), module.rules (new 8)
  • libhb: decsrtsub.c (changed)
eddyg 2009-06-23 20:32

CLI: Missed file from SubRip - a symptom of too many views and patches

331 lines of code changed in:

  • libhb: decsrtsub.c (new 331)
eddyg 2009-06-23 01:32

CLI: SubRip Subtitle import

140 lines of code changed in:

  • libhb: common.c (+31 -1), common.h (+8 -1), hb.c (+2), internal.h (+1), module.defs (+2 -2), sync.c (+2 -1), work.c (+9)
  • macosx/HandBrake.xcodeproj: project.pbxproj (+8 -2)
  • make/include: main.defs (+1)
  • test: module.defs (+4 -1), test.c (+72 -2)
eddyg 2009-06-21 23:24

CLI: Add type (int) to is_whole_media_service() to remove compile warning.

2 lines of code changed in:

  • test: test.c (+2 -2)
eddyg 2009-06-21 23:12

Moved --native-langauge processing from libhb to the CLI. Added --native-dub option to allow the user to request dubbing instead of subtitles when the audio does not match the users native language.

173 lines of code changed in:

  • libhb: common.h (-1), hb.c (+6 -76), work.c (+23 -32)
  • test: test.c (+144 -21)
eddyg 2009-05-19 23:41

Change minimum vobsub time from 3sec to 2sec, been meaning to do this for a while.

2 lines of code changed in:

  • libhb: sync.c (+2 -2)
eddyg 2009-05-08 01:33

Fix timestamps on CC's they are now 100% ready and working. Thanks to j45 and ritsuka for their assistence in getting soft subs finally in HB.

11 lines of code changed in:

  • libhb: muxmp4.c (+2 -3), sync.c (+9 -2)
eddyg 2009-05-08 00:52

Combine multiple CC lines into one, trimming whitespace, and adding proper language code based on first audio track language.

99 lines of code changed in:

  • libhb: deccc608sub.c (+73 -65), deccc608sub.h (+3), decmpeg2.c (+12 -1), muxmp4.c (+11 -4)
eddyg 2009-05-07 05:37

Change CC608 decoder to be its own thread

206 lines of code changed in:

  • libhb: common.h (+4 -3), deccc608sub.c (+115 -10), deccc608sub.h (+2 -1), decmpeg2.c (+25 -55), decvobsub.c (+2 -2), encvobsub.c (+2 -2), hb.c (+4 -3), hb.h (+6 -4), internal.h (+3 -2), sync.c (+28 -2), work.c (+15 -4)
eddyg 2009-05-07 00:03

Minor change in sub printing

4 lines of code changed in:

  • libhb: muxmp4.c (+4 -1)
eddyg 2009-05-06 23:58

Removed double EOF for CC's (one from dvd and one from cc), fixed compiler warnings for CC.

33 lines of code changed in:

  • libhb: deccc608sub.c (+18 -15), reader.c (+1 -1), sync.c (+14 -6)
eddyg 2009-05-06 23:25

Fix Closed Caption start/stop times, switched to SRT encoding including markup for text subs internal to HB.

32 lines of code changed in:

  • libhb: deccc608sub.c (+28 -21), muxmp4.c (+1 -1), sync.c (+3)

(93 more)

Generated by StatSVN 0.3.0