summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure: fix commentsJohn Stebbins2019-04-151-14/+6
* configure: fix typoJohn Stebbins2019-04-151-1/+1
* configure: move sanitation of options togetherJohn Stebbins2019-04-151-10/+19
* configure: make sure numa is only enabled on linuxJohn Stebbins2019-04-151-2/+3
* configure: move init of HostTuple after parsing crossJohn Stebbins2019-04-151-8/+9
* configure: use stricter 'is not None'John Stebbins2019-04-151-2/+2
* configure: initialize host_tuple with crossJohn Stebbins2019-04-151-11/+14
* configure: Fix host vs build specsJohn Stebbins2019-04-151-95/+123
* configure: add PkgConfigProbe and ChkLib actionsJohn Stebbins2019-04-151-0/+102
* configure: add option to enable/disable libnumaJohn Stebbins2019-04-157-2/+32
* vfr: improve duplicate frame drop detectionJohn Stebbins2019-04-141-19/+47
* work: fix pix_fmt init input to filter pipelineJohn Stebbins2019-04-141-1/+5
* make: Tweak configure summary language for consistency.Bradley Sepos2019-04-131-19/+14
* make: Fix non-fatal contrib download error.Bradley Sepos2019-04-131-1/+1
* contrib: Update to FFmpeg 4.1.3.Bradley Sepos2019-04-131-3/+3
* make: Tweak configure.py output language.Bradley Sepos2019-04-131-3/+3
* make: Reflect FFmpeg AAC required on some platforms in help.Bradley Sepos2019-04-131-2/+6
* make: Fix initialization of minver in configure.py.Bradley Sepos2019-04-131-2/+2
* make: Remove SelectTool class from configure.py.Bradley Sepos2019-04-131-75/+0
* make: Remove last optparse import in configure.py.Bradley Sepos2019-04-131-1/+0
* make: Fix configure --minver argument showing for cross.Bradley Sepos2019-04-131-3/+2
* make: Rerun cross tools probe before creating CLI help.Bradley Sepos2019-04-131-6/+6
* make: Improve handling of cross argument in configure.py.Bradley Sepos2019-04-131-3/+4
* make: Fix configure.py conf args for reconfigure.Bradley Sepos2019-04-131-29/+6
* make: Tidy up configure help.Bradley Sepos2019-04-131-3/+3
* make: Fix configure and Xcode where cross compiling.Bradley Sepos2019-04-131-12/+13
* configure: fix argparse callbacksJohn Stebbins2019-04-131-18/+35
* configure: fix parsing debug and optimize optionsJohn Stebbins2019-04-131-2/+2
* make: Further improvements to feature enable/disable in configure.py.Bradley Sepos2019-04-134-125/+141
* LinGui: remove deleted file from translation listJohn Stebbins2019-04-121-1/+0
* make: Require FFmpeg AAC on Linux and Windows.Bradley Sepos2019-04-121-2/+3
* WinGui: Set the Countdown Alert to top most. #2032sr552019-04-111-1/+1
* ports: increase HB_LOW_PRIORITY on macOS to avoid threads being stalled on mo...Damiano Galassi2019-04-091-1/+1
* ports: set pthreads name on macOS.Damiano Galassi2019-04-091-0/+4
* WinGui: Fix Race Condition crash when cancelling scan.sr552019-04-081-0/+1
* WinGui: Improve the failed scan information window. #2025sr552019-04-084-7/+7