Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lang: fix dereference of "Unknown" lang code | John Stebbins | 2019-12-22 | 1 | -1/+1 |
| | | | | It was resolving to "Any" instead of "Unknown" | ||||
* | libbluray: fix a possible out of bounds read on macOS. | Damiano Galassi | 2019-12-22 | 1 | -0/+21 |
| | |||||
* | WinGui: Cleanup a bunch of Code Warnings + Fix missing ico resource. #2519 | sr55 | 2019-12-21 | 8 | -15/+25 |
| | |||||
* | Updated NEWS | sr55 | 2019-12-20 | 1 | -2/+1 |
| | |||||
* | WinGui: Fix Dimension ComboBox colour on Dark Theme for the Add Preset Window. | sr55 | 2019-12-20 | 1 | -1/+0 |
| | |||||
* | WinGui: Change the invalid path errors from an Exception Window to a ↵ | sr55 | 2019-12-20 | 1 | -1/+2 |
| | | | | standard Error Message Box. Fixes #2518 | ||||
* | MacGui: Xcode 11.3 project version check. | Damiano Galassi | 2019-12-20 | 6 | -6/+6 |
| | |||||
* | Add DVD crash fix to NEWS.markdown. | Bradley Sepos | 2019-12-19 | 1 | -0/+4 |
| | |||||
* | Update NEWS.markdown for 1.3.1 release. | Bradley Sepos | 2019-12-19 | 1 | -0/+59 |
| | |||||
* | Update ShowHelp() with option to name subtitles | dtparr | 2019-12-19 | 1 | -0/+2 |
| | | | Option was added in https://github.com/HandBrake/HandBrake/commit/a1b407bc341c493aa027d526faeb3404e085e8a0 but isn't mentioned in the help. A similar change has been proposed to docs. | ||||
* | dvdnav: check pgcn validity before starting a pgc walk. | Damiano Galassi | 2019-12-19 | 1 | -0/+6 |
| | |||||
* | WinGui: Fix a few issues with the build system post format changes. | sr55 | 2019-12-18 | 3 | -4/+9 |
| | |||||
* | WinGui: Remove the AppX project from the solution. It's not used. | sr55 | 2019-12-18 | 1 | -4/+0 |
| | |||||
* | WinGui: Update the cproj file to use the new Project SDK style format. | sr55 | 2019-12-18 | 3 | -843/+90 |
| | |||||
* | WinGui: Switch The WPF Project to .NET 4.8 | sr55 | 2019-12-18 | 2 | -2/+2 |
| | |||||
* | WinGui: Switch HandBrake.Interop over to .NET Standard 2.0 and Project Style ↵ | sr55 | 2019-12-18 | 7 | -448/+25 |
| | | | | SDK. | ||||
* | WinGui: Switch all projects to use PackageReferences. | sr55 | 2019-12-18 | 4 | -45/+22 |
| | |||||
* | WinGui: Bump version to 1.4 on master | sr55 | 2019-12-18 | 5 | -7/+7 |
| | |||||
* | nvenc: Further tidy up the is available check code. | sr55 | 2019-12-15 | 1 | -9/+3 |
| | |||||
* | nvenc: Disable API version check for latest API pack. Affects #2379 | sr55 | 2019-12-15 | 1 | -11/+5 |
| | |||||
* | qsv: fix logs, cleanup, remove warnings (#2419) | Artem | 2019-12-14 | 1 | -58/+44 |
| | | | | | | * qsv: fix logs, cleanup, remove warnings * fix: missed pix_fmts increment | ||||
* | WinGui: When using QuickSync and defaulting to VFR same as source on encoder ↵ | sr55 | 2019-12-14 | 1 | -4/+10 |
| | | | | | | change, make sure the UI is correctly updated and actually using VFR mode 0. Fixes #2475 Also fix an issue with the x264 tooltip code sometimes triggering the x264 API call before we've switched to x264 fully. | ||||
* | Actions: IRC Notify Pull Request event now provides URL | Scott | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Attempt to Improve the IRC Notifications | Scott | 2019-12-11 | 1 | -4/+6 |
| | |||||
* | WinGui: Expand the hack to make the window appear correctly when restoring ↵ | sr55 | 2019-12-10 | 1 | -1/+4 |
| | | | | from task tray. Fixes #2497 | ||||
* | LinGui: fix small memory leak in audio list display | John Stebbins | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | LinGui: fix display of chapter start time | John Stebbins | 2019-12-10 | 1 | -1/+1 |
| | | | | they were all showing 0:00 start time :( | ||||
* | x265: Fix pass 2 encode failure | Nomis101 | 2019-12-09 | 4 | -0/+76 |
| | | | | This fixes a 2-pass encoding failure which also does affect HandBrake, see https://bitbucket.org/multicoreware/x265/issues/524/2-pass-encoding-failure-with-32-15 | ||||
* | x265: Fix limit-tu bug in loading co-located CU's TU depth | Nomis101 | 2019-12-09 | 4 | -0/+104 |
| | |||||
* | WinGui: Limit iPod atom to H.264. Fixes #2490 | sr55 | 2019-12-09 | 6 | -4/+58 |
| | |||||
* | WinUI: Notify of display field changes for QueueStats (#2488) | Joshua Shaffer | 2019-12-07 | 1 | -4/+7 |
| | |||||
* | LinuxGUI: Update de, ko and ru locale | Nomis101 | 2019-12-03 | 3 | -250/+517 |
| | |||||
* | build: make: Reduce required pkg-config version to 0.29 in configure.py. | Bradley Sepos | 2019-11-29 | 1 | -1/+1 |
| | |||||
* | WinGui: Invoke QueueChanged after Import | Joshua Shaffer | 2019-11-28 | 1 | -0/+4 |
| | |||||
* | preset_template: change "und" to "any" in template | John Stebbins | 2019-11-27 | 1 | -1/+1 |
| | | | | | | This should have no effect on recent preset definitions since new presets should have all keys defined. But very old presets may be missing some keys and need to be filled in with the template defaults. | ||||
* | preset: fix import of Audio/SubTitle LanguageList "und" | John Stebbins | 2019-11-27 | 3 | -2/+44 |
| | | | | | | | | | | | "und" used to mean "match any" language. Now it means "match only undefined" language. Forgot to translate "und" to new "any" option on preset import which breaks presets that have a language list with "und" defined in it. Note that this *will* break anyones new presets where they explicitly wanted "undefined", but this is a much smaller population than those using "any". | ||||
* | WinGui: Fix a bug in the Add presets window where the Audio / Subtitle ↵ | sr55 | 2019-11-25 | 7 | -2/+38 |
| | | | | defaults would not set. Fixes #2457 | ||||
* | Update locales | Nomis101 | 2019-11-22 | 10 | -21/+54 |
| | |||||
* | Change all resx files to Windows line-break type | Nomis101 | 2019-11-22 | 14 | -18311/+18311 |
| | |||||
* | Correct 'Unreachable code' warnings | Nomis101 | 2019-11-21 | 3 | -14/+12 |
| | | | | Correct automated code inspection warnings 'Unreachable code' of jetbrains CLion. Partly fixes #2309 | ||||
* | MacGui: fix HBSubtitlesTrack unarchiver when the track is an external ssa file. | Damiano Galassi | 2019-11-20 | 1 | -1/+1 |
| | |||||
* | encx265: use locale agnostic level name | John Stebbins | 2019-11-18 | 2 | -2/+7 |
| | | | | | Attempting to specify a level resulted in an error for locales that don't use '.' as decimal separator | ||||
* | LinGui: fix gui internationalization support | John Stebbins | 2019-11-18 | 1 | -1/+1 |
| | | | | | | | | When converting from using intltool to gnu gettext, the definition of DATADIRNAME was lost and resulted in an incorrect base directory in the call to bindtextdomain. Fixes https://github.com/HandBrake/HandBrake/issues/2438 | ||||
* | Lost a bracket! | Scott | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Updating the Jetbrains URL | Scott | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | WinGui: Improve tooltup clarity. | sr55 | 2019-11-18 | 2 | -2/+4 |
| | |||||
* | WinGui: Add a new option to autoname that mimic's an unintended behaviour of ↵ | sr55 | 2019-11-17 | 9 | -63/+126 |
| | | | | 1.2 "Always use the default path for each new name generated" #2434 | ||||
* | Update notify.yml | Scott | 2019-11-16 | 1 | -6/+0 |
| | | | Remove debug code from notify script. | ||||
* | Update notify.yml | Scott | 2019-11-16 | 1 | -0/+6 |
| | | | Add Debugging to notify script. | ||||
* | WinGui: Fix Tooltip Style for Dark theme. Fixes #2423 | sr55 | 2019-11-16 | 1 | -0/+6 |
| |