summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: use KVO to get a good part of the change notification in the summary ...Damiano Galassi2017-11-241-1/+1
* MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio...Damiano Galassi2016-11-021-1/+1
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-6/+0
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-3/+5
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-3/+3
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-2/+3
* MacGui: add more nullability annotations.ritsuka2015-06-011-1/+5
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-1/+1
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-311-8/+3
* MacGui: fix some leaksritsuka2015-01-151-2/+6
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-131-0/+43
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-45/+0
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-1/+1
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-1/+1
* MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided t...ritsuka2014-08-051-15/+0
* MacGui: HBAudio Indentation Cleanupdynaflash2011-06-131-13/+12
* MacGui: Clean up internal architecture of HB Audio and HBAudioControllerdynaflash2011-05-261-1/+0
* MacGui: Audio Gain Control initial implementationdynaflash2011-05-261-0/+2
* MacGui: Audio ... Allow more than 4 audio tracks.dynaflash2010-09-151-0/+60