summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* decavcodec: fix use after freeJohn Stebbins2018-11-071-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 fractionsJohn Stebbins2018-11-071-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 openedJohn Stebbins2018-11-071-3/+7
|
* decavcodec: packetize data before searching for extradataJohn Stebbins2018-11-061-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 typesJohn Stebbins2018-11-061-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 ↵sr552018-11-044-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 ↵sr552018-11-042-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. #1661sr552018-11-041-0/+9
|
* WinGui: Fix incorrect error message.sr552018-11-042-2/+2
|
* WinGui: Update installer for 1.2sr552018-11-042-6/+6
|
* MacGui: more safe kvo removal, use libhb function to get the quaility name, ↵Damiano Galassi2018-11-033-29/+36
| | | | fix some buttons enable state in Video.xib.
* MacGui: improve the auto naming to avoid updating the name when unrelated ↵Damiano Galassi2018-11-034-48/+220
| | | | settings change.
* WinGui: Limit the experimental features to the nightly builds.sr552018-11-023-3/+12
|
* MacGUI: Revise stop encoding dialog.Bradley Sepos2018-11-021-7/+7
| | | | Closes #1179.
* MacGui: change the overwrite method to check only for ready and working ↵Damiano Galassi2018-11-021-1/+2
| | | | jobs. For completed jobs we already check if there is an actual file on disk.
* CLI: Add command line override for SubtitleBurnDVDSubJohn Stebbins2018-10-311-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 Galassi2018-10-2713-470/+236
| | | | contextual menu.
* MacGui: add an assert in HBQueueController to track down a rare crash.Damiano Galassi2018-10-271-1/+3
|
* LinGui: fix packaging with out-of-tree build directoryJohn Stebbins2018-10-232-28/+33
|
* LinGui: Update auto-name template tooltipJohn Stebbins2018-10-221-1/+2
|
* LinGui: add {source_path} destination auto-name optionJohn Stebbins2018-10-221-21/+60
|
* WinGui: Remove the preference to show the advanced tab. This can still be ↵sr552018-10-209-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 Galassi2018-10-202-0/+5
|
* MacGui: update German localization.Damiano Galassi2018-10-2021-434/+642
|
* MacGui: load the HandBrakeKit framework localized strings from the framework ↵Damiano Galassi2018-10-2014-140/+219
| | | | bundle.
* build: revert to the legacy Xcode build system until until we found a way to ↵Damiano Galassi2018-10-202-2/+3
| | | | make it work when called from make. Remove fontconfig from the Xcode project.
* LinGui: add Ubuntu 18.10 to snapshotsJohn Stebbins2018-10-193-0/+130
|
* build: use a better workaround for the new Xcode build system.Damiano Galassi2018-10-196-52/+110
|
* WinGui: Rollback some styling change fixes to see if it fixes the odd ↵sr552018-10-194-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 Galassi2018-10-182-6/+44
| | | | Xcode build system
* MacGui: fix a warning.Damiano Galassi2018-10-181-1/+1
|
* MacGui: improve touch bar support, add touch bars to the add titles to queue ↵Damiano Galassi2018-10-166-5/+122
| | | | and add preset sheets.
* WinGui: Fix a number of style inheritance issues.sr552018-10-1512-41/+41
|
* LinGui: fix queue "Reload" optionJohn Stebbins2018-10-151-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.sr552018-10-1040-4732/+4539
|
* MacGui: add touch bars in the preview window, improve touch bars in the main ↵Damiano Galassi2018-10-1017-104/+736
| | | | and queue windows.
* Fixed a typoScott2018-10-081-1/+1
|
* WinGui: Fix a potential NPEsr552018-10-081-1/+1
|
* MacGui: add touch bars to main and queue windows.Damiano Galassi2018-10-089-176/+517
|
* MacGui: add a missing [super init]Damiano Galassi2018-10-081-1/+5
|
* WinGui: Consistency Tweak on the Audio/Subtitle behaviour buttons on the add ↵sr552018-10-061-2/+2
| | | | preset screen. Fixes #1619
* WinGui: Fix Mixdown selection when the preset mixdown is not available for a ↵sr552018-10-061-4/+5
| | | | given source. Fixes #1618
* WinGui: Fix an issue that might be causing the default sample rate to be ↵sr552018-10-032-2/+6
| | | | selected instead of auto. #1618
* libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec ↵sr552018-10-011-1/+0
| | | | option stereo_mode" message in the log. This option is changed in ffmpeg.
* VCE: Remove unnecessary VCE logging.sr552018-10-011-6/+0
|
* VCE: Try to improve the reliability of the VCE hardware detection.sr552018-09-291-3/+4
|
* WinGui: Improving Accessibility of the new Queue (and fixed a few other ↵sr552018-09-2813-99/+241
| | | | issues around the UI in this area too)
* WinGui: Minor bug fixes and tidyup in the queue.sr552018-09-285-12/+11
|
* WinGui: Register the Logger for libhb earlier so we can pickup VCE logging.sr552018-09-281-0/+2
|
* WinGui: Remove the Options dropdown from the Queue header. It's only ever ↵sr552018-09-272-4/+4
| | | | had a small subset of the queue functions. The Right Click menu is far more functional.