

| 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 |

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:
Align the subtitles at the bottom on iPod Classic/Nano.
1 lines of code changed in:
Initialize the AudioConverter without a sample rate only if the first initialization fails.
19 lines of code changed in:
MacGUI: rename PictureController.mm too
1398 lines of code changed in:
MacGUI: Renamed Controller.mm to Controller.m, changed the default std to C99.
7534 lines of code changed in:
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:
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:
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:
Fixed a localization issue in the constant quality slider.
Added a white background to the subtitles table.
191 lines of code changed in:
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:
First try at fixing a crash in quicktime if the subtitles contains an inverted exclamation point.
1 lines of code changed in:
MacGUI: Disabled the Picture panel in the preferences window, some minor alignment and size changes.
209 lines of code changed in:
Forgot a comma in common.c .
1 lines of code changed in:
- 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:
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:
- 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:
Soft Subtitle Support in the MP4 Muxer.
91 lines of code changed in:
MacGui: The textarea was misaligned of 1px to the left.
29 lines of code changed in:
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:
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:
(87 more)