| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 1 | -1/+1 |
* | MacGui: enable and fix more warnings. Review nullability annotations. | Damiano Galassi | 2019-08-12 | 1 | -1/+3 |
* | MacGui: write the queue to disk less often and add some validations when read... | Damiano Galassi | 2019-06-08 | 1 | -7/+6 |
* | MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not. | Damiano Galassi | 2019-06-07 | 1 | -2/+2 |
* | MacGui: don't show fast decode checkbox when the encoder is not x264, fixes #... | Damiano Galassi | 2019-06-07 | 1 | -1/+6 |
* | MacGui: fix warnings. | Damiano Galassi | 2019-06-07 | 1 | -2/+2 |
* | MacGui: fixes encoder tune 'none' localized item. | Damiano Galassi | 2019-05-02 | 1 | -11/+11 |
* | Add WebM support (#1822) | Justin Bull | 2019-02-13 | 1 | -1/+1 |
* | MacGui: disable two-pass when VideoToolbox is the selected encoder. | Damiano Galassi | 2018-11-15 | 1 | -6/+4 |
* | Add VideoToolbox hardware encoding thru FFmpeg. | Damiano Galassi | 2018-11-15 | 1 | -1/+33 |
* | MacGui: move the advanced x264 panel to the 'Additional options' text field c... | Damiano Galassi | 2018-10-27 | 1 | -26/+2 |
* | Misc. typos | luz.paz | 2018-02-20 | 1 | -1/+1 |
* | MacGui: do not load a job from disk if one or more job objects are missing. | Damiano Galassi | 2017-04-21 | 1 | -5/+8 |
* | MacGui: reset the video encoder additional options when switching to a differ... | Damiano Galassi | 2016-12-31 | 1 | -0/+14 |
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 1 | -1/+1 |
* | MacGui: made some HBJob properties private. | Damiano Galassi | 2016-10-31 | 1 | -0/+2 |
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a... | Damiano Galassi | 2016-10-29 | 1 | -1/+1 |
* | MacGui: use the right constant quality label in the video tab, and split HBVi... | Damiano Galassi | 2016-05-24 | 1 | -41/+20 |
* | MacGui: added some enum to HBJob model to make things nicer in swift, plus tw... | Damiano Galassi | 2016-03-14 | 1 | -2/+2 |
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -3/+10 |
* | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 1 | -1/+1 |
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ... | Damiano Galassi | 2015-10-20 | 1 | -3/+67 |
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve... | Damiano Galassi | 2015-10-13 | 1 | -2/+2 |
* | MacGui: don't hardcode which encoders support the preset system. | Rodeo | 2015-05-29 | 1 | -2/+6 |
* | MacGUI: don't double-sanitize encoder names. | Rodeo | 2015-05-16 | 1 | -2/+1 |
* | MacGui: use libhb built-in presets and validation functions. Update the forma... | ritsuka | 2015-05-14 | 1 | -55/+24 |
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili... | ritsuka | 2015-04-22 | 1 | -6/+11 |
* | 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 | -11/+5 |
* | MacGui: fix a crash that happens when a new preset is created from a one that... | ritsuka | 2015-01-30 | 1 | -3/+8 |
* | MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a... | ritsuka | 2015-01-20 | 1 | -1/+8 |
* | MacGui: enable and fix more compiler warnings in the Xcode project. | ritsuka | 2015-01-19 | 1 | -4/+4 |
* | MacGui: fix a bunch of regressions (various crash when in some textfields, en... | ritsuka | 2014-12-30 | 1 | -0/+9 |
* | MacGui: set the preset name to custom when a setting in the video/picture/fil... | ritsuka | 2014-12-29 | 1 | -0/+100 |
* | MacGui: hide turbo two pass checkbox when x264 is not selected. | ritsuka | 2014-12-27 | 1 | -1/+2 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -135/+43 |
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in m... | ritsuka | 2014-12-23 | 1 | -374/+83 |
* | MacGui: implement NSCoding protocol in HBJob. | ritsuka | 2014-12-22 | 1 | -0/+64 |
* | MacGui: remove the last usage of title->job. | ritsuka | 2014-12-21 | 1 | -112/+0 |
* | MacGui: set the correct framerate in the preset. | ritsuka | 2014-12-21 | 1 | -1/+1 |
* | MacGui: fix frame rate when loading a queue item. | ritsuka | 2014-12-20 | 1 | -1/+1 |
* | MacGui: separate the video settings logic from the view controller. There are... | ritsuka | 2014-12-18 | 1 | -14/+34 |
* | json: add json APIs | jstebbins | 2014-12-16 | 1 | -3/+3 |
* | MacGui: completed the HBVideo class. | ritsuka | 2014-12-11 | 1 | -7/+988 |
* | MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the m... | ritsuka | 2014-12-03 | 1 | -0/+5 |
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to store... | ritsuka | 2014-08-19 | 1 | -0/+13 |