119
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Nov 11, 2024 — Nov 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
MacGui: Chapter Popup fix condition where user can select a start chapter greater than the end chapter - Old behavior would result in a 00:00:00 encode - Now checks upon change and defaults to a single chapter rip relative to the start chapter. More... over 18 years ago
MacGui: Pref for Encode Done alert added - Added combobox to the Preferences nib so user can select "None", "Alert Window", "Growl Notification", "Alert Window and Growl Notification". - Defaults to "Alert Window" if user has never set it before. More... over 18 years ago
Switch buf->key to buf->frametype which is a bitmask telling us what type of frame we are dealing with. This doesn't change any functionality, but I need to be able to distinguish between x264 IDR and I frames for the upcoming matroska muxer. This also has the side effect of making the code a little easier to read and maintain. More... over 18 years ago
MacGui: Disable DVD Drive Auto-Detect option in preferences. - this feature allows you to use other dvd aware apps (mactheripper, dvd player, etc.) while using HB to encode a folder on your hard drive. - checkbox in prefs nib to disable dvd drive auto detect - when checked, hb does not poll for available drives at all. - can still manually navigate to a dvd and select it though. - is unchecked by default. More... over 18 years ago
MacGui: Remove Preference introduced in rev 620 to make users enable 64bit mp4 option. The option is available at all times as per jbrjake. More... over 18 years ago
MacGui: + 4 GB Mpeg-4 modification - adds a preference in the preferences window under advanced to turn on the option to use 64 bit formatting. - default is unchecked, so unless the user checks this preference, they will never even see the option in the main window, and HB will ignore it all of the time. More... over 18 years ago
MacGui: Enable + 4GB Mpeg-4 file output - Add a checkbox under "Format" field to allow > 4 gb file output. - Slightly raised the Format and Codecs popups to allow for checkbox (not totally conviced this is a good place for it, but should work for now). - checkbox auto hides if any format other than mpeg-4 is chosen. - checkbox unchecked by default. - automatically unchecks if h.264 ipod is chosen More... over 18 years ago
Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that can hold more than 4 gigs... controlled by a boolean called job->largeFileSize and enabled from the cli with -4 or --large-file. Note that this breaks compatibility with stuff like the iPod, AppleTV, PS3 (I think), etc...so it is off by default. More... over 18 years ago
One last update. Missed the image files. More... over 18 years ago
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@616 b64f7644-9d1e-0410-96f1-a4d463321fa5 More... over 18 years ago
Windows Source Code More... over 18 years ago
Moving Windows Folder More... over 18 years ago
MacGui: Add Turbo option for x264 two pass encoding - Adds a Turbo checkbox under the 2-pass checkbox in the video tab if x264 is selected and 2-pass is checked, otherwise the Turbo checkbox is hidden and deselected - Appends ":ref=1:subme=1:me=dia:analyse=none:weightb=0:trellis=0:no-fast-pskip=0:8x8dct=0" to a given x264 option string on the first pass of a two pass encode if the Turbo checkbox is checked. - in testing, roughly doubles the first pass encoding speed using the HB-AppleTV preset opt string on a 2 pass encode. More... over 18 years ago
Disables extra audio tracks so they don't all play over the main audio track in QuickTime. They can be re-enabled from the Properties menu in QT Pro or with Dumpster. Shouldn't have any affect on people who use sane video players. Props to eddyg for reporting the issue, identifying the atom in question, and castigating me for my lazy and unkempt coding ways. More... over 18 years ago
MacGui: Proposal for replacing UpdateUI timer in HBController. HBCore is a more ObjC-like interface to the core libhb library. It provides notifications of libhb state changes via NSNotificationCenter. Interfaces for scanning, encoding, bindings etc. can be added later. Note: this class is not used in HB (yet). More... over 18 years ago
Should fix jam building of the MacGui, which broke when the preferences were moved to separate source code/nib giles. More... over 18 years ago
Debug output window is now opened automatically if it was visible when HB was closed. More... over 18 years ago
- Removed obsolete 'DefAdvancedx264FlagsShow' preference setting - Added 'verbose debug output' preference that was missing in [601] More... over 18 years ago
- Moved preferences window from MainMenu.nib to Preferences.nib - Moved languages from PrefsController.m to Preferences.nib - Renamed PrefsController to HBPreferencesController - Implemented bindings in Preferences.nib - Enabled autocomplete in audio language combobox More... over 18 years ago
A big batch of patches from eddyg. More... over 18 years ago
Moved initialization of default preferences from [PrefsController awakeFromNib] to class method [PrefsController registerUserDefaults], which is called from [HBController init]. This fixes problem with preferences when using HB for the first time, or after deleting the user defaults file. More... over 18 years ago
Typo fix and test of commit rights. More... over 18 years ago
MacGui: Make Debug window non editable. - can still copy and paste contents, but cannot edit it. More... over 18 years ago
MacGui: Add stdout to the Debug Inspector window - thanks again to Cleaner More... over 18 years ago
MacGui: update scancontroller to help fix the HB floating window issue. -Thanx Cleaner More... over 18 years ago
MacGui: switches the x264 option widgets for mixed-refs, weightb, brdo, bime, b-pyramid, no-dct-decimate, and no-fast-pskip to be checkboxes, which makes more sense than popup buttons for booleans. More... over 18 years ago
MacGui: adds deblocking widgets for the x264 advanced options tab. God this one was a pain. Haven't decided yet whether to include a boolean to turn deblocking on and off. Not sure where I'd stick it right now, at least. More... over 18 years ago
MacGui: Debug Window to read libhb output like cli in inspector window - Thank You Cleaner!! - Adds Debug Output to Window menu - Adds Verbose pref to preferences menu - MacGui now reads output from libhb like cli - May add pref to open Debug Output window upon launch - All credit goes to Cleaner, Thank You! More... over 18 years ago
MacGui: finishes out the b-frame x264 options by adding widgets for bime and direct-pred. More... over 18 years ago
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@590 b64f7644-9d1e-0410-96f1-a4d463321fa5
awk
More... over 18 years ago