summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Cosmetic change and default pref changedynaflash2007-04-182-2/+2
| | | | | | | - Make CRF the default method for Constant Quality encodes - Change the "Audio" tab to "Audio & Subtitles" so people dont get all in an uproar about where the subtitles are located git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@526 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Clean up a few things w/x264optstring prefs and presetsdynaflash2007-04-183-4/+7
| | | | | | | | | - Change abr of AppleTV built in preset to 2500 kbps - Note: as usual, after updating your copy, use "Update Built-In Presets" in the presets menu for changes to take effect. - Fix so that closing picture window does not reset the preset chosen display to "Custom" - Add a user preference to show or hide the chosen x264 option strings in the main gui window. Defaults to off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@525 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Removed all references to the old job->surround variable, as it is no longer ↵maurj2007-04-183-3/+3
| | | | | | used. Also, removed the "Extract 5.1 Dolby Digital to 6-Channel AAC" preference option from the Mac OS GUI prefs window and controller, as it is no longer needed. It may be worth adding in a new "Default mixdown" preference in its place for a future version of Handbrake? git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@523 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix Presets mangling the x264 option strings for the umpteenth time.dynaflash2007-04-163-2/+2
| | | | | | | | - Replace the Optional x264 string NSTextView with an NSTextField - Change when the field is emptied after creation. - Reset the value of the ChickenSandwich. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Show x264 options string right under the "Encoder" drop down in main ↵dynaflash2007-04-132-1/+1
| | | | | | | | | | window if x264 is selected and any advanced x264 options strings are going to be used. This fields reads any in presets and if a preset isnt selected, looks to see if any will be used from the preferences NSTextView. - Temporary location most likely for debugging - May move to another location - May add a preference to toggle this info field on or off ? git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Attempt to fix x264 options in Presets.dynaflash2007-04-122-1/+0
| | | | | | | - Empty the new preset opt string field right after creation. - Verify new string are created in tact. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@501 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets - modify built in presets to work with the new audio ↵dynaflash2007-04-122-1/+2
| | | | | | | | | | | formats. Make the x264 option strings available to all x264 profiles instead of just main profile Built In Preset Changes: - PS3: Change level to 41, audio one track, 160 kbps DPL2 mixdown - AppleTV: Change Audio to one track, 160 kbps DPL2 mixdown - iPod: Change Audio to one track, 128 kbps Stereo Mixdown git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets now utilize Audio Mixdowns Thanks maurj!dynaflash2007-04-122-1/+1
| | | | | | | | | | | - Added second audio track support in presets - Mixdowns regress gracefully depending on current dvd source - Source Track 2 sets to "None" if one is specified that doesn't exist in current dvd. Note: in initial testing, second track using 6 channel kills encode performance and yields a track with no sound. Needs to be tested and verified. Main track works flawlessly in initial testing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@499 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updated the Mac GUI to use the new audio mixdowns. This means that the Mac ↵maurj2007-04-123-7/+8
| | | | | | | | | | | | | GUI now supports Dolby PRo Logic 2 mixdowns! The Audio tab now has two mixdown NSPopUpButtons, which are set to display all of the possible mixdowns for the current input audio codec / output audio codec / input audio channel configuration. A mixdown of HB_AMIXDOWN_DOLBYPLII is used by default (or the next best mixdown if this isn't possible). Ideally this will become a prefs option to specify your choice of default audio mixdown. For AC3 passthru, a single mixdown of "AC3 Passthru" is displayed. I've had to update the Xcode project file, to make the Handbrake target look for headers in the "../contrib/include" folder too. This is so that it can find the a52 headers which are now used by Controller.mm. I've added an ac3flags property to hb_audio_s, to enable us to access the source ac3 flags outside of libhb. This is set in scan.c for each source audio. I've updated hb_mixdown_s and the hb_audio_mixdowns[] to include the CLI "short name" version of the mixdowns too, ready for the Mac GUI "default mixdown" prefs saving / loading. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets - fix bug where editing the preset name corrupts the x264 ↵dynaflash2007-04-102-2/+1
| | | | | | | | option strings in the presets - expand the hidden x264 option string display debugging field in the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@491 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets Menu now in Main Menu bardynaflash2007-04-053-2/+4
| | | | | | | | - New "Update Built-in Presets" function automatically deletes existing built in presets and creates new up to date ones - New "Delete Built-in Presets" deletes all built in presets - "New Preset ..." accesses the new preset window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@480 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: disable Vorbis 6 channel encoding since it is broken in libhb.dynaflash2007-04-042-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@477 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: x264 options in presets - initial implementationdynaflash2007-04-043-4/+7
| | | | | | | | - x264 options string can be entered in NSTextview in the create new preset window NOTE: - When using x264, the gui first looks for a preset with a x264 option string available and then looks for the string in the preferences if it cant find it in the preset. So, if there is a string available in the preset, it ignores the string (if there is one available) in the prefs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@475 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presetsdynaflash2007-03-302-3/+3
| | | | | | - Show Built In Presets in a blue font and custom user presets in black to differentiate them. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@468 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Enable 5.1 6 channel audio extraction for OGM with Vorbis audiodynaflash2007-03-282-0/+1
| | | | | | - also, some internal changes to controller.mm for upcoming appleTV preset capabilities in gui. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@461 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Preset refinementsdynaflash2007-03-283-5/+5
| | | | | | | | | | | - Added current settings field in main window, uses the preset name if one is chosen and "Custom" if any settings are outside of the selected preset - Deselects the preset if settings are changed from currently selected preset - Uses a new method - (IBAction) CustomSettingUsed: (id) sender to make determination via the sender value. presets use a NULL value to make determination - Currently, changing Picture Settings DOES NOT trigger the display change. Still sorting through those conditionals. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@460 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Presets - reduce display fonts for presets to match the rest of the ↵dynaflash2007-03-262-0/+1
| | | | | | gui text. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@453 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add Chapter Marker Preferencedynaflash2007-03-253-6/+4
| | | | | | | - add a preference to default chapter markers on/off - currently default is off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@449 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Create Chapter Markers implemented in gui.dynaflash2007-03-233-5/+11
| | | | | | | | | | | | | | | - Checkbox is only available when format is MP4 - Does not force an .m4v file extension at this time - Add built in presets initial implementation - built in presets still needs to be finalized and refined - Caused a bug in creating custom presets (see NOTE below) NOTE: this rev has the add preset button non-functional as some user preset changes have been made but not finished and the add preset window currently hangs. As rev 440 states, you still need to use ./configure then ./jam to build contribs. jam will report a failed build, but then just use "make internal" and it will build successfully. We still need priaux or someone to compile maurj's changes to contribs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@441 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Introduce Auto Namingdynaflash2007-03-143-1/+3
| | | | | | | | - Auto Naming checkbox in Preferences (default to Off) - If "ON" uses the DVD Name and "- Title Number" as the file output name. - Called in -TitlePopupChanged function. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 5.1 branch into the trunk.prigaux2007-03-063-5/+26
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac GUI - Disabled the Auto Check for Updates in Preferences until it works.dynaflash2007-02-112-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@294 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac GUI - Fix Enable Queue to show "X job of x" queue status on the main window.dynaflash2007-02-112-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge the 0.8.0_mpeg4ip branch into the trunkprigaux2007-02-113-6/+65
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@285 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 3rd and hopefully last time that I add the default audio stream preference, ↵prigaux2007-01-101-0/+0
| | | | | | please have a look before commiting your changes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@102 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Revert HB mac gui to m0k layout for impending 0.7.2 release.dynaflash2007-01-083-9/+6
| | | | | | Note: pri's language default combobox is also gone in this reversion for the preferences window. However, the underlying code for it is still retained in controller.mm. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@99 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Pri: Reintroduce the audio preferences combobox in pref controlerhandbrake2007-01-032-1/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@86 b64f7644-9d1e-0410-96f1-a4d463321fa5
* by dynflashhandbrake2007-01-022-6/+1
| | | | | | | | | Handbrake GUI: -fixed ScanController so that HB doesnt crash if you try to open a dvd that isnt there. -Uses DVD name as the default for Movie output (instead of the generic "Movie.mp4" -Versioned 0.7.1a5 in in Handbrake.plist to assist testers and developers of HB binary in telling which one they are using. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@83 b64f7644-9d1e-0410-96f1-a4d463321fa5
* dynaflash -handbrake2007-01-023-5/+5
| | | | | | | | | | | - Handbrake GUI redesign - Separate Video, Audio, Subtitles into a Tab View containers to clean up main window - Created "Output Settings Divider" to delineate Output Settings from Destination Note: Possibly foresee another tab call "Info" which has all of the chosen settings including Picture Settings in one place, this could be we might have a "Save as Preset" button for a future User Preset function ? git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@82 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Pri: Add preference for the default audio streamhandbrake2007-01-023-3/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@79 b64f7644-9d1e-0410-96f1-a4d463321fa5
* -added Max Picture Width, options are 640 (default) and 320.handbrake2007-01-013-1/+2
| | | | | | | -changed video bit rate to correspond to max width choice, 640x -> 1000, 320x ->500 -advanced IHB version to 1.0a2 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@78 b64f7644-9d1e-0410-96f1-a4d463321fa5
* -Increase status timer to 2 seconds from .5 (no need to update that fast. ↵handbrake2006-12-312-3/+9
| | | | | | | | | | | | | | | | | libhb needs all the cpu cycles it can get) -I versioned it 1.0a1 -re-enable Convert button after cancel is clicked (mostly annoying for developers who want to start and stop convert process) -attempt at changing how progress is reportted to the user(trying to address problem where libhb reports 100% for a few minutes before reporting DONE. This seems to be a problem down in libhb. Unlikely I can fix this in the GUI) -changed ambiguous "Picture format" to "Picture Aspect" -default Picture Aspect is now Original not Fullscreen -default languge is now set to English -Output width limit is set to 640 for MPEG4 and H.264. Height is set based on Picture Aspect and determined by a call to hb_set_size. (PSP is unaffected) -deinterlace is set for both MPEG4 and H.264 (why would you not want this?) -bit rate for H.264 is set to 1000, and 1500 for MPEG4 -changed output file to "DVDName".m4v like iTunes movies. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@74 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Allow 32kHz audio output, updated build instructions.titer2006-05-032-11/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@69 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Renamed (again) to Instant HandBrake like Mike suggestedtiter2006-04-212-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@66 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Implemented canceltiter2006-04-173-1/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@63 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Implemented audio and subtitle selectiontiter2006-04-173-1/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@62 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Merge from avformat branchtiter2006-04-172-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@60 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Adds presets for iPod/H.264 and iPod/MPEG-4 + small UI fixestiter2006-03-213-2/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@47 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cosmetictiter2006-03-182-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@46 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Minor UI changes, + allow physical DVDs in HBEtiter2006-03-182-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@44 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Renamed HB Portable to HB Expresstiter2006-03-164-6/+30
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@35 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Missing stringstiter2006-02-163-3/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@26 b64f7644-9d1e-0410-96f1-a4d463321fa5
* UI changestiter2006-02-163-2/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@25 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Nicer GUItiter2006-02-152-3/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@24 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Started iPod-dedicated interfacetiter2006-02-153-0/+121
| | | | | | | Set svn:ignore properties git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@23 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.7.0handbrake2006-01-144-97/+150
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@16 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.2handbrake2006-01-142-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@15 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.1handbrake2006-01-141-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@14 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.0handbrake2006-01-141-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@13 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrake 0.6.0-test3handbrake2006-01-143-6/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@12 b64f7644-9d1e-0410-96f1-a4d463321fa5