HandBrake Developers: ritsuka

Login name:
ritsuka
Total Commits:
320 (2.5%)
Lines of Code:
34799 (7.4%)
Most Recent Commit:
2009-12-31 09:44

Activity by Clock Time

Activity by Hour of Day for ritsuka

Activity by Day of Week for ritsuka

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 320 (100.0%) 34799 (100.0%) 108.7
macosx/ 123 (38.4%) 13557 (39.0%) 110.2
macosx/InstantHandBrake/English.lproj/ 9 (2.8%) 10206 (29.3%) 1134.0
macosx/English.lproj/ 12 (3.8%) 5096 (14.6%) 424.6
macosx/InstantHandBrake/ 48 (15.0%) 2237 (6.4%) 46.6
macosx/InstantHandBrake/libhb.xcodeproj/ 5 (1.6%) 1251 (3.6%) 250.2
macosx/InstantHandBrake/InstantHandBrake.xcodeproj/ 4 (1.3%) 679 (2.0%) 169.7
libhb/platform/macosx/ 4 (1.3%) 432 (1.2%) 108.0
macosx/HandBrake.xcodeproj/ 20 (6.3%) 358 (1.0%) 17.9
libhb/ 25 (7.8%) 323 (0.9%) 12.9
contrib/ 6 (1.9%) 319 (0.9%) 53.1
macosx/English.lproj/MainMenu.nib/ 19 (5.9%) 84 (0.2%) 4.4
macosx/English.lproj/AdvancedView.nib/ 3 (0.9%) 78 (0.2%) 26.0
macosx/English.lproj/OutputPanel.nib/ 3 (0.9%) 63 (0.2%) 21.0
macosx/English.lproj/PictureSettings.nib/ 6 (1.9%) 52 (0.1%) 8.6
macosx/English.lproj/Preferences.nib/ 8 (2.5%) 47 (0.1%) 5.8
/ 3 (0.9%) 10 (0.0%) 3.3
test/ 2 (0.6%) 7 (0.0%) 3.5
macosx/icons/ 13 (4.1%) 0 (0.0%) 0.0
macosx/i18n/ 1 (0.3%) 0 (0.0%) 0.0
macosx/InstantHandBrake/Devices/ 3 (0.9%) 0 (0.0%) 0.0
macosx/English.lproj/Express.nib/ 3 (0.9%) 0 (0.0%) 0.0

Activity of ritsuka

Most Recent Commits

ritsuka 2009-12-31 09:44

Added some errors checks and a flush function to encode the remaining data in the fifo.
It may fix the "0.5 seconds of digital noise" issue, but I was unable to reproduce it, so I don't know if it actually helps.

72 lines of code changed in:

  • libhb/platform/macosx: encca_aac.c (+72 -14)
ritsuka 2009-10-02 20:01

Align the subtitles at the bottom on iPod Classic/Nano.

1 lines of code changed in:

  • libhb: muxmp4.c (+1 -1)
ritsuka 2009-08-30 12:50

Initialize the AudioConverter without a sample rate only if the first initialization fails.

19 lines of code changed in:

  • libhb/platform/macosx: encca_aac.c (+19 -6)
ritsuka 2009-08-29 14:27

MacGUI: rename PictureController.mm too

1398 lines of code changed in:

  • macosx: PictureController.m (new 1384), PictureController.mm (del)
  • macosx/HandBrake.xcodeproj: project.pbxproj (+14 -4)
ritsuka 2009-08-29 08:20

MacGUI: Renamed Controller.mm to Controller.m, changed the default std to C99.

7534 lines of code changed in:

  • macosx: Controller.m (new 7519), Controller.mm (del)
  • macosx/HandBrake.xcodeproj: project.pbxproj (+15 -5)
ritsuka 2009-08-29 08:00

MacGUI: Renamed HBPreviewController.mm to HBPreviewController.m to enable the new clang static analyzer goodness, there was no reason for this file to use Objective-C++

1330 lines of code changed in:

  • macosx: HBPreviewController.h (+1 -1), HBPreviewController.m (new 1325), HBPreviewController.mm (del)
  • macosx/HandBrake.xcodeproj: project.pbxproj (+4 -4)
ritsuka 2009-08-28 08:29

MacGUI:
- Enable QuickTime X new playback path in the live preview window.
- Cleanup the QTMovieView code a bit, removed an unused variable.

74 lines of code changed in:

  • macosx: HBPreviewController.h (+1 -2), HBPreviewController.mm (+73 -90)
ritsuka 2009-08-27 10:34

Let CoreAudio decide the best sample rate. Fixed and issue when the AudioConverter couldn't be created with some specific sample rates.

0 lines of code changed in:

  • libhb/platform/macosx: encca_aac.c (-1)
ritsuka 2009-08-21 18:33

Fixed a localization issue in the constant quality slider.
Added a white background to the subtitles table.

191 lines of code changed in:

  • macosx/English.lproj: MainMenu.xib (+191 -77)
ritsuka 2009-08-21 13:25

Reworked the hud to be more responsive, and added a category to QTMovieView so the hud is displayed even if fMovieView is the first responder.
Cleanup the movie loading code for future changes.

1014 lines of code changed in:

  • macosx: HBPreviewController.h (-1), HBPreviewController.mm (+91 -174)
  • macosx/English.lproj: PicturePreview.xib (+923 -161)
ritsuka 2009-08-02 15:58

First try at fixing a crash in quicktime if the subtitles contains an inverted exclamation point.

1 lines of code changed in:

  • libhb: deccc608sub.c (+1 -1)
ritsuka 2009-06-19 08:45

MacGUI: Disabled the Picture panel in the preferences window, some minor alignment and size changes.

209 lines of code changed in:

  • macosx: HBPreferencesController.m (+1 -1)
  • macosx/English.lproj: Preferences.xib (+208 -93)
ritsuka 2009-05-23 10:52

Forgot a comma in common.c .

1 lines of code changed in:

  • libhb: common.c (+1 -1)
ritsuka 2009-05-23 10:46

- Add CoreAudio AAC as one of the encoder on Mac OS X.
- Remove hb_init() and hb_init_express() macro. Rename hb_init_real() to hb_init()
- Add two more bitrate combination for audio codecs in common.h

425 lines of code changed in:

  • libhb: common.c (+3 -1), common.h (+2), hb.c (+31 -8), hb.h (+1 -43), internal.h (+2 -1), module.defs (+1), muxmkv.c (+1), work.c (+4 -2)
  • libhb/platform/macosx: encca_aac.c (new 341)
  • macosx: Controller.mm (+26 -4)
  • macosx/HandBrake.xcodeproj: project.pbxproj (+6)
  • test: module.defs (+1 -1), test.c (+6)
ritsuka 2009-05-09 09:49

Enable chapter boundary check for ffmpeg input even when chapters marker are disabled, fixes an issue where the encoding process wouldn't stop at the right time.

0 lines of code changed in:

  • libhb: stream.c (-1)
ritsuka 2009-05-08 17:03

- Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the string byte count to the total sample size.
- Small fixes in deccc608sub.c, trim null characters away.
- Moved the duration time from hb_mux_object_s to hb_mux_data_s so that multiple subtitle tracks can be muxed with interference.
- Uses par to calculate the subtitle track width so that It will be the same as the video track.

25 lines of code changed in:

  • libhb: deccc608sub.c (+3 -1), muxmp4.c (+22 -17)
ritsuka 2009-05-07 22:59

Soft Subtitle Support in the MP4 Muxer.

91 lines of code changed in:

  • libhb: muxmp4.c (+91 -6)
ritsuka 2009-03-07 13:03

MacGui: The textarea was misaligned of 1px to the left.

29 lines of code changed in:

  • macosx/English.lproj: OutputPanel.xib (+29 -19)
ritsuka 2009-03-07 08:35

MacGui: Reverted the updateUI: timer mode to NSDefaultRunLoopMode. Hopefully this will fix the ui weird behavior on x86_64 (progress bar lockup, interface slowdown, etc)

1 lines of code changed in:

  • macosx: Controller.mm (+1 -1)
ritsuka 2009-03-02 12:42

MacGui:
- Switched some float to CGFloat and int to NSInteger.
- Fixed a warning in writeToActivityLog: when compiling with gcc-4.2
- Fixed an issue when dragging items in the queue if the item was not already selected.

22 lines of code changed in:

  • macosx: Controller.h (+1 -1), Controller.mm (+3 -3), HBImageAndTextCell.m (+8 -8), HBQueueController.mm (+10 -15)

(87 more)

Generated by StatSVN 0.3.0