summaryrefslogtreecommitdiffstats
path: root/macosx/HBFilters.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: add interlace detection filter.Damiano Galassi2016-03-121-2/+59
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-8/+14
* MacGui: remove the NSString check for the PictureRotate key because we are su...Damiano Galassi2016-03-101-9/+6
* macui support for filter dict settingsJohn Stebbins2016-03-091-13/+9
* MacGui: the 'default' as the standard deinterlace filter value.Damiano Galassi2016-02-261-8/+4
* MacGui: add the rotate filter to the picture tab.Damiano Galassi2016-01-151-4/+31
* MacGui: add rotate filter support to HBJob.Damiano Galassi2016-01-101-0/+15
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-2/+53
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: remove the deblock value 1 -> 5 special caseDamiano Galassi2015-10-101-10/+1
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-091-56/+41
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-271-1/+13
* MacGui: do not try to create a NSURL if the path if empty. Encode the right t...ritsuka2015-06-011-1/+1
* MacGui: remove a useless cast for the deblock value.ritsuka2015-05-311-2/+2
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-130/+71
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-8/+13
* MacGui: use the new the filter preset/tune lookup and setting validation func...ritsuka2015-04-171-38/+6
* 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-20/+6
* MacGui: better validation for denoise settings.ritsuka2015-02-131-4/+21
* MacGui: check whether the denoise preset is valid or not.ritsuka2015-02-131-2/+8
* MacGui: guard against nil denoise values. ritsuka2015-02-081-3/+27
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-1/+1
* MacGui: fix the picture and filters summary in the video tab.ritsuka2014-12-301-0/+13
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-118/+33
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-123/+11
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-0/+61
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-201-43/+154
* MacGui: reset the decomb/deinterlace settings using their setters methods so ...ritsuka2014-10-041-2/+2
* MacGui: fix preview deinterlace display. The new deinterlace setting was set ...ritsuka2014-09-121-2/+2
* MacGui: Fixed a crash in HBFilters caused by a missing boxing of a bool.ritsuka2014-08-191-1/+1
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+453