depackers: relicense gunzip depacker
ci: fix msys2 mingw package installation
ci: port tests from travis to github actions
Add codecov configuration
github/workflows: add code coverage
player: read row events only once per row
test-dev: update reference data for openmpt tests
test-dev: update reference data for storlek tests
test-dev: update reference mixing data
test: update digest after player fixes
player: fix s3m period limit
player: fix pan slide lag
player: fix pitch slide lag
player: fix volume slide lag
github/workflow: add emscripten test
github/workflows: add distribution package test
test-dev: update data generation script to use python3
Update lite Makefile.vc.in for consistency
Update lite Makefile.vc.in for consistency
Re-enable clang sanitizers
Merge branch 'master' into travis-windows-build
build: fix windows build tools path in travis.yml
build: add warnings to windows compiler flags
build: add experimental travis windows build
Don't change XM instrument in keyoff+instr event
Always use old instrument volume in xm
test-dev: add test for xm keyoff with instrument
test-dev: fix openmpt keyoff+instr reference data
Fix XM keyoff with instrument
github/workflow: add regression tests
github/workflow: only run on pull requests
github/workflow: rename artifacts to use git hash
github/workflow: create distribution packages
test-dev: add extra pre-scan timing and seek test
Fix tempo assignment in pre-scan loop
loaders: fix stm event command byte translation
loaders: increase number of instruments in STM header to 32
test-dev: add stm v1 loader test
Merge remote-tracking branch 'upstream/master' into patch-3
loaders: add comment about origin of STM v1 format
build: better handling of no depackers configuration flag
build: better handling of no depackers configuration flag
loaders,test-dev: address clang warnings
test-dev: add test for xm with 23 samples per instrument
loaders: fix loading xm instruments with more than 16 samples
Merge remote-tracking branch 'upstream/master' into configure-no-depackers
update travis-ci configuration
build: use configure flag to disable depackers
add bionic to travis build matrix
update travis-ci configuration
depackers/s404_dec.c: revise sanity checks to prevent oob reads.
Fix GDM loader to correctly handle empty notes
update config.guess and config.sub from git://git.sv.gnu.org/config.git
add -DHAVE_ROUND to lite version of Android.mk, too.
possibly better way of fixing the round() issue
updates to make it possible building a proper static win32 lib (c.f.: PR #126)
updated autofoo shell scripts
Update changelog
Remove sequence change workaround for old libxmp
Add sanity check to tempo factor setting
Reset buffer state on player start
Update version number
Add API call to modify the tempo multiplicator
Add xmp_set_tempo_factor to exported symbol map
Merge branch 'xmp_set_row' of https://github.com/NoSuck/libxmp into NoSuck-xmp_set_row
Merge branch 'NoSuck-xmp_set_row'
Prevent Clobbering of Muted Channels' Volumes
Fix sanity check in Digital Symphony loader
Better Commenting
Set distribution in travis file
guard replacement localtime_r() with LIBXMP_CORE_PLAYER
Update changelog
Update travis configuration
Fix memory access issues playing smix samples
[doc] Fix smix documentation
T00 Now Repeats Previous Slide (IT)
Bug Fix for Mute Status on Player Creation
Fix handling of ADPCM-encoded XM samples
Update date in copyright notice
Fix handling of XM 16-bit samples with odd size
Update changelog
Update legacy icons
Update large notification icon
Update target SDK version
Use adaptive icons
Update build files
Handle notification channels in Oreo
Fix NDK build
Add sanity check in MED4 loader
Temporarily disable travis memory sanitizer build
Use clang 3.8 in travis build
Update notes
Use block reading in IT new instrument loader
Use block reading in IT envelope data loader
Use block reading in IT sample loader and fix invalid effect parse
Update changelog
Use block reading in S3M instrument header loader
Use block reading in IT old instrument loader
Use block reading in S3M file header loader
fix amiga terminal behavior (set stdin to raw mode)