summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Small fix in main windowdynaflash2007-07-091-1/+2
* MacGui: Enhanced Queue initial implementationdynaflash2007-07-091-1/+1
* MacGui: Add auto crop value to main windowdynaflash2007-07-061-16/+48
* MacGui: Presets use white font when selecting built in presets (previously st...dynaflash2007-06-291-4/+29
* MacGui: Add description field and tooltips for Presetsdynaflash2007-06-291-1/+35
* MacGui: Built In Presets - Added iPod Low-Resdynaflash2007-06-281-21/+90
* MacGui: Re-Add Preference to enable 64 bit mp4 files option in the main window. dynaflash2007-06-281-2/+10
* MacGui: ScanController modification so it skips the opening scan choice sheet...dynaflash2007-06-201-2/+3
* MacGui: Close Main Window issue fixed.dynaflash2007-06-191-3/+23
* MacGui: Chapter Popup fix condition where user can select a start chapter gre...dynaflash2007-06-191-1/+11
* MacGui: Pref for Encode Done alert addeddynaflash2007-06-181-13/+25
* MacGui: Remove Preference introduced in rev 620 to make users enable 64bit mp...dynaflash2007-06-141-4/+1
* MacGui: + 4 GB Mpeg-4 modificationdynaflash2007-06-141-1/+4
* MacGui: Enable + 4GB Mpeg-4 file outputdynaflash2007-06-141-28/+54
* MacGui: Add Turbo option for x264 two pass encodingdynaflash2007-06-131-43/+82
* Debug output window is now opened automatically if it was visible when HB was...cleaner2007-06-061-0/+4
* - Moved preferences window from MainMenu.nib to Preferences.nibcleaner2007-06-061-7/+17
* Moved initialization of default preferences from [PrefsController awakeFromNi...cleaner2007-06-051-4/+5
* MacGui: switches the x264 option widgets for mixed-refs, weightb, brdo, bime,...jbrjake2007-05-271-120/+69
* MacGui: adds deblocking widgets for the x264 advanced options tab. God this o...jbrjake2007-05-221-4/+89
* MacGui: Debug Window to read libhb output like cli in inspector windowdynaflash2007-05-211-10/+19
* MacGui: finishes out the b-frame x264 options by adding widgets for bime and ...jbrjake2007-05-191-2/+143
* MacGui: Remove x264 option "No DCT-Decimate" value from option strings for an...dynaflash2007-05-181-2/+2
* MacGui: adds x264 option widgets for b-rdo, weight, and b-pyramid. And a litt...jbrjake2007-05-161-1/+93
* macGui: move "Duration" to the title/chapter line for source and move "Output...dynaflash2007-05-161-1/+1
* MacGui: adds x264 option widget for merangejbrjake2007-05-151-2/+39
* MacGui: fix file suffix creation for .ogm (the break was misplaced in the cas...jbrjake2007-05-151-2/+2
* MacGui: use subq for subpixel motion estimation instead of subme. This helps ...jbrjake2007-05-151-2/+8
* macGui: fix bug in Advanced x264 option widgetsdynaflash2007-05-151-3/+11
* MacGui: x264 options widget for motion estimation. This is the first widget t...jbrjake2007-05-151-5/+120
* MacGui: more cosmetic whitespace changes for the x264 option stuff in control...jbrjake2007-05-151-151/+157
* MacGui: pretty up the x264 option section of controller.mm by using uniform w...jbrjake2007-05-151-232/+237
* MacGui: adds mixed-refs pop-up for the advanced x264 options.jbrjake2007-05-101-1/+28
* MacGui: Advanced Tab only shows x264 opt widgets when x264 is selected as the...dynaflash2007-05-091-7/+13
* MacGui: rearranges the x264 option widgets in preparation for adding more, an...jbrjake2007-05-091-6/+6
* MacGui: Advanced Options tabdynaflash2007-05-081-0/+8
* macGui: Advanced Tab - Initial Implementationdynaflash2007-05-081-7/+344
* Updated the input channel layouts to store the source LFE information as well...maurj2007-05-061-6/+7
* Enabled DTS channel mixdowns by moving to a more generic input channel layout...maurj2007-05-041-26/+12
* macGui: x264 Advanced preset strings, if user has specified a default string ...dynaflash2007-04-301-33/+33
* MacGui: Advanced Tab initial implementationdynaflash2007-04-301-54/+42
* macGui: Change the Growl encode done notification to be the same as the onscr...dynaflash2007-04-271-1/+1
* macGui: Growl Support initial implementationdynaflash2007-04-271-10/+62
* macGui: Encode Done Notification initial implementationdynaflash2007-04-261-5/+15
* MacGui: Presets and Main Menudynaflash2007-04-251-1/+68
* MacGui: Queue modificationsdynaflash2007-04-251-28/+17
* Fix Previous Bad commit for Cyanders Chapter Markersdynaflash2007-04-251-4/+8
* MacGui: update Built-In Presets to all use a 48 khz audio sample rate.dynaflash2007-04-201-2/+2
* Improved the bitrate in Controller.mm to deal with different bitrates for dif...maurj2007-04-201-25/+79
* MacGui: Initial implementation of capping avialable bitrates depending on aud...dynaflash2007-04-191-2/+29