summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioTrackPreset.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-6/+9
* MacGui: disable auto passthru fallback encoder options when fallback is set t...Damiano Galassi2019-06-071-3/+8
* MacGui: add none fallback.Damiano Galassi2017-06-121-1/+4
* MacGui: do not show "Auto passthru" in the audio panel encoders pop up. Allow...Damiano Galassi2016-11-021-29/+47
* MacGui: make it possible to set a audio defaults track settings when the sele...Damiano Galassi2016-10-291-17/+56
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-136/+7
* 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/+4
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-291-0/+8
* MacGui: switched the audio defaults track tableview to view based, and fixed ...Damiano Galassi2015-10-281-16/+24
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-221-5/+56
* MacGui: better samplerate validation.Rodeo2015-05-191-2/+38
* MacGui: remove workaround for the case where the output samplerate is auto an...Rodeo2015-05-161-15/+2
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-2/+2
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+6
* 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-4/+4
* MacGui: let HBAudioTrackPreset know the current container.ritsuka2015-01-301-1/+30
* MacGui: update a file header and fix a comment.ritsuka2015-01-091-7/+5
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-0/+20
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+31
* MacGui: fixed the bitrates popup in the audio default panel, it didn’t upda...ritsuka2014-08-161-1/+6
* MacGui: fixed gain validation in the audio panel. Remove the drc validation b...ritsuka2014-08-101-20/+6
* MacGui: Modernized the objc syntax of HBAudio/HBAudioController and avoided t...ritsuka2014-08-051-33/+18
* MacGui: Adds a new sheet for audio defaults (presets), uses the same preset k...ritsuka2014-08-041-0/+370