summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Recheck the Unified Toolbar checkbox for the main Window that must ↵dynaflash2007-07-302-6/+5
| | | | | | have gotten unchecked at some point. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@761 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Use auto-cropping for iPod High-Rez, iPhone, and PSP presets.jbrjake2007-07-291-0/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@759 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Patch from huevos_rancheros to restore 2-pass functionality, which broke ↵jbrjake2007-07-271-1/+5
| | | | | | when the new filters got added. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@758 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable Turbo 2 pass for MKV x264dynaflash2007-07-271-2/+4
| | | | | | - used the FormatSettings structure to determine the video codec chosen in the logic git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@756 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable Turbo 2 pass when using AVI x264dynaflash2007-07-271-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@755 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Added "Put Computer to Sleep" and "Shut Down Computer" to the ↵dynaflash2007-07-272-122/+143
| | | | | | | | | | notifications when encode is done. - Thanks hawkman! - In ComboBox, left only the original selections visible unless you scroll down. - When one of these is selected, especially shutdown computer, we might want to post an alert when you start encoding to remind you that HB will shut down your computer when it done. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@754 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add the Disc icon for the toolbar that I forgot in the last commit :(dynaflash2007-07-272-1/+1
| | | | | | - changed the NSTimer for UpdateUI from .2 to .5 which should alleviate a bit of the gui's overhead and HB can use all of the cpu cycles it can get. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@751 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add a "Source" icon to the toolbardynaflash2007-07-272-4/+27
| | | | | | | | - Replaces the old "Browse" button that was in the Source section of the main window - For now, uses a Disc icon from the icon developer Matt Ball. Should get replaced with something less "Disc-centrict" as we can now use Transport Streams as a source. - Thanks hawman for this one ! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@750 b64f7644-9d1e-0410-96f1-a4d463321fa5
* This huge patch from huevos_rancheros ports a number of video filters from ↵jbrjake2007-07-272-0/+47
| | | | | | | | | | mencoder to HandBrake: yadif+mcdeint, hqdn3d, pp7, and pullup+softskip+harddup. What this means is that HB now has stateless inverse telecine, temporal denoising, and motion-adaptive deinterlacing! HandBrake is growing up =) Thank you, huevos_rancheros! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@749 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: adds advanced x264 option widgets for analyse, 8x8dct, and, just for ↵jbrjake2007-07-275-9/+168
| | | | | | | | | eddyg, cabac. Been awhile since I added any of these; hopefully I didn't break anything in the process. God do we need to split these and the presets off to separate source files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@746 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: corrects the output width displayed in the main window and in ↵jbrjake2007-07-262-1/+3
| | | | | | picture settings, when anamorphic is enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@745 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Integrate Source Scanning into Main Window and permanently disable ↵dynaflash2007-07-268-309/+83
| | | | | | | | | | | | | DVD Drive Auto Detect - Choose DVD directly if necessary out of the Browse window - No longer use sheets to show scan progress - Added Scan Progress bar under Source section of main window - Removed the "Browse" button in source section in anticipation of a "Source" icon in Toolbar - For now, use File -> Select Source in Main Menu to get a new source (used to be "Select DVD"). Note: this is the same as 0.7.1 - Removed disable dvd auto detect from the prefs nib git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@742 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Change sizing of Presets drawer back from last commitdynaflash2007-07-252-2/+2
| | | | | | | - move + and - buttons back as well - Change "Debug" window in main menu to new name "Activity Window". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@734 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: "Ritsuka Bar" toolbar initial implementationdynaflash2007-07-2515-104/+397
| | | | | | | | | - Thanks goes to Ritsuka! - Moves the Start/Cancel, Pause/Resume, Presets Drawer and Activity Window (previously debug) controls into a nice toolbar at the top of the main window - Resizes the height of the main window to allow for the progress bar at the bottom during encoding - Small change in that now muxmkv.c is included in the xcode project under libhb resources. Instead of under the main project heading. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@733 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: hot scrolling action for the Debug Output logging window. Thanks for ↵jbrjake2007-07-241-0/+2
| | | | | | the patch, Ritsuka! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@728 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: adds a bunch more presetsjbrjake2007-07-242-6/+565
| | | | | | | | | | | | | | | - HB-Normal (a new default, not yet active) - HB-Classic (the default up until now) - HB-QuickTime - HB-Film - HB-Television - HB-Animation - HB-Bedlam (maxed out settings, crazier than MeGUI's HQ-Insane) - HB-iPhone Also touched up some of the existing ones' descriptions and increased the motion estimation and subpixels for the PS3. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@724 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Matroska initial implementationdynaflash2007-07-172-10/+49
| | | | | | | | - as far as I can tell we should be getting all of the codec combinations. - Anamorphic - Chapter Markers git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@706 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove x264 opt field from the preferences.dynaflash2007-07-161-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@703 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: x264 options are now retained even after you customize a preset.dynaflash2007-07-161-16/+2
| | | | | | - was fixed once, behavior crept back in so now its out again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@702 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Active Queue Initial Implementationdynaflash2007-07-166-168/+211
| | | | | | | | | - Warning: currently, when adding jobs during encoding, the main window progress bar and task info gets hosed, if a workaround via libhb cannot be easily obtained, a cocoa workaround is available for checkin. - Can now add jobs during encoding - Scan progress bar is a barber pole until scanning progress during encoding is fine tuned. - Needs further testing if DVD Auto Detect is turned on. If conflicts with drive arise, automatically turning off dvd auto detect when adding jobs during encoding is ready for checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@695 b64f7644-9d1e-0410-96f1-a4d463321fa5
* OK, I might have horribly screwed it up, but this *should* allow jam ↵jbrjake2007-07-141-0/+22
| | | | | | building with XCode, which broke when libmkv got introduced. This commit does not implement mkv muving in the MacGui -- just fixes "undefined symbols" errors which caused the compilation to crash. Just adds references to libmkv.a and muxmkv.c to the project builder index. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@683 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: re-enable cancel button during title scan in scan controller.dynaflash2007-07-101-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@668 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Queue fixdynaflash2007-07-091-2/+2
| | | | | | | - Adjust height of NSScrollview to properly accommodate long queue lists without cutting of the info at the bottom - Start task numbers in queue with one instead of 0. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@666 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Small fix in main windowdynaflash2007-07-095-3/+6
| | | | | | - gray out the auto crop field during encode git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@665 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enhanced Queue initial implementationdynaflash2007-07-095-27/+204
| | | | | | | | | - Enhanced queue readout shows alot more detail about each job. - Prepares MacGui for "Live Queue" where jobs can be added during an encode. - Currently, you can add jobs during encoding but cannot access source currently being encoded. - Dev note: some of this is kludgy, but can streamline once functionality is tested. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@664 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add auto crop value to main windowdynaflash2007-07-067-20/+70
| | | | | | | | - shows if you are using Auto or Custom cropping in the Video tab of the main window. - Prepares controller.mm to better use custom/auto cropping values particularly with presets. - Required since auto crop is not currently stored in a title or job variable, and proper use of cropping for presets requires the preset to know what cropping to actually use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@651 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Implement transport and program stream support. With these changes it's now ↵awk2007-07-041-0/+6
| | | | | | possible to open a .ts or .mpg files and transcode to standard Handbrake Output files. This fixes Ticket #21. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@648 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets use white font when selecting built in presets (previously ↵dynaflash2007-06-291-4/+29
| | | | | | | | stayed blue which sucked since it was highlighted in blue, so you couldnt read it when selected). - Also some test shadow code to shadow the highlighted font similar to Mail.app. In testing looks poor, so its commented out for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@644 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add description field and tooltips for Presetsdynaflash2007-06-295-4/+40
| | | | | | | | - Add description NSTextField to the Add New Preset Panel - Added descriptions for the Built-In Presets (be sure to use "Update Built-In Presets" in the Presets menu to get descriptions) - Added Tooltips to the presets drawer which shows the description of the preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@643 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Built In Presets - Added iPod Low-Resdynaflash2007-06-282-22/+92
| | | | | | - Changed current iPod to "iPod High-Res" and changed its opt string to keyint=300:keyint-min=30:bframes=0:cabac=0:ref=1:vbv-maxrate=1500:vbv-bufsize=2000:analyse=all:me=umh:subme=6:no-fast-pskip=1 as per rhester git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@642 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Re-Add Preference to enable 64 bit mp4 files option in the main window. dynaflash2007-06-283-3/+11
| | | | | | - This is a reversion to a feature added in 620 that was then taken back out in 621. Due to the breaking of so many target devices, we should error on the side of caution here. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@641 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: ScanController modification so it skips the opening scan choice ↵dynaflash2007-06-202-19/+75
| | | | | | | | | | | | sheet and goes right to the file browse window if the "DVD Auto Detect" is turned off in the preferences. Saves a few clicks on selecting source files. Also, small change to controller.mm so that if an invalid source is selected, it shows up instead of the dvd name. Scan panel if no auto detect could use a bit of fine tuning, but it works. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@627 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Close Main Window issue fixed.dynaflash2007-06-195-5/+25
| | | | | | | | - Can now close the main HB window while HB is running and then re-open it with the "Main Window" selection in the "Window" toolbar menu without disturbing the current encode. - Note: should probably add "Main Window" to the Dock Icon Context menu as well. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@626 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Chapter Popup fix condition where user can select a start chapter ↵dynaflash2007-06-193-2/+13
| | | | | | | | | | | 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. - Also fixed audio bitrate title in gui window from (Hz) to (khz) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@625 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Pref for Encode Done alert addeddynaflash2007-06-183-13/+26
| | | | | | | - 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@624 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Disable DVD Drive Auto-Detect option in preferences.dynaflash2007-06-147-22/+52
| | | | | | | | | | - 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@622 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove Preference introduced in rev 620 to make users enable 64bit ↵dynaflash2007-06-142-4/+1
| | | | | | | | mp4 option. The option is available at all times as per jbrjake. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@621 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: + 4 GB Mpeg-4 modificationdynaflash2007-06-144-2/+6
| | | | | | | - 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@620 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable + 4GB Mpeg-4 file outputdynaflash2007-06-145-30/+59
| | | | | | | | | | | | - 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 Note: It Might make sense to add some kind of global in preferences that controls whether or not that feature even presents itself at all, and default it to off so its only available if a user enables it in prefs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@619 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add Turbo option for x264 two pass encodingdynaflash2007-06-135-47/+88
| | | | | | | | - 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@607 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Proposal for replacing UpdateUI timer in HBController. HBCore is a ↵cleaner2007-06-102-0/+323
| | | | | | 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). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@605 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Debug output window is now opened automatically if it was visible when HB ↵cleaner2007-06-062-0/+12
| | | | | | was closed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@603 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Removed obsolete 'DefAdvancedx264FlagsShow' preference settingcleaner2007-06-062-1/+0
| | | | | | | - Added 'verbose debug output' preference that was missing in [601] git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@602 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Moved preferences window from MainMenu.nib to Preferences.nibcleaner2007-06-0612-448/+165
| | | | | | | | | | | - Moved languages from PrefsController.m to Preferences.nib - Renamed PrefsController to HBPreferencesController - Implemented bindings in Preferences.nib - Enabled autocomplete in audio language combobox git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@601 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Moved initialization of default preferences from [PrefsController ↵cleaner2007-06-053-24/+31
| | | | | | | | | 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. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@599 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Typo fix and test of commit rights.cleaner2007-06-051-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@598 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Make Debug window non editable.dynaflash2007-06-042-2/+2
| | | | | | - can still copy and paste contents, but cannot edit it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@597 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add stdout to the Debug Inspector windowdynaflash2007-06-041-1/+4
| | | | | | - thanks again to Cleaner git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@596 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: update scancontroller to help fix the HB floating window issue.dynaflash2007-05-301-31/+18
| | | | | | -Thanx Cleaner git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@595 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: switches the x264 option widgets for mixed-refs, weightb, brdo, ↵jbrjake2007-05-275-137/+86
| | | | | | | | bime, b-pyramid, no-dct-decimate, and no-fast-pskip to be checkboxes, which makes more sense than popup buttons for booleans. I've never worked with switches before, so hopefully I didn't break anything. Also never checked in this many GUI changes at once. So maybe I did break something =) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@594 b64f7644-9d1e-0410-96f1-a4d463321fa5