summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mikmod
AgeCommit message (Expand)AuthorFilesLines
2021-08-05mikmod: Uninitialized variable used in a control flow decisionSolomon Peachy1-1/+3
2020-09-30Add 192 and 176KHz to mikmod and test_sampr pluginsSolomon Peachy1-0/+2
2020-08-25mikmod: Fix emulated fseek()Solomon Peachy1-1/+1
2020-08-11mikmod: Upgrade mikmod core from v3.2.0 to v3.3.11Solomon Peachy41-2851/+5081
2020-05-18mikmod: Use -Wno-stringop-truncation with GCC >=8Solomon Peachy1-0/+5
2019-08-08Fix mikmod plugin build on armv4 targets (broke in 5b23c9e)Solomon Peachy1-1/+1
2019-08-08Introduce HW_SAMPR_MIN_GE_22 macroSolomon Peachy1-1/+22
2019-08-07Mikmod plugin improvementsSolomon Peachy2-33/+32
2017-02-04Fix dangerous castsAmaury Pouly1-1/+1
2014-12-22mikmod plugin: Remove bogus doubled return statementThomas Jarosch1-1/+0
2014-12-20Prevent theoretical out-of-bounds access in STM_Load()Thomas Jarosch1-0/+2
2013-01-24Deprecate the EXTRA_LIBS variable.Björn Stenberg1-1/+1
2012-04-14mikmod plugin: make functions static when possibleBertrik Sikken23-107/+107
2012-03-28tlsf: move to /lib (it's also used by plugins).Thomas Martitz1-1/+1
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz1-1/+1
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-5/+5
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon1-2/+2
2011-09-04mikmod: enable compiler optimizations for coldfire, they were disabled to wor...Nils Wallménius1-6/+1
2011-09-03Remove several 'set but not used' GCC 4.6.1 warnings from MikMod.Andree Buschmann4-11/+9
2011-09-03Fix yellow and red.Andree Buschmann1-0/+8
2011-09-03FS#12259: Remove '-w' compiler option for MikMod. Resolve all yet unreported ...Andree Buschmann27-58/+239
2011-09-03Fix compiler warnings in mikmod. Initialize 'status' and 'incnt'.Andree Buschmann1-1/+4
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-1/+1
2011-08-03Cleanup tree.c cache handling a bit.Thomas Martitz1-1/+1
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2010-12-12Add MikMod plugin, ported by Jason Yu, with some minor work by Craig Mann and...Frank Gevaerts43-0/+22295