summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-4/+4
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-17/+9
* MacGui: use accessibilityValueDescription for the slider value description, a...Damiano Galassi2016-10-211-1/+12
* MacGui: give VoiceOver the right accessibility value for the video quality sl...Damiano Galassi2016-10-211-0/+5
* MacGui: made the framerate radio button strings localizable.Damiano Galassi2016-07-211-2/+2
* MacGui: allow negative value in the quality slider.Damiano Galassi2016-03-301-0/+2
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-2/+2
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-3/+3
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-271-6/+4
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-1/+1
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-291-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-6/+6
* MacGui: do not apply the same preset to a job two times.ritsuka2015-01-311-4/+4
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-2/+2
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-4/+7
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-271-7/+7
* MacGui: remove unneeded init.ritsuka2014-12-271-4/+0
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-231-16/+1
* MacGui: use HBJob when possible.ritsuka2014-12-211-2/+0
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-1308/+156
* json: add json APIsjstebbins2014-12-161-2/+2
* MacGui: fix the constant quality / avg bitrate radio button selection when re...ritsuka2014-11-011-1/+1
* MacGui: update the file name when the bitrate is changed and auto naming is e...ritsuka2014-10-241-0/+5
* MacGui: hide the “Use advanced options panel” checkbox too when the advan...ritsuka2014-09-171-13/+59
* MacGui: disable/enable the encoder options label when needed and fix the enco...ritsuka2014-08-251-3/+6
* MacGui: fixed two small leaks.ritsuka2014-08-231-0/+1
* MacGui: load the old lavcOption format too is preset in the preset.ritsuka2014-08-211-2/+9
* MacGui: remapped lavcOption to VideoOptionExtra.ritsuka2014-08-211-14/+22
* MacGui: load the lavcOption from preset and fixed the encoder selection when ...ritsuka2014-08-211-0/+10
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-211-335/+374
* MacGui: implemented the HBViewValidation protocol in each of the main window ...ritsuka2014-08-101-7/+7
* MacGUI: Refactored the controller code for the video/audio/subtitles/chapters...ritsuka2014-07-151-0/+1339