summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: add a popover to edit tracks names.Damiano Galassi2019-09-261-0/+13
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-18/+8
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-3/+3
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-291-4/+1
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-4/+15
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-4/+4
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-420/+14
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-11/+11
* MacGui: clean up headers and imports.ritsuka2014-12-271-15/+0
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-271-11/+3
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-87/+7
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-221-1/+4
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-211-0/+1
* MacGui: use HBJob when possible.ritsuka2014-12-211-24/+8
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-7/+7
* MacGui: pass only the tracks array to the addTracksFromQueue: method, no need...ritsuka2014-11-021-2/+2
* MacGui: fixed some warnings.ritsuka2014-10-301-2/+1
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-221-3/+3
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-6/+6
* MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided t...ritsuka2014-08-051-24/+20
* MacGui: simplified the way the audio tracks are stored in the queue.ritsuka2014-08-041-171/+109
* MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...ritsuka2014-08-041-284/+190
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-4/+92
* Remove libfaacsr552014-03-021-1/+1
* decavcodec: DRC support.Rodeo2014-01-251-2/+5
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-17/+18
* MacGui: get rid of now obsolete @"UseCoreAudio" preference and related widgetsRodeo2013-06-201-12/+1
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-38/+26
* MacGui: harmonize audio configuration code in prepareJob and prepareAudioForJob.Rodeo2013-04-281-16/+16
* Audio dithering.Rodeo2013-02-051-0/+2
* Audio improvements.Rodeo2012-09-031-4/+8
* MacGui: Add support for a secondary audio language track.dynaflash2012-08-271-7/+34
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-1/+1
* MacGui: add Auto Passthru support.Rodeo2012-01-241-8/+0
* Add flac + quality + compression level supportjstebbins2011-10-121-0/+1
* MacGui: since Auto Passthru isn't enabled yet, we still need to fall back to ...Rodeo2011-09-191-0/+8
* libhb: Auto Passthru and audio/video encoder lists.Rodeo2011-09-191-8/+0
* MacGui: Make AAC and MP3 passthru fall back to the AAC and MP3 encoders, resp...Rodeo2011-08-181-2/+24
* MacGUI: HBAudioController.m: remove two stray newlines which my patch inexpli...Rodeo2011-08-151-2/+0
* add more audio passthru optionsjstebbins2011-08-011-0/+7
* MacGUI: use "AC3 (ffmpeg)" to designate the ffac3 encoder (for consistency).dynaflash2011-07-191-1/+6
* MacGUI: Consolidate passthrough mixdowns.dynaflash2011-07-191-3/+16
* MacGui: Don't call "return" at the end of a void function.. .. Redux!dynaflash2011-06-141-21/+0
* MacGui: Add blank line to previous commit files to fix the commit notes I tot...dynaflash2011-06-141-0/+1
* MacGui: Don't call "return" at the end of a void function.dynaflash2011-06-141-21/+21
* Add DTS-HD passthru \o/jstebbins2011-06-141-1/+1
* MacGui: HBAudio Indentation Cleanupdynaflash2011-06-131-369/+413
* MacGui: Clean up internal architecture of HB Audio and HBAudioControllerdynaflash2011-05-261-11/+19
* MacGui: Fix some compile time warnings.dynaflash2011-05-261-1/+1
* MacGui: Audio Gain Control initial implementationdynaflash2011-05-261-1/+29