summaryrefslogtreecommitdiffstats
path: root/macosx/HBFilters.h
Commit message (Expand)AuthorAgeFilesLines
* MacGui: update UI for the new deblock filter.Damiano Galassi2019-05-021-1/+3
* mac: Add support for sharpening filters. (#760)Bradley Sepos2017-06-011-0/+5
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-1/+1
* MacGui: add interlace detection filter.Damiano Galassi2016-03-121-0/+3
* MacGui: add the rotate filter to the picture tab.Damiano Galassi2016-01-151-1/+4
* MacGui: add rotate filter support to HBJob.Damiano Galassi2016-01-101-0/+1
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-0/+2
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-091-5/+1
* MacGui: remove a useless cast for the deblock value.ritsuka2015-05-311-1/+1
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-0/+4
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-3/+3
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-1/+1
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-11/+4
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-33/+0
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-1/+1
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-201-0/+2
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+74