summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo+UIAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* libhb: improve videotoolbox detection and add support for constant quality en...Damiano Galassi2020-08-231-1/+1
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-1/+1
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
* MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not.Damiano Galassi2019-06-071-1/+1
* MacGui: don't show fast decode checkbox when the encoder is not x264, fixes #...Damiano Galassi2019-06-071-0/+5
* MacGui: fixes encoder tune 'none' localized item.Damiano Galassi2019-05-021-0/+75
* MacGui: remove the old advanced x264 options view.Damiano Galassi2019-01-301-5/+0
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-0/+21
* MacGui: more safe kvo removal, use libhb function to get the quaility name, f...Damiano Galassi2018-11-031-14/+1
* MacGui: load the HandBrakeKit framework localized strings from the framework ...Damiano Galassi2018-10-201-3/+5
* MacGui: fix x264 unparsed string and advanced panel.Damiano Galassi2018-06-131-3/+3
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-3/+3
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use macO...Damiano Galassi2018-06-081-0/+28
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-1/+1
* MacGui: use CQ label in the constant quality slider for VP9.Damiano Galassi2016-07-271-1/+2
* MacGui: use the right constant quality label in the video tab, and split HBVi...Damiano Galassi2016-05-241-0/+43
* x265: macui multilib supportJohn Stebbins2015-11-121-1/+1
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-8/+9
* MacGui: second part of the previous commitritsuka2015-08-061-0/+10
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-291-1/+10
* 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-2/+2
* MacGui: show the turbo two pass checkbox when x265 is selected.ritsuka2015-02-121-1/+1
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-1/+1
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-291-1/+1
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-271-0/+5
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-0/+346