summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioTrack.m
Commit message (Collapse)AuthorAgeFilesLines
* 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. ↵Damiano Galassi2016-11-021-1/+2
| | | | Allow selecting the passthru fallback encoder settings in the audio defaults panel.
* 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
| | | | | | | | | | | Not all encoders support all samplerate, so we filter the list based on the encoder and validate the selected samplerate when switching encoders. Also improve bitrate validation a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7210 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a ↵ritsuka2015-04-221-13/+18
| | | | | | compatibility class to fall back on NSCoding on 10.7 and earlier. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7112 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a missing ownership qualifier needed by ARC.ritsuka2015-03-191-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7005 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-28/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: properly deregister the job observers, and refactor a bit the ↵ritsuka2015-02-041-3/+3
| | | | | | HBAudioTrack notification. Refactored HBPreviewController to take a single HBPreviewGenerator instance in input. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6869 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-311-7/+7
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6844 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: rename HBAudio class to HBAudioTrack.ritsuka2015-01-091-0/+653
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6696 b64f7644-9d1e-0410-96f1-a4d463321fa5