summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Brings MacGui in line with x264's new default subme of 6. Remember to update ...jbrjake2008-09-192-16/+16
* MacGui and MacCli: Sets the Xcode project's Deployment target to use GCC opti...jbrjake2008-09-191-1/+1
* MacGui: "Stop" command modificationsdynaflash2008-09-183-13/+35
* MacGui: Queue allow proper deleting of encoding queue items and proper deleti...dynaflash2008-09-182-8/+61
* MacGui: Fix issue from 1703 where once done doing at least one encode, all su...dynaflash2008-09-181-22/+25
* MacGui: fix turbo two pass (thanks beelsebob and jkint for help troubleshooti...dynaflash2008-09-171-3/+9
* MacGui: Add some temporary activity log messages to try to debug the new queuedynaflash2008-09-171-4/+5
* MacGui: Fix crash when selecting between target size and abr.dynaflash2008-09-171-3/+1
* MacGui: fix chapter markers which were borked in 1703dynaflash2008-09-171-1/+1
* MacGui: Fix subtitle scan which I broke in 1703dynaflash2008-09-171-3/+4
* MacGui: Resilient Queue: Initial Implementationdynaflash2008-09-166-3201/+2302
* MacGui: Fixed the warning in ChapterTitles for real this time.ritsuka2008-08-081-5/+1
* MacGui: Use fast numerators in HBPreferencesController, remove an hard tab an...ritsuka2008-08-081-12/+10
* MacGui: Some small enhancements and clean ups in HBQueueController ritsuka2008-08-072-206/+167
* MacGui: Fixed a warning.ritsuka2008-08-051-3/+3
* MacGui: Remove legacy preferences since they are now controlled via the presets.dynaflash2008-08-043-795/+170
* MacGui: Don't repopulate fVidRatePopUp in titlePopUpChanged. The framerates a...ritsuka2008-07-301-31/+2
* MacGui: - Fixed loose anamorphic preview (still not perfect)ritsuka2008-07-302-48/+49
* MacGui: Do not disable the ui if there is no reason to do so. Removed unused ...ritsuka2008-07-291-26/+5
* MacGui: cleanup updateUI methods. Removed white spaces, and an useless variable.ritsuka2008-07-281-38/+32
* MacGui: - Implement automatic extension switching for mp4/m4v.ritsuka2008-07-283-133/+139
* MacGui: Use nil instead of NULL. Patch by blindjimmy. http://handbrake.djgrap...ritsuka2008-07-284-167/+165
* MacGui: Fixed the flying picture sheet, removed the last references to the op...ritsuka2008-07-261-5/+8
* MacGui; Fixed a crash when the chapters tableview is selected and a new sourc...ritsuka2008-07-232-34/+33
* MacGui: FIx a memory leak.ritsuka2008-07-161-1/+1
* Much improved decomb filter. Totally different algorithm, with a temporal ele...jbrjake2008-07-111-1/+1
* MacGui: Remove scanned source framrate display from "Same as source" in the f...dynaflash2008-07-102-30/+13
* MacGui: Fixed a crash when dismissing the open window.ritsuka2008-07-021-2/+2
* MacGui: Fixed overlapping button when resizing the preset drawer.ritsuka2008-06-251-8/+8
* MacGUI: Replace MVMenuButton with standard controls. Thanks blindjimmy.ritsuka2008-06-2512-4282/+1946
* MacGui: Replace valueForKey with objectForKey when accessing the NSDictionary...dynaflash2008-06-251-87/+86
* MacGui: convert HBQueueController to be a subclass of NSWindowController - ku...dynaflash2008-06-173-1549/+1548
* MacGui: Remove spurious NSString stringWithFormat calls in controller.mm Than...dynaflash2008-06-171-98/+98
* MacGui: Update Built in Presets to use new audio track layout and remove depr...dynaflash2008-06-061-164/+223
* MacGui: fix issues with audio in presetsdynaflash2008-06-061-8/+77
* Macgui: implement constant frame rate encoding for all but same as source.dynaflash2008-06-051-0/+7
* MacGui: Add "Auto" to audio sample rate selectionsdynaflash2008-06-042-27/+37
* MacGUI: Implements a part of the NSTableView delegate in ChapterTitles so tha...ritsuka2008-06-042-0/+36
* - support blu-ray, avchd & dvb x264van2008-05-311-5/+6
* Hack to fix building in xcodevan2008-05-311-42/+18
* MacGUI: remove white spaces from the picture settings window.ritsuka2008-05-311-862/+241
* MacGui: Add decomb setting to presetsdynaflash2008-05-291-2/+16
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1471 b64f7644-9d1e-0410-96...jbrjake2008-05-299-3640/+4155
* MacGui: For VFR set the frame rate to the title frame rate (Same as Source) a...dynaflash2008-05-191-1/+6
* MacGUI: Make HBOutputPanelWindowController an NSWindowController subclass. Pa...ritsuka2008-05-133-846/+835
* MacGUI: Make PictureController a subclass of NSWindowController. Patch by bli...ritsuka2008-05-113-615/+613
* - Use a separate Sparkle appcast feed for unstable (snapshot) releases.jbrjake2008-05-092-21/+56
* MacGUI: Fix toolbar item leaks for main and preferences windows. Patch by bli...ritsuka2008-05-072-5/+3
* MacGUI: I forgot a file in my previous commit. Remove the close method from t...ritsuka2008-04-301-1/+0
* MacGUI: Clean up HBPreferencesController, remove an unused method, and use st...ritsuka2008-04-302-27/+10