summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: enable and fix more warnings. Review nullability annotations.Damiano Galassi2019-08-121-1/+3
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-081-7/+6
* MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not.Damiano Galassi2019-06-071-2/+2
* MacGui: don't show fast decode checkbox when the encoder is not x264, fixes #...Damiano Galassi2019-06-071-1/+6
* MacGui: fix warnings.Damiano Galassi2019-06-071-2/+2
* MacGui: fixes encoder tune 'none' localized item.Damiano Galassi2019-05-021-11/+11
* Add WebM support (#1822)Justin Bull2019-02-131-1/+1
* MacGui: disable two-pass when VideoToolbox is the selected encoder.Damiano Galassi2018-11-151-6/+4
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-1/+33
* MacGui: move the advanced x264 panel to the 'Additional options' text field c...Damiano Galassi2018-10-271-26/+2
* Misc. typosluz.paz2018-02-201-1/+1
* MacGui: do not load a job from disk if one or more job objects are missing.Damiano Galassi2017-04-211-5/+8
* MacGui: reset the video encoder additional options when switching to a differ...Damiano Galassi2016-12-311-0/+14
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-1/+1
* MacGui: made some HBJob properties private.Damiano Galassi2016-10-311-0/+2
* MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a...Damiano Galassi2016-10-291-1/+1
* MacGui: use the right constant quality label in the video tab, and split HBVi...Damiano Galassi2016-05-241-41/+20
* MacGui: added some enum to HBJob model to make things nicer in swift, plus tw...Damiano Galassi2016-03-141-2/+2
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-3/+10
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-1/+1
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-3/+67
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-2/+2
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-291-2/+6
* MacGUI: don't double-sanitize encoder names.Rodeo2015-05-161-2/+1
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-55/+24
* MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili...ritsuka2015-04-221-6/+11
* 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-11/+5
* MacGui: fix a crash that happens when a new preset is created from a one that...ritsuka2015-01-301-3/+8
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-201-1/+8
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-191-4/+4
* MacGui: fix a bunch of regressions (various crash when in some textfields, en...ritsuka2014-12-301-0/+9
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-291-0/+100
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-271-1/+2
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-271-135/+43
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-231-374/+83
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-221-0/+64
* MacGui: remove the last usage of title->job.ritsuka2014-12-211-112/+0
* MacGui: set the correct framerate in the preset.ritsuka2014-12-211-1/+1
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-201-1/+1
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-181-14/+34
* json: add json APIsjstebbins2014-12-161-3/+3
* MacGui: completed the HBVideo class.ritsuka2014-12-111-7/+988
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m...ritsuka2014-12-031-0/+5
* MacGui: added support for NLMeans denoise. Added the HBFilters class to store...ritsuka2014-08-191-0/+13