index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
macosx
/
HBFilters.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: write the queue to disk less often and add some validations when read...
Damiano Galassi
2019-06-08
1
-1
/
+1
*
MacGui: update UI for the new deblock filter.
Damiano Galassi
2019-05-02
1
-16
/
+126
*
MacGui: send integerForKey: instead of [objectForKey:] intValue]
Damiano Galassi
2019-02-12
1
-1
/
+1
*
MacGui: load the HandBrakeKit framework localized strings from the framework ...
Damiano Galassi
2018-10-20
1
-16
/
+17
*
MacGui: fix a number of static analyser warnings.
Damiano Galassi
2018-08-04
1
-43
/
+58
*
MacGui: validate the custom filters settings in the GUI.
Damiano Galassi
2018-07-18
1
-0
/
+178
*
MacGui: short job description in the summary tab.
Damiano Galassi
2017-11-13
1
-0
/
+1
*
MacGui: fix deinterlace presets and sharpen tune undo support.
Damiano Galassi
2017-06-02
1
-3
/
+3
*
mac: Add support for sharpening filters. (#760)
Bradley Sepos
2017-06-01
1
-1
/
+147
*
MacGui: do not load a job from disk if one or more job objects are missing.
Damiano Galassi
2017-04-21
1
-11
/
+14
*
MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...
Damiano Galassi
2016-10-29
1
-1
/
+1
*
MacGui: add interlace detection filter.
Damiano Galassi
2016-03-12
1
-2
/
+59
*
MacGui: move the objc libhb wrapper to a separate framework.
Damiano Galassi
2016-03-11
1
-8
/
+14
*
MacGui: remove the NSString check for the PictureRotate key because we are su...
Damiano Galassi
2016-03-10
1
-9
/
+6
*
macui support for filter dict settings
John Stebbins
2016-03-09
1
-13
/
+9
*
MacGui: the 'default' as the standard deinterlace filter value.
Damiano Galassi
2016-02-26
1
-8
/
+4
*
MacGui: add the rotate filter to the picture tab.
Damiano Galassi
2016-01-15
1
-4
/
+31
*
MacGui: add rotate filter support to HBJob.
Damiano Galassi
2016-01-10
1
-0
/
+15
*
MacGui: added undo/redo support to the video, picture, filters, chapters and ...
Damiano Galassi
2015-10-20
1
-2
/
+53
*
MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...
Damiano Galassi
2015-10-13
1
-2
/
+2
*
MacGui: remove the deblock value 1 -> 5 special case
Damiano Galassi
2015-10-10
1
-10
/
+1
*
MacGui: use the new deinterlate preset keys
Damiano Galassi
2015-10-09
1
-56
/
+41
*
MacGui: move the picture and filters settings to the main window.
ritsuka
2015-07-27
1
-1
/
+13
*
MacGui: do not try to create a NSURL if the path if empty. Encode the right t...
ritsuka
2015-06-01
1
-1
/
+1
*
MacGui: remove a useless cast for the deblock value.
ritsuka
2015-05-31
1
-2
/
+2
*
MacGui: use libhb built-in presets and validation functions. Update the forma...
ritsuka
2015-05-14
1
-130
/
+71
*
MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...
ritsuka
2015-04-22
1
-8
/
+13
*
MacGui: use the new the filter preset/tune lookup and setting validation func...
ritsuka
2015-04-17
1
-38
/
+6
*
MacGui: run the Xcode "convert to modern objective-c" on the entire project.
ritsuka
2015-04-09
1
-1
/
+1
*
MacGui: convert the mac gui to Objective-C ARC.
ritsuka
2015-03-17
1
-20
/
+6
*
MacGui: better validation for denoise settings.
ritsuka
2015-02-13
1
-4
/
+21
*
MacGui: check whether the denoise preset is valid or not.
ritsuka
2015-02-13
1
-2
/
+8
*
MacGui: guard against nil denoise values.
ritsuka
2015-02-08
1
-3
/
+27
*
MacGui: enable and fix more compiler warnings in the Xcode project.
ritsuka
2015-01-19
1
-1
/
+1
*
MacGui: fix the picture and filters summary in the video tab.
ritsuka
2014-12-30
1
-0
/
+13
*
MacGui: change the queue to work with serialized HBJob objects, remove the NS...
ritsuka
2014-12-27
1
-118
/
+33
*
MacGui: move the UI helper methods to new categories. Implement NSCoding in m...
ritsuka
2014-12-23
1
-123
/
+11
*
MacGui: implement NSCoding protocol in HBJob.
ritsuka
2014-12-22
1
-0
/
+61
*
MacGui: post a notification in HBFilters when a settings is changed.
ritsuka
2014-12-20
1
-43
/
+154
*
MacGui: reset the decomb/deinterlace settings using their setters methods so ...
ritsuka
2014-10-04
1
-2
/
+2
*
MacGui: fix preview deinterlace display. The new deinterlace setting was set ...
ritsuka
2014-09-12
1
-2
/
+2
*
MacGui: Fixed a crash in HBFilters caused by a missing boxing of a bool.
ritsuka
2014-08-19
1
-1
/
+1
*
MacGui: added support for NLMeans denoise. Added the HBFilters class to store...
ritsuka
2014-08-19
1
-0
/
+453