openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
HandBrake
Settings
|
Report Duplicate
119
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
about 18 hours
ago.
Nov 11, 2024 — Nov 11, 2025
Showing page 432 of 441
Search / Filter on:
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.
dynaflash
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.
dynaflash
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.
saintdev
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.
dynaflash
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.
dynaflash
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.
dynaflash
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
dynaflash
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.
jbrjake
More...
over 18 years ago
One last update. Missed the image files.
sr55
More...
over 18 years ago
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@616 b64f7644-9d1e-0410-96f1-a4d463321fa5
sr55
More...
over 18 years ago
Windows Source Code
sr55
More...
over 18 years ago
Moving Windows Folder
sr55
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.
dynaflash
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.
jbrjake
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).
cleaner
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.
jbrjake
More...
over 18 years ago
Debug output window is now opened automatically if it was visible when HB was closed.
cleaner
More...
over 18 years ago
- Removed obsolete 'DefAdvancedx264FlagsShow' preference setting - Added 'verbose debug output' preference that was missing in [601]
cleaner
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
cleaner
More...
over 18 years ago
A big batch of patches from eddyg.
jbrjake
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.
cleaner
More...
over 18 years ago
Typo fix and test of commit rights.
cleaner
More...
over 18 years ago
MacGui: Make Debug window non editable. - can still copy and paste contents, but cannot edit it.
dynaflash
More...
over 18 years ago
MacGui: Add stdout to the Debug Inspector window - thanks again to Cleaner
dynaflash
More...
over 18 years ago
MacGui: update scancontroller to help fix the HB floating window issue. -Thanx Cleaner
dynaflash
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.
jbrjake
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.
jbrjake
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!
dynaflash
More...
over 18 years ago
MacGui: finishes out the b-frame x264 options by adding widgets for bime and direct-pred.
jbrjake
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
←
1
2
…
428
429
430
431
432
433
434
435
436
…
440
441
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree