summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Fix missing tooltip with x264 advanced options on Video Tab.sr552019-09-221-1/+1
|
* qsv: d3d11 enablingagalin892019-09-224-58/+562
|
* WinGui: Localisation Updates (de, ru) and adding Turkish Language.sr552019-09-216-16/+2532
|
* macgui: Update German localizationNomis1012019-09-209-30/+42
| | | | Some new strings, some fixes, some improvements.
* MacGui: update Italian localization.Damiano Galassi2019-09-206-36/+48
|
* make: Add ninja-build as a ninja alias in configure.py.Bradley Sepos2019-09-171-1/+1
|
* contrib: Disable libdav1d tools and tests.Bradley Sepos2019-09-171-1/+2
| | | | Unneeded and fixes build on Arch.
* macosx: Add libdav1d.a to Xcode build settings.Justin Bull2019-09-171-0/+6
|
* contrib: Use libdav1d for AV1 decoding in FFmpeg.Justin Bull2019-09-1710-5/+59
|
* scripts: Include meson and ninja in mac toolchain.Justin Bull2019-09-171-2/+27
|
* MacGui: remove an unused ivar.Damiano Galassi2019-09-171-7/+5
|
* MacGui: decrease the preview opacity when no title is loaded.Damiano Galassi2019-09-171-0/+2
|
* WinGui: When double clicking in the destination box, for the filename only, ↵sr552019-09-143-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 buildJohn Stebbins2019-09-136-30/+55
| | | | | Upgrade to gnome 3.34 Upgrade Intel Media SDK to 19.2.1
* LinGui: remove intltool tags in appdataJohn Stebbins2019-09-131-12/+12
|
* LinGui: remove "fuzzy" qualifier from po filesJohn Stebbins2019-09-1310-10/+0
|
* LinGui: switch to using autoreconf instead of autogen.shJohn Stebbins2019-09-132-160/+1
|
* LinGui: use gettext instead of intltoolJohn Stebbins2019-09-1315-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 creationJohn Stebbins2019-09-131-1/+1
| | | | The makefile variable name for the manifest output file was wrong
* MacGui: fix a few warnings when building in Xcode 11.Damiano Galassi2019-09-1313-73/+56
|
* Update translate_request.mdScott2019-09-121-1/+1
|
* Corrections to the Translation TemplateScott2019-09-121-9/+9
|
* Localization support for FPS PFR and FPS CFRNomis1012019-09-121-2/+2
|
* Rename translate_request to translate_request.mdScott2019-09-121-0/+0
|
* Adding a new option to the Issues TabScott2019-09-121-0/+25
| | | Allows users to register for the translation effort.
* Create TRANSLATION.markdownScott2019-09-121-0/+28
|
* libhb: make hb_buffer_t libhb privateJohn Stebbins2019-09-1215-17/+33
| | | | hb_buffer_t conflicts with a harfbuzz typedef by the same name
* libhb: avoid harfbuzz header barrier collisionsJohn Stebbins2019-09-1239-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 scriptJohn Stebbins2019-09-121-1/+1
| | | | | Script now puts the built-in preset header in the new header file location libhb/handbrake/
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-12162-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 #731sr552019-09-101-1/+2
|
* libhb: Restore null check in decvobsub.cBradley Sepos2019-09-101-1/+2
| | | | Got a bit too aggressive in bbc27a32048fe6631116e5c5e66d7eebca1b7070.
* libhb: Remove useless conditional in taskset.c.Bradley Sepos2019-09-101-2/+1
| | | | Closes #1754.
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-1097-98/+98
| | | | Rename hb.h to handbrake.h
* preset: change last ditch audio selection behaviorJohn Stebbins2019-09-101-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" entryJohn Stebbins2019-09-105-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 Sepos2019-09-102-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 Sepos2019-09-101-4/+1
| | | | #1754.
* libhb: Silence an uninitialized return variable warning.Bradley Sepos2019-09-091-1/+1
|
* make: Rearrange the configure.py ordering for GNUmakefile generation.Nomis1012019-09-091-4/+4
|
* contrib: Update to HarfBuzz 2.6.1 and convert to CMake.Bradley Sepos2019-09-091-15/+40
| | | | CoreText disabled on macOS; appears to be no longer actively supported upstream.
* Fix initialization of empty "" subtitle nameJohn Stebbins2019-09-091-0/+8
| | | | Empty subtitle name could result in double free
* hb_json: fix subtitle import crashJohn Stebbins2019-09-091-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 ↵sr552019-09-081-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 ↵sr552019-09-087-10/+24
| | | | encode #2298
* Logging: Changed wordingsr552019-09-081-2/+2
|
* Logging: Reset the time clock.sr552019-09-081-0/+1
|
* Logging Improvements "Change Job" -> "Work"sr552019-09-081-4/+7
| | | | Added Start and End Date/Time #2006
* Improve detail in logging of jobs. #2285sr552019-09-081-1/+12
|
* build: make: Fix df-verify where `make contrib.verify` is called directly.Bradley Sepos2019-09-081-1/+4
|