summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-101-22/+7
* MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided t...ritsuka2014-08-051-171/+134
* decavcodec: DRC support.Rodeo2014-01-251-3/+4
* MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...ritsuka2013-10-151-5/+5
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-1/+1
* Don't expose rate, mixdown, dither and encoder arrays to the UIs.Rodeo2013-05-301-81/+53
* Audio improvements.Rodeo2012-09-031-19/+1
* Use HB_INVALID_AMIXDOWN and HB_AMIXDOWN_NONE where applicable.Rodeo2012-07-291-1/+1
* Remove encca_haac_available(). It's no longer needed since we dropped support...Rodeo2012-06-201-11/+9
* libhb: drop HB_INPUT_CH_LAYOUT_*Rodeo2012-06-181-1/+1
* MacGui: add Auto Passthru support.Rodeo2012-01-241-3/+2
* Add flac + quality + compression level supportjstebbins2011-10-121-36/+59
* libhb: Auto Passthru and audio/video encoder lists.Rodeo2011-09-191-93/+40
* add more audio passthru optionsjstebbins2011-08-011-11/+25
* MacGUI: use "AC3 (ffmpeg)" to designate the ffac3 encoder (for consistency).dynaflash2011-07-191-1/+1
* MacGUI: Consolidate passthrough mixdowns.dynaflash2011-07-191-20/+7
* MacGui: Don't call "return" at the end of a void function.. .. Redux!dynaflash2011-06-141-12/+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-33/+33
* Add DTS-HD passthru \o/jstebbins2011-06-141-2/+13
* MacGui: HBAudio Indentation Cleanupdynaflash2011-06-131-459/+531
* Add ffaac encode supportjstebbins2011-06-081-0/+7
* MacGui: Clean up internal architecture of HB Audio and HBAudioControllerdynaflash2011-05-261-4/+1
* MacGui: Audio Gain Control initial implementationdynaflash2011-05-261-0/+35
* HE-AAC support for the OSX port. Thanks go to amarcus, ritsuka and rodeo.sr552011-04-181-0/+9
* MacGui: Audio mixdown fixdynaflash2010-11-301-0/+1
* MacGui: Use libhb for mixdown limits as well as defaults.dynaflash2010-11-171-115/+66
* MacGui: disable the drc audio widget unless the source is AC3.dynaflash2010-11-101-2/+6
* MacGui: Audiodynaflash2010-11-081-93/+74
* MacGui: Audio - Using fallback codec no longer sets the bit rate from the pre...dynaflash2010-10-291-4/+18
* MacGui: Use libhb for audio limits as well as defaults.dynaflash2010-10-081-55/+20
* MacGui: Remove the audio encoder bitrate cap.dynaflash2010-10-051-8/+1
* Add ac3 encodingjstebbins2010-10-041-16/+34
* MacGui: Disable the drc dial if source is not AC3 as only our AC3 decoder fla...dynaflash2010-10-041-0/+20
* MacGui: Audio ... Allow more than 4 audio tracks.dynaflash2010-09-151-0/+640