summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: Add new anamorphic mode "Automatic".Damiano Galassi2016-10-311-1/+2
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-2/+0
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-1/+1
* MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-141-1/+8
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-0/+2
* MacGui: added a new sourceInfo property to retrieve a string with the picture...Damiano Galassi2015-08-291-0/+1
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-1/+0
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-061-0/+1
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-0/+3
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-1/+1
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: remove HBPicture dependency on HBTitle.ritsuka2015-04-171-1/+5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-1/+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-18/+1
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-2/+2
* MacGui: implement HBPicture.ritsuka2014-12-201-24/+54
* json: add json APIsjstebbins2014-12-161-4/+8
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-5/+10
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+30