summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* preset: Remove Windows Mobile presets.Bradley Sepos2019-10-092-860/+0
| | | | The platform is dead. Later Windows Mobile phones supporting 1080p video can still use the Fast 1080p30 preset. Older phones are too restricted in bit rate and thus are quite obsolete now.
* preset: Update vbv-bufsize for Gmail presets.Bradley Sepos2019-10-092-6/+6
| | | | Allows larger sub-second bit rate spikes for better reference frames. Any relatively modern device should support these values with ease.
* preset: Add Web presets for Discord and Discord Nitro.Bradley Sepos2019-10-092-0/+860
|
* Revert "crop/resize and vfr filters used only when needed"John Stebbins2019-10-061-13/+14
| | | | This reverts commit eb6b180a446dc1cabcf19eef42debca18ef429b8.
* MacGui: add Russian localization and update the others after the video view ↵Damiano Galassi2019-10-0636-188/+3843
| | | | changes.
* MacGui: rework the way the encoder options views are swapped.Damiano Galassi2019-10-062-396/+389
|
* MacGui: update localizations.Damiano Galassi2019-10-0626-87/+311
|
* scripts: Update to mac-toolchain-build 1.1.0.Bradley Sepos2019-10-051-10/+14
| | | | Minor fixes and improvements to progress output.
* WinGui: Update Translation Files.sr552019-10-057-49/+66
|
* WinGui: Make a number of UI compoents translatable. #2345sr552019-10-0511-30/+151
|
* Improve preview window sizing.Damiano Galassi2019-10-056-171/+168
|
* dvdread: add an absolute dvdcss path to use when hardened runtime is enabbled.Damiano Galassi2019-10-051-0/+26
|
* scripts: Update to mac-toolchain-build 1.0.0.Bradley Sepos2019-10-051-121/+473
| | | | Closes #2337.
* WinGui: Queue Stats cosmeticssr552019-10-042-17/+71
|
* make: Remove libtool version check in configure.py.Bradley Sepos2019-10-041-1/+1
| | | | Apple's libtool does not have a version check. All supported systems support current GNU libtool which is four years old, anyway.
* MacGui: reorganize Xcode project groups and fix file copyright headers.Damiano Galassi2019-10-0417-90/+78
|
* make: Revise configure.py tool and version probing.Bradley Sepos2019-10-041-62/+81
| | | | | | This improves the tool and version probe actions to more easily retrieve and parse tool version information in various formats, and adds minimum versions to common tools we require. Partially addresses #1130, additional library checks still needed.
* LinGui: remove ubuntu bionic nightly buildsJohn Stebbins2019-10-031-15/+0
| | | | It's version of meson is too old, so fails to build
* LinGui: missed dependency for ubuntu discoJohn Stebbins2019-10-031-1/+1
|
* LinGui: add meson build dependency to ubuntu PPA buildsJohn Stebbins2019-10-032-2/+2
|
* WinGui: Fix crash on Audio Defaults View. Fixes #2341sr552019-10-023-9/+2
|
* LinGui: fix debian src package build stampJohn Stebbins2019-10-022-1/+2
|
* LinGui: typoJohn Stebbins2019-10-021-1/+1
|
* LinGui: fix format of debian changelogJohn Stebbins2019-10-021-4/+6
|
* WinGui: Optional support for previewing flip/rotate. #2334sr552019-10-0114-79/+108
|
* crop/resize and vfr filters used only when neededmaximd332019-09-301-14/+13
|
* MacGui: simplify the preview image layout code.Damiano Galassi2019-09-261-35/+21
|
* MacGui: make the track name popover localizable.Damiano Galassi2019-09-262-5/+14
|
* MacGui: Xcode project upgrade check.Damiano Galassi2019-09-265-5/+5
|
* MacGui: add a popover to edit tracks names.Damiano Galassi2019-09-268-39/+254
|
* fix warnings when compiling with clang.Damiano Galassi2019-09-264-23/+15
|
* Update README.markdownScott2019-09-241-2/+1
|
* Update TRANSLATION.markdownScott2019-09-241-3/+2
|
* MacGui: fix defaults windows names.Damiano Galassi2019-09-242-19/+18
|
* MacGui: show localized mixdown names in summary.Damiano Galassi2019-09-241-5/+20
|
* scripts: Update Mac toolchain to CMake 3.15.3.Bradley Sepos2019-09-241-8/+8
|
* contrib: Fix configure warnings.Bradley Sepos2019-09-242-1/+5
| | | | Closes #2265.
* WinGui: Windows 8.1 has broken image scaling under certain conditions when ↵sr552019-09-231-1/+1
| | | | using certain optimised png files. Change the scaling mode to one that appears to work more reliabally.
* MacGui: fix HBAudioTrackPreset validation when the encoder is set to flac.Damiano Galassi2019-09-231-1/+1
|
* build: make: macosx: Make xcodebuild use number of jobs passed to make.Bradley Sepos2019-09-233-2/+11
| | | | | | Fixes #1648. Previously, it was always using the number of jobs in the makefile created by configure.py, either specified by --launch-jobs or the number of active CPU cores.
* make: Fix typo in xcodemake.Bradley Sepos2019-09-231-1/+1
| | | | Wrong slice index resulted in first / being stripped.
* make: Further unclobber Xcode PATH in xcodemake.Bradley Sepos2019-09-221-2/+24
| | | | Fixes #2216.
* WinGui: Fix a bug in the previous changelistsr552019-09-221-1/+1
|
* WinGui:sr552019-09-2227-324/+1063
| | | | | | - Add a non-static wrapper around HbFunctions.cs - Add a Wrapper Provider that for now, returns only a direct in-process wrapper instance for libhb HbFunctions calls. - Update all calls to use the new non-static wrapper provider / interface
* 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
|