Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decavcodec: fix use after free | John Stebbins | 2018-11-07 | 1 | -1/+1 |
| | | | | | Symptom was a crash at the end of subtitle scan. Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38379 | ||||
* | decsrtsub: support timecodes that use '.' for fractions | John Stebbins | 2018-11-07 | 1 | -1/+7 |
| | | | | | The convention is to use ',' for fractions in SRT files. But opensubtitles.com is distributing files that use '.' | ||||
* | decsrtsub: fix crash when file can't be opened | John Stebbins | 2018-11-07 | 1 | -3/+7 |
| | |||||
* | decavcodec: packetize data before searching for extradata | John Stebbins | 2018-11-06 | 1 | -197/+158 |
| | | | | | | The necessary data for setting up extradata may be scattered across multiple input buffers. The buffers must be combined before extradata can be extracted. | ||||
* | stream: enable probing for all unrecognized stream types | John Stebbins | 2018-11-06 | 1 | -1/+1 |
| | | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=5&t=38200 | ||||
* | WinGui: Add shortcuts for All All to Queue and Add Selection. Display ↵ | sr55 | 2018-11-04 | 4 | -3/+20 |
| | | | | shortcuts on the Context Menu on the Add to Queue button. | ||||
* | WinGui: Allow the UI to silently attempt to auto-create folders when adding ↵ | sr55 | 2018-11-04 | 2 | -4/+12 |
| | | | | to the queue. Subsequent deletion of said folder will still prompt a queue failure as this is an abnormal situation that would be best reviewed by the user #1654 | ||||
* | WinGui: Better default directory for Import SRT. #1661 | sr55 | 2018-11-04 | 1 | -0/+9 |
| | |||||
* | WinGui: Fix incorrect error message. | sr55 | 2018-11-04 | 2 | -2/+2 |
| | |||||
* | WinGui: Update installer for 1.2 | sr55 | 2018-11-04 | 2 | -6/+6 |
| | |||||
* | MacGui: more safe kvo removal, use libhb function to get the quaility name, ↵ | Damiano Galassi | 2018-11-03 | 3 | -29/+36 |
| | | | | fix some buttons enable state in Video.xib. | ||||
* | MacGui: improve the auto naming to avoid updating the name when unrelated ↵ | Damiano Galassi | 2018-11-03 | 4 | -48/+220 |
| | | | | settings change. | ||||
* | WinGui: Limit the experimental features to the nightly builds. | sr55 | 2018-11-02 | 3 | -3/+12 |
| | |||||
* | MacGUI: Revise stop encoding dialog. | Bradley Sepos | 2018-11-02 | 1 | -7/+7 |
| | | | | Closes #1179. | ||||
* | MacGui: change the overwrite method to check only for ready and working ↵ | Damiano Galassi | 2018-11-02 | 1 | -1/+2 |
| | | | | jobs. For completed jobs we already check if there is an actual file on disk. | ||||
* | CLI: Add command line override for SubtitleBurnDVDSub | John Stebbins | 2018-10-31 | 1 | -1/+12 |
| | | | | | | | ... and SubtitleBurnBDSub. If these preset values were true, there was no way to encode without burning the first DVD or BD subtitle track using the CLI. | ||||
* | MacGui: move the advanced x264 panel to the 'Additional options' text field ↵ | Damiano Galassi | 2018-10-27 | 13 | -470/+236 |
| | | | | contextual menu. | ||||
* | MacGui: add an assert in HBQueueController to track down a rare crash. | Damiano Galassi | 2018-10-27 | 1 | -1/+3 |
| | |||||
* | LinGui: fix packaging with out-of-tree build directory | John Stebbins | 2018-10-23 | 2 | -28/+33 |
| | |||||
* | LinGui: Update auto-name template tooltip | John Stebbins | 2018-10-22 | 1 | -1/+2 |
| | |||||
* | LinGui: add {source_path} destination auto-name option | John Stebbins | 2018-10-22 | 1 | -21/+60 |
| | |||||
* | WinGui: Remove the preference to show the advanced tab. This can still be ↵ | sr55 | 2018-10-20 | 9 | -87/+31 |
| | | | | toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly. | ||||
* | MacGui: add a en.lproj folder to HandBrakeKit.framework. | Damiano Galassi | 2018-10-20 | 2 | -0/+5 |
| | |||||
* | MacGui: update German localization. | Damiano Galassi | 2018-10-20 | 21 | -434/+642 |
| | |||||
* | MacGui: load the HandBrakeKit framework localized strings from the framework ↵ | Damiano Galassi | 2018-10-20 | 14 | -140/+219 |
| | | | | bundle. | ||||
* | build: revert to the legacy Xcode build system until until we found a way to ↵ | Damiano Galassi | 2018-10-20 | 2 | -2/+3 |
| | | | | make it work when called from make. Remove fontconfig from the Xcode project. | ||||
* | LinGui: add Ubuntu 18.10 to snapshots | John Stebbins | 2018-10-19 | 3 | -0/+130 |
| | |||||
* | build: use a better workaround for the new Xcode build system. | Damiano Galassi | 2018-10-19 | 6 | -52/+110 |
| | |||||
* | WinGui: Rollback some styling change fixes to see if it fixes the odd ↵ | sr55 | 2018-10-19 | 4 | -4/+4 |
| | | | | behaviour some users are now seeing in the UI. | ||||
* | build: add a workaround to the Xcode project to make it work with the new ↵ | Damiano Galassi | 2018-10-18 | 2 | -6/+44 |
| | | | | Xcode build system | ||||
* | MacGui: fix a warning. | Damiano Galassi | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | MacGui: improve touch bar support, add touch bars to the add titles to queue ↵ | Damiano Galassi | 2018-10-16 | 6 | -5/+122 |
| | | | | and add preset sheets. | ||||
* | WinGui: Fix a number of style inheritance issues. | sr55 | 2018-10-15 | 12 | -41/+41 |
| | |||||
* | LinGui: fix queue "Reload" option | John Stebbins | 2018-10-15 | 1 | -0/+2 |
| | | | | | | The change of state of the queue job was not getting written to the queue file. So restarting HandBrake would result in the queue job being lost. | ||||
* | WinGui: Simplify the Language Resource Files. | sr55 | 2018-10-10 | 40 | -4732/+4539 |
| | |||||
* | MacGui: add touch bars in the preview window, improve touch bars in the main ↵ | Damiano Galassi | 2018-10-10 | 17 | -104/+736 |
| | | | | and queue windows. | ||||
* | Fixed a typo | Scott | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | WinGui: Fix a potential NPE | sr55 | 2018-10-08 | 1 | -1/+1 |
| | |||||
* | MacGui: add touch bars to main and queue windows. | Damiano Galassi | 2018-10-08 | 9 | -176/+517 |
| | |||||
* | MacGui: add a missing [super init] | Damiano Galassi | 2018-10-08 | 1 | -1/+5 |
| | |||||
* | WinGui: Consistency Tweak on the Audio/Subtitle behaviour buttons on the add ↵ | sr55 | 2018-10-06 | 1 | -2/+2 |
| | | | | preset screen. Fixes #1619 | ||||
* | WinGui: Fix Mixdown selection when the preset mixdown is not available for a ↵ | sr55 | 2018-10-06 | 1 | -4/+5 |
| | | | | given source. Fixes #1618 | ||||
* | WinGui: Fix an issue that might be causing the default sample rate to be ↵ | sr55 | 2018-10-03 | 2 | -2/+6 |
| | | | | selected instead of auto. #1618 | ||||
* | libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec ↵ | sr55 | 2018-10-01 | 1 | -1/+0 |
| | | | | option stereo_mode" message in the log. This option is changed in ffmpeg. | ||||
* | VCE: Remove unnecessary VCE logging. | sr55 | 2018-10-01 | 1 | -6/+0 |
| | |||||
* | VCE: Try to improve the reliability of the VCE hardware detection. | sr55 | 2018-09-29 | 1 | -3/+4 |
| | |||||
* | WinGui: Improving Accessibility of the new Queue (and fixed a few other ↵ | sr55 | 2018-09-28 | 13 | -99/+241 |
| | | | | issues around the UI in this area too) | ||||
* | WinGui: Minor bug fixes and tidyup in the queue. | sr55 | 2018-09-28 | 5 | -12/+11 |
| | |||||
* | WinGui: Register the Logger for libhb earlier so we can pickup VCE logging. | sr55 | 2018-09-28 | 1 | -0/+2 |
| | |||||
* | WinGui: Remove the Options dropdown from the Queue header. It's only ever ↵ | sr55 | 2018-09-27 | 2 | -4/+4 |
| | | | | had a small subset of the queue functions. The Right Click menu is far more functional. |