summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.m
Commit message (Expand)AuthorAgeFilesLines
* MacGUI: don't double-sanitize encoder names.Rodeo2015-05-161-2/+1
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-55/+24
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-6/+11
* 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-11/+5
* MacGui: fix a crash that happens when a new preset is created from a one that...ritsuka2015-01-301-3/+8
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-201-1/+8
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-4/+4
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-0/+9
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-291-0/+100
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-271-1/+2
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-135/+43
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-374/+83
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-0/+64
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-112/+0
* MacGui: set the correct framerate in the preset.ritsuka2014-12-211-1/+1
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-201-1/+1
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-14/+34
* json: add json APIsjstebbins2014-12-161-3/+3
* MacGui: completed the HBVideo class.ritsuka2014-12-111-7/+988
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-0/+5
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+13