summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: use KVO to get a good part of the change notification in the summary ...Damiano Galassi2017-11-241-2/+2
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-1/+4
* MacGui: fix auto mixdown.Damiano Galassi2017-04-131-9/+1
* MacGui: improve management of security scoped resources. Fix external SRT in ...Damiano Galassi2017-01-251-1/+1
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-2/+2
* MacGui: fix audio and subtitles tracks when reloading a job from the queue.Damiano Galassi2016-12-271-8/+10
* MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...Damiano Galassi2016-11-021-24/+29
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-0/+4
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-141/+27
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-237/+218
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-291-0/+1
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-17/+40
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-5/+10
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-25/+5
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-3/+12
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-311-5/+10
* MacGui: fix some leaksritsuka2015-01-151-2/+25
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-0/+430
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-645/+0
* MacGui: move more things out of HBController.ritsuka2014-12-281-0/+1
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-0/+25
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+41
* 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