summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2020-04-25Add the fallback to the internal libShout to cmake as wellDaniel Schürmann
This fixes lp1833225 also for cmake builds
2020-04-06update hidapi to 0.9.0Be
The original maintainer of hidapi (signal11) stopped responding to communication for a long time, so hidapi has been forked. It is now hosted by libusb at https://github.com/libusb/hidapi 0.9.0 is the first stable release since the fork.
2020-03-19SCons: Update lib/benchmark sourcesUwe Klotz
2020-03-19Update google/benchmark libraryUwe Klotz
2020-01-15C++17: Delete obsolete 'register' storage class specifiersUwe Klotz
2020-01-13Add missing include path to Scons build of googlemockUwe Klotz
2020-01-13Strip down Scons build of googletest and googlemockUwe Klotz
2020-01-12Align SConscript files for gtest/gmockUwe Klotz
2020-01-12Upgrade googletest from 1.7.0 to 1.8.x (2019-01-30)Uwe Klotz
2019-12-17Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
# Conflicts: # build/depends.py # build/features.py
2019-11-13Add rigtorp/SPSCQueueUwe Klotz
2019-10-03Update mp3guessenc tags.cEvan Dekker
2019-10-03Fix mp3guessenc for Windows buildsEvan Dekker
2019-09-30Remove DS_Store filesEvan Dekker
2019-09-30Add mp3guessenc libEvan Dekker
2019-09-26Fix depends.py conflictEvan Dekker
2019-08-18fix typoDaniel Schürmann
2019-08-15Added patch for ssl 1.1 compatibilityDaniel Schürmann
2019-08-15Added ths static libshout config to sconsDaniel Schürmann
2019-08-15added missing external files from the Ubuntu source packageDaniel Schürmann
2019-08-15Added libshout v2.4.1Daniel Schürmann
2019-06-09shift chroma one bin, to have always three bins per noteDaniel Schürmann
2019-06-07Update qm-dsp from ↵Daniel Schürmann
https://github.com/c4dm/qm-dsp/commit/9b18a2294638e2a28c8b97ca04d870422a8da4ef
2019-06-03Apply mixxx-changes.patchDaniel Schürmann
2019-06-03Update qm-dsp to current master ↵Daniel Schürmann
https://github.com/c4dm/qm-dsp/commit/4c406d9990bc42e5e298dc28eb8b897095275683
2019-05-24Rekordbox library feature that reads tracks, playlists and folders from ↵Evan Dekker
removable devices
2019-05-24Rekordbox library feature that reads tracks, playlists and folders from ↵Evan Dekker
removable devices
2019-05-15Fix typosDaniel Schürmann
2019-05-15Updated patch against UpstreamDaniel Schürmann
2019-05-14Add commented debug output of fractional keys.Daniel Schürmann
2019-05-14Disable suspicious code splitting the reference hanning windowDaniel Schürmann
After this change, the refence sine waves of a full half note are centered on the desired bin. This was not the case before.
2019-05-14Use double precision to generate the reference waveform hanning windowDaniel Schürmann
2019-05-13Extend the number of Q bins always to a full octaveDaniel Schürmann
2019-05-12Use double precision for FS (sample rate)Daniel Schürmann
This fixes a rounding error when using source sample rates not divisible by 8
2019-05-12Remove compiler warningsDaniel Schürmann
2019-05-12Improve commentsDaniel Schürmann
2019-05-11Updated upstream patchDaniel Schürmann
2019-05-11Fix key rounding code, returning max + 1.Daniel Schürmann
Originally the chords and the chroma data have 3 bins per key and center at 1. This means the first correlation matches at 0. To compensate this the chroma data is shifted on step more. This way we have C wihout wrap around at 0, 1 and 2 and can use integer math to get the final key value. This was tested with a B minor chord and a 440 Hz (A) and 523,25 Hz (C) sinus.
2019-05-03Delete code that checks for Qt version 4.xUwe Klotz
2019-01-04Delete obsolete build scriptUwe Klotz
2018-12-30Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-26Update bundled SoundTouch from 2.1.0 to 2.1.1Uwe Klotz
2018-12-26Delete strayed .tar.bz2 archive that does not belong to the repoUwe Klotz
2018-11-20Translation changed from Windows XP-> Windows 7Pradyuman
2018-11-16Translation changed from Windows XP-> Windows 7Pradyuman
2018-10-26Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-10-24Build library objects in the SConscript variant_dir.RJ Skerry-Ryan
SCons has a feature that lets you declare a repository-root absolute path to a file (e.g. "#lib/soundtouch/..."). Using this feature prevents SCons from automatically re-directing built artifacts to a variant_dir. To work around this, this commit moves src/SConscript and src/SConscript.env to the root, and changes all paths in SConscripts to use SConscript-relative paths. This commit also switches to building an explicit static library for vamp-hostdk, vamp-sdk, and soundtouch when internal linking is enabled and the VAMP plugin now uses the system soundtouch if it is present. Fixes Bug #1191327 and Bug #1617802.
2018-10-15Merge branch 'master' into remove-vampRJ Skerry-Ryan
2018-09-29Merge branch '2.2'RJ Skerry-Ryan