summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioTrack.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: do not set the track name if it's one of those we generate.Damiano Galassi2019-08-301-1/+8
* MacGui: passthru tracks names.Damiano Galassi2019-08-301-0/+3
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-141-0/+11
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-21/+17
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-1/+1
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-6/+9
* Add WebM support (#1822)Justin Bull2019-02-131-1/+1
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-1/+1
* MacGui: do not show "Auto passthru" in the audio panel encoders pop up. Allow...Damiano Galassi2016-11-021-1/+2
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-470/+291
* MacGui: add libopus to Xcode project link phase.Damiano Galassi2016-09-031-2/+2
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-0/+5
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-251-2/+14
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-67/+143
* MacGui: better samplerate validation.Rodeo2015-05-191-16/+40
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-13/+18
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
* MacGui: add a missing ownership qualifier needed by ARC.ritsuka2015-03-191-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-28/+5
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-3/+3
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-311-7/+7
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-0/+653