Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | WinGui: Queue -> Retry Failed context menu option. Bring over some ↵ | sr55 | 2018-09-27 | 5 | -22/+58 |
| | | | | improvements from the experimental design onto the legacy queue design that's still default. | ||||
* | WinGui: Some layout improvement on the experimental queue. | sr55 | 2018-09-27 | 2 | -26/+32 |
| | |||||
* | presets: Bump presets major version. | Bradley Sepos | 2018-09-26 | 2 | -2/+2 |
| | |||||
* | presets: Minor revision to Amazon Fire descriptions. | Bradley Sepos | 2018-09-26 | 2 | -6/+6 |
| | |||||
* | presets: Update descriptions for Apple devices. | Bradley Sepos | 2018-09-26 | 2 | -10/+10 |
| | | | | | | | | Adds the recently released iPhone XR, XS, XS Max to the Apple 2160p60 4K HEVC Surround preset. Revises other product listings with most recent information. Moves iPad 1st Generation and iPad 2 to the Apple 720p30 Surround preset. The old iPad preset was 720p30, display resolution is higher than 540p, and storage space is not a huge concern. | ||||
* | presets: Add iPad 1st Gen to Apple 540p30 Surround description. | Bradley Sepos | 2018-09-26 | 2 | -2/+2 |
| | | | | Seems this went missing at some point. | ||||
* | presets: Make all 2-channel mixdowns stereo instead of DPL2. | Bradley Sepos | 2018-09-26 | 2 | -146/+146 |
| | | | | https://github.com/HandBrake/HandBrake/issues/1162#issuecomment-418253455 | ||||
* | presets: Explicitly disable Align A/V Start where not set. | Bradley Sepos | 2018-09-26 | 2 | -0/+86 |
| | |||||
* | presets: Disable unused Align A/V Start for Roku 2160p (MKV). | Bradley Sepos | 2018-09-26 | 2 | -2/+2 |
| | |||||
* | presets: Add Amazon Fire 720p preset. | Bradley Sepos | 2018-09-26 | 2 | -0/+205 |
| | |||||
* | presets: Rename Fire TV to Amazon Fire and update compatibility info. | Bradley Sepos | 2018-09-26 | 2 | -8/+8 |
| | |||||
* | presets: Remove Legacy 0.10.x presets. | Bradley Sepos | 2018-09-26 | 2 | -1490/+0 |
| | | | | | | These have been deprecated for two full release cycles. Newer and more compatible presets exist for every scenario, and as always, users can create their own in the event the official presets do not fit their needs. See https://github.com/HandBrake/HandBrake-docs/blob/efb51cc2cd7d0c30fa5e9ee88366233ca34757a4/source/docs/en/latest/technical/official-presets.markdown#legacy-010x-presets for a list of compatible replacements. | ||||
* | WinGui: Trigger a status tab update when a job finishes. | sr55 | 2018-09-26 | 1 | -0/+2 |
| | |||||
* | VCE: Add positive logging. | sr55 | 2018-09-25 | 1 | -0/+4 |
| | |||||
* | VCE: Add temp logging to vce_common.c to give a hint as to why some users ↵ | sr55 | 2018-09-24 | 1 | -0/+6 |
| | | | | can't use VCE. | ||||
* | WinGui: When Deleting a job, select the nearest or first item in the list to ↵ | sr55 | 2018-09-24 | 1 | -0/+10 |
| | | | | allow faster keyboard operations to manage the queue. | ||||
* | WinGui: Handle no log files better in the new experimental queue layout. | sr55 | 2018-09-24 | 1 | -0/+4 |
| |