summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Update the UI for the new deblock filter. #2028sr552019-05-0212-39/+166
* MacGui: update UI for the new deblock filter.Damiano Galassi2019-05-027-78/+357
* deblock: replace pp7 with avfilter vf_deblockJohn Stebbins2019-05-0218-849/+809
* MacGui: fixes some runtime warnings.Damiano Galassi2019-05-024-7/+7
* MacGui: update Italian localization.Damiano Galassi2019-05-024-8/+11
* MacGui: fixes encoder tune 'none' localized item.Damiano Galassi2019-05-024-14/+99
* Add libnuma-dev to Travis CIScott2019-04-271-1/+1
* WinGui: Minor refactoring of the AutoNameHelper class to improve code readabi...sr552019-04-251-131/+130
* WinGui: Fix Autoname directory selectionsr552019-04-251-5/+3
* WinGui: Refactor Filters View Model - (Grayscale)sr552019-04-254-38/+99
* WinGui: Refactor Filters View Model - (Rotate and Flip)sr552019-04-254-60/+122
* WinGui: Refactor Filters View Model - (Deblock)sr552019-04-254-105/+103
* WinGui: Refactor Filters View Model - (Deinterlace and Detection Filters)sr552019-04-255-235/+264
* WinGui: Tidyup the new DetelecineFilter classsr552019-04-251-22/+4
* WinGui: Refactor Filters View Model - (Detelecine Filter)sr552019-04-254-78/+155
* WinGui: Refactor Filters View Model - (Denoise Filter)sr552019-04-255-154/+206
* WinGui: Refactor the Filters View Model. Each filter will now have it's own ...sr552019-04-255-130/+233
* WinGui: Updating German and Chinese Translations. Added French Translation.sr552019-04-238-60/+2648
* WinGui: Fix a preset import ordering bug that could produce an incorrect audi...sr552019-04-221-2/+2
* WinGui: Update new default settings for collision behaviour.sr552019-04-211-1/+1
* WinGui: Auto-name System will now always generate a unique filename. The Pref...sr552019-04-2110-62/+244
* WinGui: Fix Typosr552019-04-212-2/+2
* WinGui: Improvements to Options layout. "General" tab has been split. "When ...sr552019-04-205-46/+107
* WinGui: New option to control the file overwrite default behaviour. Overwrite...sr552019-04-2018-92/+238
* rendersub: fix crash while rendering subtitlesJohn Stebbins2019-04-201-11/+10
* WinGui: Remove legacy delete.png icon and replace with grey X variant. Better...sr552019-04-198-6/+8
* WinGui: Make the Queue Delete button more reliable. Doesn't need a double cli...sr552019-04-192-12/+18
* WinGui: Another code path without error handling enabled for add to queue fixed.sr552019-04-191-1/+1
* WinGui: Various fixes and improvements to validation handling and options in...sr552019-04-1910-88/+107
* configure: add fixed option name to ToolProbeJohn Stebbins2019-04-171-32/+34
* build: fix libdvdread on mingw when dlfcn is presentJohn Stebbins2019-04-171-1/+1
* WinGui: Fix Language ordering for Audio and Subtitle tabs. Fixes #2050sr552019-04-172-7/+15
* WinGui: Don't export Rotate is not set in preset export. Fixes #2047sr552019-04-171-1/+6
* MacGui: remove unnecessary USE_X265 definitionJohn Stebbins2019-04-171-5/+0
* cli: remove unused compiler definesJohn Stebbins2019-04-171-12/+0
* av_aac: use HB_PROJECT_FEATURE_FFMPEG_AAC instead of USE_FFMPEG_AACJohn Stebbins2019-04-172-4/+1
* vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCEJohn Stebbins2019-04-174-13/+10
* nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENCJohn Stebbins2019-04-174-11/+7
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-1725-75/+114
* encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265John Stebbins2019-04-178-26/+26
* configure: export FEATURE.* vars to project.hJohn Stebbins2019-04-172-32/+46
* configure: fix osx buildJohn Stebbins2019-04-171-2/+1
* LinGui: fix additional mingw gtk UI build issuesJohn Stebbins2019-04-176-9/+16
* gtk: Fix cross compile issue with regexmwayne2019-04-171-22/+2
* compat: fix compiler warning in strerror_rJohn Stebbins2019-04-171-0/+1
* make: finish correcting host/build semanticsJohn Stebbins2019-04-1738-145/+145
* WinGui: Fix previews after hb_image_s change. Fixes #2044sr552019-04-162-0/+2
* WinGui: Reset IsPresetModified when Updating a preset. Fixes #2042sr552019-04-161-0/+1
* configure: Add comments to make lib checks more readableJohn Stebbins2019-04-161-18/+29
* configure: make separate LDTest and PkgConfigTest functionsJohn Stebbins2019-04-161-76/+74