summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* softsubtitles:jstebbins2009-06-021-2/+2
* MacGui: Add Toolbar Item for Preview Windowdynaflash2009-05-291-3/+20
* MacGui: Add Preference to use CoreAudio in place of FAAC when choosing a preset.dynaflash2009-05-291-0/+37
* MacGui: Store the PresetBuildNumber value as an int instead of a string in th...dynaflash2009-05-261-1/+1
* Excises xvid from libhb because it's not worthy. Having two different MPEG-4 ...jbrjake2009-05-261-3/+2
* - Add CoreAudio AAC as one of the encoder on Mac OS X.ritsuka2009-05-231-4/+26
* mkv soft subtitle supportjstebbins2009-05-191-4/+4
* MacGui: Implement DTS Pass Thru for MKV and DTS Sources.dynaflash2009-05-121-8/+47
* MacGui: Preset Import / Export initial implementation and auto updating of bu...dynaflash2009-05-081-5/+178
* MacGui: Change new preset code to use AudioList for storing the audio track i...dynaflash2009-05-071-135/+235
* MacGui: disable and deselect chapter markers when only one chapter is being e...dynaflash2009-05-051-2/+24
* Stage 1 Soft Subtitle Support - Allow multiple subtitle tracks to be selected...eddyg2009-05-041-11/+48
* MacGui: Add an "Attempt Scan Anyway" option to the 64-bit physical dvd scan w...dynaflash2009-05-011-1/+14
* MacGui: Custom Anamorphic initial implementation (experimental) and pic setti...dynaflash2009-05-011-6/+28
* add libdvdnav supportjstebbins2009-04-271-3/+32
* MacGui: Put AVI, OGM and Xvid out of our miserydynaflash2009-04-101-27/+2
* MacGui: When launching a second instance of HB, warn of existing instance and...dynaflash2009-03-161-17/+60
* MacGui: setUsesThreadedAnimation to false for the progress indicators in the ...dynaflash2009-03-131-3/+5
* Macgui: set "setUsesThreadedAnimation" to false for the two main window progr...dynaflash2009-03-121-35/+49
* MacGui: Reverted the updateUI: timer mode to NSDefaultRunLoopMode. Hopefully ...ritsuka2009-03-071-1/+1
* MacGui: Disable physical dvd access for 64 bit arches with an appropriate war...dynaflash2009-03-061-12/+25
* MacGui: Put Picture Settings and Video Filters into one inspector.dynaflash2009-03-051-106/+90
* MacGui: Report the svn version and arch in the session activity log and the i...dynaflash2009-03-031-1/+1
* MacGui: ritsuka2009-03-021-3/+3
* MacGui: Removed some unused call to fProgressIndicator that may break the pro...ritsuka2009-03-021-8/+1
* MacGui:ritsuka2009-03-021-6/+13
* MacGui: Fix main window progress indicators for scan and encode for x86_64dynaflash2009-03-021-2/+3
* MacGui; fixed warnings related to 64bit cocoa.ritsuka2009-03-011-48/+44
* MacGui: Fix crash when trying to quit with preview in full screen mode.dynaflash2009-02-131-4/+10
* MacGui: Constant Quality slider, fix percentage readouts for ffmpeg, xvid and...dynaflash2009-02-111-3/+4
* MacGui: Constant Quality Slider - theora's qp goes up as the quality goes up.dynaflash2009-02-111-19/+28
* MacGui: Constant Quality Slider now QP/RF based.dynaflash2009-02-101-9/+93
* MacGui: Implement DRC 0.0. dynaflash2009-02-061-0/+8
* MacGui: Video Filter and Picture Settingsdynaflash2009-02-061-154/+58
* MacGui: Add preset code for custom filter fieldsdynaflash2009-02-051-31/+49
* MacGui: Picture Filters Inspector enhancementsdynaflash2009-02-041-111/+241
* MacGui: Live Preview Fixesdynaflash2009-01-281-49/+3
* MacGui: Fix issue where selecting a preset selects the right widget settings ...dynaflash2009-01-271-1/+1
* MacGui: remember window postion and open/close state of the Picture Filter an...dynaflash2009-01-271-12/+19
* MacGui: Picture Filters separate hud inspector initial implementationdynaflash2009-01-261-59/+101
* Organizes anamorphic parameters in a struct, requiring some minor search and ...jbrjake2009-01-261-14/+14
* MacGui: Remove the decomb string from the main window so decomb uses the libh...dynaflash2009-01-151-6/+5
* MacGui: Picture Preview and Settings window interaction fixesdynaflash2009-01-141-2/+5
* MacGui; save the expanded/collapsed state for folders in the presets drawer.ritsuka2009-01-141-0/+12
* MacGui: save the size of the presets drawer in the preferences.ritsuka2009-01-141-4/+11
* MacGui: no need to reload the chapters nstableview when loading a queue item.ritsuka2009-01-131-6/+0
* MacGui: Separate Picture Settings and Preview Window Initial Implementationdynaflash2009-01-121-12/+30
* MacGui: include the exact dylib name in the VLC check to pick up out of date ...dynaflash2009-01-061-2/+2
* MacGui: Fix issue where switching formats causes the video encoder drop down ...dynaflash2008-12-161-1/+13
* MacGui: Picture window now uses a subclass of HBController to access the main...dynaflash2008-12-151-5/+10