summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: When using x264 and rf 0 is selected show "Warning: Lossless" in the ...dynaflash2011-01-031-0/+6
* MacGui: Fix popup and output file extension inconsistency. Patch by Rodeo. Th...dynaflash2010-12-281-2/+16
* MacGui: Only scan ten previews when doing a queue encode scan since we don't ...dynaflash2010-12-281-3/+3
* MacGui: Free the source display name for the ui before re-allocating it when ...dynaflash2010-12-271-1/+3
* MacGui: fix a typo and change how we word how many encodes are left in the qu...dynaflash2010-11-301-3/+7
* MacGui: fix character encodings in the log file as well as the title popup st...dynaflash2010-11-301-2/+2
* MacGui: Fix queue and auto m4v ...dynaflash2010-11-081-2/+3
* Allow longer SRT filename paths.jstebbins2010-11-071-2/+4
* SSA subtitle burn injstebbins2010-09-281-1/+15
* MacGui: Audio Fixes and Enhancements ... patch by circleone.dynaflash2010-09-201-7/+15
* MacGui: Audio ... Add an "Add All Tracks" button to the audio tab.dynaflash2010-09-161-0/+14
* MacGui: Fix two line status readout in the main window originally implemented...dynaflash2010-09-161-2/+2
* MacGui: Audio ... Allow more than 4 audio tracks.dynaflash2010-09-151-1667/+77
* MacGui: Use http instead of https for the Help > User Guide link in the help ...dynaflash2010-09-121-1/+1
* Add Bluray supportjstebbins2010-09-081-3/+6
* MacGui: Update web links for the Help > Forums and Help > User Guide menu cho...dynaflash2010-09-081-2/+2
* MacGui: Fix issue where multi instance was improperly detecting the number of...dynaflash2010-08-201-2/+1
* MacGui: Encode status readout now two lines, first line is the name of the fi...dynaflash2010-08-191-9/+4
* MacGui: Fix dock icon behaviordynaflash2010-08-161-5/+2
* MacGui: Store live previews in a sub directory in "~/Library/Application Supp...dynaflash2010-08-061-2/+36
* MacGui: Disable preview hud controls during new source scans.dynaflash2010-08-051-5/+9
* MacGui: Re-locate logic for encode done notifications as per user preferences.dynaflash2010-08-031-22/+20
* MacGui: Rework how we get encode and queue done alerts.dynaflash2010-07-261-47/+53
* MacGui:sr552010-07-221-29/+57
* Reverting 3452sr552010-07-221-57/+29
* MacGui: Fix issue where queue was being reloaded showing already completed en...dynaflash2010-07-221-29/+57
* MacGui: Fix how we get the current instances pid number since NSRunningApplic...dynaflash2010-07-191-11/+31
* MacGui: Initial implementation of new queue sync code which allows multi-inst...dynaflash2010-07-171-72/+142
* MacGui: Presets - Add abliity to modify width and height on a preset independ...dynaflash2010-06-281-4/+22
* MacGui: fix uninteded side effect of code that enforces maxWidth/Height when ...jstebbins2010-06-271-0/+2
* MacGui: apply maxHeight in non-anamorphic jstebbins2010-06-261-2/+22
* MacGui: Allow mono audio mixdown for LAMEdynaflash2010-06-211-17/+10
* MacGui: Peak Framerate initial implementationdynaflash2010-06-181-4/+35
* MacGui: Add flexible dylib path manipulation so that we can handle external d...jstebbins2010-06-041-124/+11
* MacGui: Enable soft vobsubs in mp4dynaflash2010-05-251-43/+20
* MacGui: Chapter Title import/export functionalitydynaflash2010-05-061-1/+149
* MacGui: reset hb_filter_decomb after use, so switching between default decomb...dynaflash2010-04-271-0/+4
* add dvd main feature title detectionjstebbins2010-04-201-9/+6
* MacGui: Allow up to 320 kbps bitrate for stereo and 768 kbps for 6 channel di...dynaflash2010-04-141-4/+3
* MacGui: Remove another queue incrementing log message.dynaflash2010-04-091-1/+1
* MacGui: Remove more unneeded activity log messages and clean up some commente...dynaflash2010-04-091-27/+8
* MacGui: Remove a bunch of verbose activity log messages for Point to Point en...dynaflash2010-04-091-15/+4
* MacGui: Enable mp3 audio tracks in mp4.dynaflash2010-04-081-0/+3
* MacGui: Fix issue when selecting a preset with multiple audio tracks (ie. App...dynaflash2010-04-061-1/+14
* MacGui: Remove a bunch of useless comments from the point a to b code.dynaflash2010-04-021-17/+5
* MacGui: Remove the AC3 and DCA audio input codec limitations for selecting mo...dynaflash2010-04-021-8/+2
* MacGui: Fix crash where a source with no audio crashes the macgui.dynaflash2010-03-261-17/+36
* MacGui: Add call to hb_global_close() upon application termination as per cha...dynaflash2010-03-261-1/+3
* MacGui: Fix pending encodes left in queue at quit warning that was borked in ...dynaflash2010-03-091-9/+1
* MacGui: Fix issue where closing the main window, then clicking on the dock ic...dynaflash2010-03-051-1/+2