summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: move the advanced x264 panel to the 'Additional options' text field c...Damiano Galassi2018-10-271-1/+0
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-6/+0
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-2/+3
* MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-141-2/+12
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-0/+2
* 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