summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.m
Commit message (Expand)AuthorAgeFilesLines
* 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