Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: do not crash if hb_video_encoder_get_name returns NULL, it might ↵ | Damiano Galassi | 2017-06-19 | 1 | -2/+3 |
| | | | | happens if there is a saved job with an external encoder (x264 10bit for example), and the external lib is no longer available. | ||||
* | MacGui: use "localizedStandardCompare:" to sort the titles by name in the ↵ | Damiano Galassi | 2017-06-19 | 1 | -9/+10 |
| | | | | add titles sheet. Titles will be sorted like in Finder. | ||||
* | MacGui: rename "Configure Defaults" to "Selection Behavior", align some UI ↵ | Damiano Galassi | 2017-06-19 | 6 | -91/+97 |
| | | | | element. | ||||
* | MacGui: Add checkbox for Legacy A/V alignment behaviour for players that ↵ | Damiano Galassi | 2017-06-18 | 4 | -7/+47 |
| | | | | don't support MP4 Edit Lists. #778 | ||||
* | MacGui: enable some new warnings in Xcode 9. | Damiano Galassi | 2017-06-15 | 5 | -5/+23 |
| | |||||
* | MacGui: add a preferences option to configure the queue low disk space warning. | Damiano Galassi | 2017-06-15 | 3 | -46/+101 |
| | |||||
* | MacGui: fix a small leak. | Damiano Galassi | 2017-06-13 | 1 | -1/+2 |
| | |||||
* | MacGui: add none fallback. | Damiano Galassi | 2017-06-12 | 2 | -2/+5 |
| | |||||
* | MacGui: sort the keys of the exported json presets on 10.13 and later. | Damiano Galassi | 2017-06-12 | 1 | -1/+2 |
| | |||||
* | MacGui: call CVImageBufferCreateColorSpaceFromAttachments() to create the ↵ | Damiano Galassi | 2017-06-12 | 1 | -2/+79 |
| | | | | preview image color spaces on 10.11 and newer. | ||||
* | sharpen: Fix typos in tooltips. | Bradley Sepos | 2017-06-07 | 1 | -2/+2 |
| | |||||
* | sharpen: Use better tune names. | Bradley Sepos | 2017-06-03 | 1 | -1/+1 |
| | |||||
* | MacGui: fix deinterlace presets and sharpen tune undo support. | Damiano Galassi | 2017-06-02 | 1 | -3/+3 |
| | |||||
* | mac: Revise sharpen filters tooltops. | Bradley Sepos | 2017-06-01 | 1 | -3/+3 |
| | |||||
* | mac: Add support for sharpening filters. (#760) | Bradley Sepos | 2017-06-01 | 8 | -98/+607 |
| | | | Thanks @galad87 for assistance. | ||||
* | MacGui: use a newer api to get the disk free space. | Damiano Galassi | 2017-05-31 | 1 | -5/+22 |
| | |||||
* | MacGui: do not load an HBJob is there is no file URL. | Damiano Galassi | 2017-05-31 | 1 | -2/+2 |
| | |||||
* | MacGui: fix the "alert when done sound", it was checking the wrong key. | Damiano Galassi | 2017-04-22 | 2 | -29/+29 |
| | |||||
* | MacGui: do not use NSSecureCoding on 10.8, it crashes. | Damiano Galassi | 2017-04-21 | 1 | -1/+8 |
| | |||||
* | MacGui: do not load a job from disk if one or more job objects are missing. | Damiano Galassi | 2017-04-21 | 9 | -33/+53 |
| | |||||
* | MacGui: NSUUID is not available on 10.7, replace it with CFUUIDRef | Damiano Galassi | 2017-04-21 | 1 | -2/+9 |
| | |||||
* | MacGui: fix tests for the sandboxed schemes. | Damiano Galassi | 2017-04-14 | 4 | -8/+20 |
| | |||||
* | MacGui: fix auto mixdown. | Damiano Galassi | 2017-04-13 | 1 | -9/+1 |
| | |||||
* | MacGui: do not duplicate the subtitle source track each time the job is read ↵ | Damiano Galassi | 2017-03-17 | 1 | -1/+1 |
| | | | | again from disk. | ||||
* | MacGui: improve the job description in the queue. | Damiano Galassi | 2017-03-17 | 3 | -366/+377 |
| | |||||
* | MacGui: end the textfields editing before adding a job to queue or creating ↵ | Damiano Galassi | 2017-03-16 | 4 | -50/+89 |
| | | | | a preset, so all the current job settings will be saved. | ||||
* | MacGui: add a message in the panel to select the external app. | Damiano Galassi | 2017-03-15 | 1 | -0/+1 |
| | |||||
* | MacGui: remove two unused vars. | Damiano Galassi | 2017-03-15 | 1 | -8/+2 |
| | |||||
* | MacGui: fix a possible race condition with the multiprocess queue when ↵ | Damiano Galassi | 2017-03-15 | 1 | -2/+1 |
| | | | | editing a job. | ||||
* | subtitles: simplify and shorten subtitle descriptions (#591) | John Stebbins | 2017-03-10 | 2 | -26/+3 |
| | | | | | | | | | | | | | | | | | | * subtitles: simplify and shorten subtitle descriptions Generally, it eliminates parens to make things more readable. I.e. it turns this: English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB) Into this: English, Closed Caption [Wide Screen, VOBSUB] * Revise punctuation per BradleyS request * fix subtitle description formatting * incorporate suggestions from PR | ||||
* | MacGui: fix "add titles to queue" toolbar item size | Damiano Galassi | 2017-03-08 | 1 | -24/+24 |
| | |||||
* | MacGui: forgot an else block in the previous commit | Damiano Galassi | 2017-03-02 | 1 | -1/+4 |
| | |||||
* | MacGui: do not remove a job from the queue if the rescan to the main window ↵ | Damiano Galassi | 2017-03-02 | 4 | -43/+63 |
| | | | | fails. | ||||
* | MacGui: fix a typo. | Damiano Galassi | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | MacGui: set a sort descriptor by default in the titles selection table. | Damiano Galassi | 2017-02-24 | 1 | -0/+6 |
| | |||||
* | MacGui: preserve the output file name if auto naming is not enabled and the ↵ | Damiano Galassi | 2017-02-22 | 2 | -2/+13 |
| | | | | source is not a stream. Revert to the 0.10.x behaviour. | ||||
* | MacGui: allow to sort by title/name/duration in the title selections sheet. | Damiano Galassi | 2017-02-04 | 4 | -51/+68 |
| | |||||
* | MacGui: make it possible to create a new folder in the destination open panel. | Damiano Galassi | 2017-02-04 | 1 | -0/+1 |
| | |||||
* | MacGui: add a "Add titles to queue" toolbar button. | Damiano Galassi | 2017-02-04 | 1 | -15/+49 |
| | |||||
* | MacGui: set toolbar images dpi to 72, so Xcode doesn't go crazy and resize ↵ | Damiano Galassi | 2017-02-04 | 20 | -0/+0 |
| | | | | things randomly. | ||||
* | MacGui: improve management of security scoped resources. Fix external SRT in ↵ | Damiano Galassi | 2017-01-25 | 13 | -94/+219 |
| | | | | the sandboxed build. | ||||
* | MacGui: select the right title when editing a queue job, libhb avoids ↵ | Damiano Galassi | 2017-01-25 | 1 | -1/+17 |
| | | | | rescanning if the same file/folder is loaded. | ||||
* | MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵ | Damiano Galassi | 2017-01-20 | 23 | -138/+1233 |
| | | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled. | ||||
* | MacGui: reload the queue outline view action column when an encode is done ↵ | Damiano Galassi | 2017-01-19 | 1 | -1/+4 |
| | | | | (the one with the x or the show in finder icon) | ||||
* | disable fontconfig on macOS | Damiano Galassi | 2017-01-18 | 1 | -4/+12 |
| | |||||
* | MacGui: fix string encoding when converting chapters titles to NSString. | Damiano Galassi | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | MacGui: sleep prevention in HBCore should be on by default. | Damiano Galassi | 2017-01-09 | 1 | -0/+1 |
| | |||||
* | MacGui: prevent sleep at queue start, and reallow it at the end of the queue.. | Damiano Galassi | 2017-01-05 | 1 | -0/+9 |
| | |||||
* | MacGui: add an option to disable HBCore automatic sleep prevention behaviour. | Damiano Galassi | 2017-01-05 | 2 | -5/+51 |
| | |||||
* | MacGui: fix NSSecureCoding for the HBSubtitles class. | Damiano Galassi | 2017-01-04 | 2 | -1/+3 |
| |