summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-1/+5
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-1/+1
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-291-0/+2
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-291-0/+1
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-7/+2
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-46/+7
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-3/+1
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-2/+0
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-201-0/+3
* MacGui: completed the HBVideo class.ritsuka2014-12-111-10/+73
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-20/+17
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+34