summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudio.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: passthru tracks names.Damiano Galassi2019-08-301-1/+2
* MacGui: make use of some newer NSCoding api to better report decoding failure.Damiano Galassi2019-08-151-4/+3
* MacGui: fix an exception when reading an HBJob from disk; do not store previe...Damiano Galassi2019-08-141-1/+3
* MacGui: convert the last usage of NSDictionary to a proper class, fix externa...Damiano Galassi2019-08-131-7/+7
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-3/+3
* MacGui: move the queue libhb instance to an xpc service.Damiano Galassi2019-08-111-1/+1
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-1/+1
* MacGui: load the HandBrakeKit framework localized strings from the framework ...Damiano Galassi2018-10-201-1/+2
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-1/+1
* 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