summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioDefaults.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: add none fallback.Damiano Galassi2017-06-121-1/+1
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-1/+4
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-1/+1
* MacGui: use the languages from the audio preferences for built-in presets, th...Damiano Galassi2016-12-141-40/+0
* MacGui: do not show "Auto passthru" in the audio panel encoders pop up. Allow...Damiano Galassi2016-11-021-0/+8
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-0/+5
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-0/+2
* MacGui: switched the audio defaults track tableview to view based, and fixed ...Damiano Galassi2015-10-281-3/+6
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-2/+14
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-221-0/+113
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: remove a unneeded statement, built-in presets already have the select...ritsuka2015-06-041-1/+0
* MacGui: fix the audio defaults to use the languages specified in the preferen...ritsuka2015-06-011-7/+7
* MacGui: I would commit seppuku, but I am no samurai.Rodeo2015-05-171-1/+1
* MacGui: forgot one :(Rodeo2015-05-161-2/+1
* MacGui: reset allowed passthru codecs when applying a preset.Rodeo2015-05-161-1/+12
* MacGui: don't hardcode encoder names.Rodeo2015-05-161-38/+39
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-22/+75
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-3/+17
* MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet.ritsuka2015-04-181-0/+6
* 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-14/+2
* MacGui: let HBAudioTrackPreset know the current container.ritsuka2015-01-301-0/+29
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-2/+30
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-0/+43
* MacGui: removed two useless array creation and made a copy of the trackSelect...ritsuka2014-11-021-1/+1
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-251-1/+3
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-221-0/+241