summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* LinGui: remove use of deprecated g_type_class_add_privateJohn Stebbins2019-06-192-192/+201
* build: Add --enable-hardening flag to enable stack protection and enhanced bu...Nomis1012019-06-195-1/+23
* Add Ubutnu Disco nightly buildsJohn Stebbins2019-06-193-0/+131
* Add a definition file for NetBSDRyo ONODERA2019-06-181-0/+19
* Fix build of libbluray under NetBSDRyo ONODERA2019-06-181-0/+13
* Add NetBSD conditional to avoid link errorsRyo ONODERA2019-06-181-0/+3
* Enable GTK user interface for NetBSDRyo ONODERA2019-06-181-0/+5
* Fix build of libhb under NetBSDRyo ONODERA2019-06-181-1/+1
* Fix build of ffmpeg under NetBSDRyo ONODERA2019-06-181-1/+1
* configure: More verbose selection of python interpreters.Ryo ONODERA2019-06-182-2/+2
* LinGui: add double-click edit to audio and subtitle listsJohn Stebbins2019-06-173-12/+42
* WinGui: Few minor features + Early access to a new "Dark" theme. It's not yet...sr552019-06-1613-39/+552
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of th...sr552019-06-1511-19/+21
* flatpak: revert last commitJohn Stebbins2019-06-131-1/+0
* flatpak: build with QSV support enabledJohn Stebbins2019-06-121-0/+1
* MacGui: fix build when deployment target is set to 10.14.Damiano Galassi2019-06-091-1/+1
* MacGui: make sure System Events is running, if not the permission alert will ...Damiano Galassi2019-06-091-4/+15
* MacGui: fix queue sleep and shutdown on 10.14 and under sandbox.Damiano Galassi2019-06-085-2/+79
* Remove Build Status LogoScott2019-06-081-1/+1
* Drop travis build supportScott2019-06-081-17/+0
* MacGui: write the queue to disk less often and add some validations when read...Damiano Galassi2019-06-0814-63/+104
* WinGui: Language consistency tweak in queue.sr552019-06-072-2/+2
* WinGui: Re-implement queue import/export functionality for the GUI. Note, thi...sr552019-06-076-224/+74
* MacGui: use HB_VCODEC_X264_MASK to check whether x264 is selected or not.Damiano Galassi2019-06-072-3/+3
* MacGui: don't show fast decode checkbox when the encoder is not x264, fixes #...Damiano Galassi2019-06-072-1/+11
* MacGui: localize the 'None' item in the fallback encoders popup.Damiano Galassi2019-06-073-36/+119
* MacGui: disable auto passthru fallback encoder options when fallback is set t...Damiano Galassi2019-06-071-3/+8
* MacGui: fix warnings.Damiano Galassi2019-06-074-6/+6
* WinGui: Add a "Test" button to the When Done Audio options. Also log the "Med...sr552019-06-066-3/+74
* WinGui: Add logging to the PrePostActionServicesr552019-06-061-4/+22
* WinGui: Don't show encoder options when Fallback = None and a passthru encod...sr552019-06-0612-49/+253
* Revert "WinGui: Switch to SDK style cproj files. Switch to PackageReferences...sr552019-06-0112-200/+1009
* WinGui: Fix a crash in the AudioViewModel when no Behaviour Tracks or fallbac...sr552019-06-011-1/+1
* WinGui: Switch to SDK style cproj files. Switch to PackageReferences for NuG...sr552019-06-0112-1009/+200
* CLI: Don't ignore PictureKeepRatio preset keyJohn Stebbins2019-05-311-1/+1
* decvcodec: fix building with QSV disabledJohn Stebbins2019-05-271-1/+1
* qsv: zero-copy re-implementationmaximd332019-05-268-70/+1111
* preset: Add Playstation 2160p60 Surround for PS4 Pro.edu2019-05-253-2/+243
* Update SECURITY.mdScott2019-05-251-1/+3
* Corrected typoScott2019-05-251-1/+1
* Create Security.MD for GitHub's new Security TabScott2019-05-251-0/+27
* WinGui: Add Preference to perform the When Done Action immediately without t...sr552019-05-227-27/+85
* WinGui: Fix Copyright headersr552019-05-221-1/+1
* qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW ge...maxd2019-05-176-9/+42
* WinGui: Better expose some of the UI actions in the Menus. Including shortcut...sr552019-05-151-1/+7
* WinGui: Add missing .ass extension to subtitle importsr552019-05-121-1/+1
* WinGui: Clean-up the preset archive code. New filename format for archive fi...sr552019-05-121-39/+24
* WinGui: Improvements for #2090sr552019-05-126-8/+58
* WinGui: Use hb_presets_read_file_json to read the UI presets file. This allow...sr552019-05-1113-142/+125
* WinGui: More Robust Queue Backup and Recovery.sr552019-05-112-3/+34