summaryrefslogtreecommitdiffstats
path: root/macosx/HBFilters.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-1/+1
* MacGui: update UI for the new deblock filter.Damiano Galassi2019-05-021-16/+126
* MacGui: send integerForKey: instead of [objectForKey:] intValue]Damiano Galassi2019-02-121-1/+1
* MacGui: load the HandBrakeKit framework localized strings from the framework ...Damiano Galassi2018-10-201-16/+17
* MacGui: fix a number of static analyser warnings.Damiano Galassi2018-08-041-43/+58
* MacGui: validate the custom filters settings in the GUI.Damiano Galassi2018-07-181-0/+178
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-0/+1
* MacGui: fix deinterlace presets and sharpen tune undo support.Damiano Galassi2017-06-021-3/+3
* mac: Add support for sharpening filters. (#760)Bradley Sepos2017-06-011-1/+147
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-11/+14
* 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-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