| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: append "(Modified)" to the preset name. | Damiano Galassi | 2017-12-19 | 1 | -0/+6 |
* | MacGui: short job description in the summary tab. | Damiano Galassi | 2017-11-13 | 1 | -2/+2 |
* | MacGui: fix a potential null dereference. | Damiano Galassi | 2017-11-12 | 1 | -2/+5 |
* | MacGui: do not allow the path separator "/" character to be inserted in the o... | Damiano Galassi | 2017-11-11 | 1 | -0/+19 |
* | MacGui: Add checkbox for Legacy A/V alignment behaviour for players that don'... | Damiano Galassi | 2017-06-18 | 1 | -0/+16 |
* | MacGui: do not load an HBJob is there is no file URL. | Damiano Galassi | 2017-05-31 | 1 | -2/+2 |
* | MacGui: do not load a job from disk if one or more job objects are missing. | Damiano Galassi | 2017-04-21 | 1 | -9/+10 |
* | MacGui: NSUUID is not available on 10.7, replace it with CFUUIDRef | Damiano Galassi | 2017-04-21 | 1 | -2/+9 |
* | MacGui: do not remove a job from the queue if the rescan to the main window f... | Damiano Galassi | 2017-03-02 | 1 | -1/+2 |
* | MacGui: fix a typo. | Damiano Galassi | 2017-02-24 | 1 | -1/+1 |
* | MacGui: improve management of security scoped resources. Fix external SRT in ... | Damiano Galassi | 2017-01-25 | 1 | -69/+28 |
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB... | Damiano Galassi | 2017-01-20 | 1 | -10/+170 |
* | MacGui: enable NSSecureCoding for the queue file. | Damiano Galassi | 2016-12-27 | 1 | -3/+3 |
* | MacGui: fix HBJob copy method, plus small performance optimisation in HBAudio... | Damiano Galassi | 2016-11-02 | 1 | -0/+2 |
* | MacGui: use hb_preset_job_init instead of custom logic for audio, subtitles a... | Damiano Galassi | 2016-10-29 | 1 | -5/+16 |
* | MacGui: move some kvo helpers to the UIAdditions category. | Damiano Galassi | 2016-03-14 | 1 | -20/+0 |
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -3/+7 |
* | MacGui: add redo/undo supports to the audio part of HBJob. | Damiano Galassi | 2015-10-24 | 1 | -2/+2 |
* | MacGui: rewrote the subtitles tab to use bindings, view-based table view and ... | Damiano Galassi | 2015-10-22 | 1 | -2/+2 |
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ... | Damiano Galassi | 2015-10-20 | 1 | -0/+62 |
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve... | Damiano Galassi | 2015-10-13 | 1 | -14/+15 |
* | MacGui: use the new deinterlate preset keys | Damiano Galassi | 2015-10-09 | 1 | -2/+2 |
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 1 | -3/+3 |
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ... | ritsuka | 2015-05-20 | 1 | -0/+1 |
* | MacGUI: don't double-sanitize encoder names. | Rodeo | 2015-05-16 | 1 | -1/+1 |
* | MacGui: use libhb built-in presets and validation functions. Update the forma... | ritsuka | 2015-05-14 | 1 | -9/+2 |
* | MacGui: wrap more hb_title properties in HBTitle. | ritsuka | 2015-05-07 | 1 | -1/+1 |
* | MacGui: implemented the NSSecureCoding protocol in HBJob. Added a compatibili... | ritsuka | 2015-04-22 | 1 | -23/+33 |
* | MacGui: remove HBPicture dependency on HBTitle. | ritsuka | 2015-04-17 | 1 | -1/+0 |
* | 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 | -21/+15 |
* | MacGui: properly deregister the job observers, and refactor a bit the HBAudio... | ritsuka | 2015-02-04 | 1 | -23/+3 |
* | MacGui: clean up the methods to update the destination file name and extension. | ritsuka | 2015-02-01 | 1 | -3/+23 |
* | MacGui: add a HBChaptersChangedNotification notification, used to notify when... | ritsuka | 2015-01-31 | 1 | -7/+10 |
* | MacGui: expose a isStream and a timeCode properties in HBTitle. | ritsuka | 2015-01-23 | 1 | -1/+1 |
* | MacGui: enable and fix more compiler warnings in the Xcode project. | ritsuka | 2015-01-19 | 1 | -0/+1 |
* | MacGui: moved the queue code from HBController to HBQueueController, reworked... | ritsuka | 2015-01-19 | 1 | -3/+7 |
* | MacGui: fix some leaks | ritsuka | 2015-01-15 | 1 | -1/+2 |
* | MacGui: Move the audio/subtitles selection logic out of the view controllers.... | ritsuka | 2015-01-13 | 1 | -545/+20 |
* | Simplify frontend useage of hb_add() | jstebbins | 2015-01-12 | 1 | -0/+1 |
* | MacGui: rename HBAudio class to HBAudioTrack. | ritsuka | 2015-01-09 | 1 | -11/+2 |
* | MacGui: fix a case where deinterlace filter would be enabled even if decomb w... | ritsuka | 2015-01-07 | 1 | -1/+1 |
* | MacGui: use HB_VCODEC_H264_MASK to check whether to enable or not the iPod 5g... | ritsuka | 2014-12-31 | 1 | -1/+1 |
* | MacGui: hide the iPod 5g check box if the codec is not h.264. | ritsuka | 2014-12-30 | 1 | -3/+11 |
* | MacGui: fix a bunch of regressions (various crash when in some textfields, en... | ritsuka | 2014-12-30 | 1 | -0/+14 |
* | MacGui: pass the fast decode option to the hb_job. | ritsuka | 2014-12-29 | 1 | -1/+1 |
* | MacGui: clean up headers and imports. | ritsuka | 2014-12-27 | 1 | -0/+10 |
* | MacGui: change the queue to work with serialized HBJob objects, remove the NS... | ritsuka | 2014-12-27 | 1 | -41/+77 |
* | MacGui: move the UI helper methods to new categories. Implement NSCoding in m... | ritsuka | 2014-12-23 | 1 | -21/+81 |
* | MacGui: set the chapter titles directly in HBJob. Move more things over to HB... | ritsuka | 2014-12-22 | 1 | -11/+25 |