Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Fix missing tooltip with x264 advanced options on Video Tab. | sr55 | 2019-09-22 | 1 | -1/+1 |
| | |||||
* | qsv: d3d11 enabling | agalin89 | 2019-09-22 | 4 | -58/+562 |
| | |||||
* | WinGui: Localisation Updates (de, ru) and adding Turkish Language. | sr55 | 2019-09-21 | 6 | -16/+2532 |
| | |||||
* | macgui: Update German localization | Nomis101 | 2019-09-20 | 9 | -30/+42 |
| | | | | Some new strings, some fixes, some improvements. | ||||
* | MacGui: update Italian localization. | Damiano Galassi | 2019-09-20 | 6 | -36/+48 |
| | |||||
* | make: Add ninja-build as a ninja alias in configure.py. | Bradley Sepos | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | contrib: Disable libdav1d tools and tests. | Bradley Sepos | 2019-09-17 | 1 | -1/+2 |
| | | | | Unneeded and fixes build on Arch. | ||||
* | macosx: Add libdav1d.a to Xcode build settings. | Justin Bull | 2019-09-17 | 1 | -0/+6 |
| | |||||
* | contrib: Use libdav1d for AV1 decoding in FFmpeg. | Justin Bull | 2019-09-17 | 10 | -5/+59 |
| | |||||
* | scripts: Include meson and ninja in mac toolchain. | Justin Bull | 2019-09-17 | 1 | -2/+27 |
| | |||||
* | MacGui: remove an unused ivar. | Damiano Galassi | 2019-09-17 | 1 | -7/+5 |
| | |||||
* | MacGui: decrease the preview opacity when no title is loaded. | Damiano Galassi | 2019-09-17 | 1 | -0/+2 |
| | |||||
* | WinGui: When double clicking in the destination box, for the filename only, ↵ | sr55 | 2019-09-14 | 3 | -0/+73 |
| | | | | | | select the full filename, and not a single word of that filename. #2312 This is considered an experiment so may or may not stay. | ||||
* | LinGui: update flatpak build | John Stebbins | 2019-09-13 | 6 | -30/+55 |
| | | | | | Upgrade to gnome 3.34 Upgrade Intel Media SDK to 19.2.1 | ||||
* | LinGui: remove intltool tags in appdata | John Stebbins | 2019-09-13 | 1 | -12/+12 |
| | |||||
* | LinGui: remove "fuzzy" qualifier from po files | John Stebbins | 2019-09-13 | 10 | -10/+0 |
| | |||||
* | LinGui: switch to using autoreconf instead of autogen.sh | John Stebbins | 2019-09-13 | 2 | -160/+1 |
| | |||||
* | LinGui: use gettext instead of intltool | John Stebbins | 2019-09-13 | 15 | -16/+3918 |
| | | | | | gettext can do the whole translation parsing job now and intltool is deprecated. it is not available in flatpak's gnome sdk | ||||
* | flatpak: fix manifest file creation | John Stebbins | 2019-09-13 | 1 | -1/+1 |
| | | | | The makefile variable name for the manifest output file was wrong | ||||
* | MacGui: fix a few warnings when building in Xcode 11. | Damiano Galassi | 2019-09-13 | 13 | -73/+56 |
| | |||||
* | Update translate_request.md | Scott | 2019-09-12 | 1 | -1/+1 |
| | |||||
* | Corrections to the Translation Template | Scott | 2019-09-12 | 1 | -9/+9 |
| | |||||
* | Localization support for FPS PFR and FPS CFR | Nomis101 | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | Rename translate_request to translate_request.md | Scott | 2019-09-12 | 1 | -0/+0 |
| | |||||
* | Adding a new option to the Issues Tab | Scott | 2019-09-12 | 1 | -0/+25 |
| | | | Allows users to register for the translation effort. | ||||
* | Create TRANSLATION.markdown | Scott | 2019-09-12 | 1 | -0/+28 |
| | |||||
* | libhb: make hb_buffer_t libhb private | John Stebbins | 2019-09-12 | 15 | -17/+33 |
| | | | | hb_buffer_t conflicts with a harfbuzz typedef by the same name | ||||
* | libhb: avoid harfbuzz header barrier collisions | John Stebbins | 2019-09-12 | 39 | -109/+126 |
| | | | | | | harfbuz prefixes header barriers with HB_* which conflicts with some of handbrakes header barriers. So use prefix HANDBRAKE_* for all of our headers. | ||||
* | scripts: update builtin preset script | John Stebbins | 2019-09-12 | 1 | -1/+1 |
| | | | | | Script now puts the built-in preset header in the new header file location libhb/handbrake/ | ||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 162 | -318/+314 |
| | | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory | ||||
* | WinGui: Update Langauges for #2190 and #731 | sr55 | 2019-09-10 | 1 | -1/+2 |
| | |||||
* | libhb: Restore null check in decvobsub.c | Bradley Sepos | 2019-09-10 | 1 | -1/+2 |
| | | | | Got a bit too aggressive in bbc27a32048fe6631116e5c5e66d7eebca1b7070. | ||||
* | libhb: Remove useless conditional in taskset.c. | Bradley Sepos | 2019-09-10 | 1 | -2/+1 |
| | | | | Closes #1754. | ||||
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 97 | -98/+98 |
| | | | | Rename hb.h to handbrake.h | ||||
* | preset: change last ditch audio selection behavior | John Stebbins | 2019-09-10 | 1 | -4/+2 |
| | | | | | | | | Previously, it added "any" audio if the output track list was empty. Now only adds "any" audio if AudioLanguageList is empty. This allow e.g. "English or none" audio selections. If the user wants "English or any", they can specify [English, Any] in AudioLanguageList. | ||||
* | Create separate fake iso639 "any" entry | John Stebbins | 2019-09-10 | 5 | -58/+94 |
| | | | | | | | Allows us to distinguish a selection of "any" which means match any language from "und" which means the language is not known. Fixes https://github.com/HandBrake/HandBrake/issues/731 | ||||
* | make: Check for -Wno-format-truncation in configure.py and record to ↵ | Bradley Sepos | 2019-09-10 | 2 | -1/+13 |
| | | | | | | GNUmakefile. Makes clang shut up and can be used as a template to test whether the compiler supports other warnings. | ||||
* | libhb: Remove a useless pointer check from decvobsub.c. | Bradley Sepos | 2019-09-10 | 1 | -4/+1 |
| | | | | #1754. | ||||
* | libhb: Silence an uninitialized return variable warning. | Bradley Sepos | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | make: Rearrange the configure.py ordering for GNUmakefile generation. | Nomis101 | 2019-09-09 | 1 | -4/+4 |
| | |||||
* | contrib: Update to HarfBuzz 2.6.1 and convert to CMake. | Bradley Sepos | 2019-09-09 | 1 | -15/+40 |
| | | | | CoreText disabled on macOS; appears to be no longer actively supported upstream. | ||||
* | Fix initialization of empty "" subtitle name | John Stebbins | 2019-09-09 | 1 | -0/+8 |
| | | | | Empty subtitle name could result in double free | ||||
* | hb_json: fix subtitle import crash | John Stebbins | 2019-09-09 | 1 | -1/+1 |
| | | | | make sure pointers in hb_subtitle_config_t are initialized to NULL | ||||
* | WinGui: Fix a culture issues where nubmers were the status text is displayed ↵ | sr55 | 2019-09-08 | 1 | -3/+1 |
| | | | | with a point instead of a comman in some locales. | ||||
* | WinGui: Make a note of what the base preset was in the log when starting an ↵ | sr55 | 2019-09-08 | 7 | -10/+24 |
| | | | | encode #2298 | ||||
* | Logging: Changed wording | sr55 | 2019-09-08 | 1 | -2/+2 |
| | |||||
* | Logging: Reset the time clock. | sr55 | 2019-09-08 | 1 | -0/+1 |
| | |||||
* | Logging Improvements "Change Job" -> "Work" | sr55 | 2019-09-08 | 1 | -4/+7 |
| | | | | Added Start and End Date/Time #2006 | ||||
* | Improve detail in logging of jobs. #2285 | sr55 | 2019-09-08 | 1 | -1/+12 |
| | |||||
* | build: make: Fix df-verify where `make contrib.verify` is called directly. | Bradley Sepos | 2019-09-08 | 1 | -1/+4 |
| |