summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: make: Add Apple Silicon tuple to configure.py.Bradley Sepos2020-08-011-1/+2
* build: make: Update to config.guess 2020-07-12.Bradley Sepos2020-08-011-7/+32
* WinGui: Update the UI to allow passthru of metadata to be disabled. This util...sr552020-07-3110-183/+164
* WinGui: Use newer language structure in OptionsViewModel to tidy it up a bit.sr552020-07-311-559/+94
* WinGui: Add Windows Serer 2019 to the approved list for Process isolation.sr552020-07-311-1/+11
* qsv: fix incorrect async depth values in GUI binaryagalin892020-07-294-16/+20
* qsv: fix of speed preset to be effective as MFX_TARGETUSAGE_7/MFX_TARGETUSAGE...agalin892020-07-281-1/+8
* qsv: holding frames context that associated with surface in the hb_bufferagalin892020-07-286-53/+34
* qsv: improved memory managementagalin892020-07-285-71/+37
* WinGui: Fix build attempt 2sr552020-07-251-5/+0
* WinGui: Fix Buildsr552020-07-242-9/+0
* WinGui: Add back lost functionality on the new queue design. There is now a ...sr552020-07-2410-42/+123
* WinGui: Adding a resource manager for hardware encoders. Since you can only ...sr552020-07-243-7/+144
* gtk: configure: Whitespace consistency.Bradley Sepos2020-07-221-47/+47
* gtk: configure: Do not attempt to link pthreadGC2 when pthread is not found.Bradley Sepos2020-07-221-2/+0
* gtk: configure: Use consistent white space.Bradley Sepos2020-07-221-68/+68
* make: Fix mingw pthread conditional in configure.py.Bradley Sepos2020-07-221-1/+1
* qsv: fixing linux buildDmitrichenko, Max2020-07-225-38/+49
* NVEnc: Allow bitrate to be variable for Average Bitrate Mode in HB. Fixes #3020sr552020-07-211-3/+3
* hb_json: make it easier for UI to zero out metadataJohn Stebbins2020-07-201-13/+35
* fix: adding TODOs for future refactoringArtem Galin2020-07-202-0/+4
* fix: unconditionally whether QSV is used or notArtem Galin2020-07-203-76/+104
* qsv: reimplemented context memory management and small fixesArtem Galin2020-07-209-118/+99
* qsv: move hw filters flag check into functionArtem Galin2020-07-208-19/+21
* qsv: remove globalsArtem Galin2020-07-2010-126/+151
* qsv: fix gui issue with when av_frame is nullArtem Galin2020-07-201-3/+11
* qsv: added HW offload of resize filterArtem Galin2020-07-209-321/+567
* WinGui: Fix an erroneous log message about low-power not being supported on o...sr552020-07-193-5/+4
* WinGui: Make QSV hardware detection APIs information available to the UI for ...sr552020-07-186-20/+104
* contrib: libjpeg-turbo: Add a patch for fixing building for arm64 windowsMartin Storsjö2020-07-141-0/+13
* LinGui: fix fastdecode tune error with x265John Stebbins2020-07-131-7/+11
* Added TrackNumber to SourceAudioTrack and SourceSubtitleTrack.David Rickard2020-07-112-4/+14
* qsv: more depth helps for better performanceDmitrichenko, Max2020-07-117-102/+29
* qsv: default usage is balancedDmitrichenko, Max2020-07-111-1/+1
* qsv: fix memory leak while closing sessionDmitrichenko, Max2020-07-115-10/+9
* Fix a typo in decavcodec.cMartin Storsjö2020-07-111-1/+1
* build(deps): bump actions/download-artifact from v1.0.0 to v2dependabot[bot]2020-07-071-1/+1
* build(deps): bump actions/cache from v1 to v2dependabot[bot]2020-07-071-1/+1
* MacGUi: fix build.Damiano Galassi2020-07-062-13/+7
* Create dependabot.ymlScott2020-07-061-0/+15
* [macOS] Initial support of Portuguese (Brazil) localeNomis1012020-07-0633-0/+3627
* WinGui: Don't perform the chapter duration validation if the imported file d...sr552020-07-051-11/+15
* macosx: hbsign: Refactor signing script.Bradley Sepos2020-07-041-63/+69
* WinGui: Disable simulatenous encode support on low end systems. Increase t...sr552020-07-036-10/+48
* Only dither audio when necessaryJohn Stebbins2020-07-015-8/+17
* WinGui: General Package Maintenancesr552020-06-309-349/+27
* WinGui: Presets UI overhaul.sr552020-06-3015-279/+917
* MacGui: sign all the xpc services.Damiano Galassi2020-06-291-0/+6
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ...Damiano Galassi2020-06-2746-134/+115
* libhb: fix a possible unitialized variable access.Damiano Galassi2020-06-271-1/+1