summaryrefslogtreecommitdiff
path: root/vgmplay.c
AgeCommit message (Expand)Author
2015-11-01Wrote a buggy tool for splitting VGM files by channelMichael Pavone
2015-07-26Finish OS X support in build_release script. Fix a name conflict in vgmplay o...Michael Pavone
2015-07-26Pre-release cleanupMichael Pavone
2015-07-26Fix missing includes of util.hMichael Pavone
2015-07-25Use a new fatal_error function instead of calling fprintf and exit for fatal ...Michael Pavone
2015-05-20Upgrade to SDL 2.0 and drop support for the non-OpenGL render pathMichael Pavone
2014-02-19Fix type mismatch on headless global that was causing a crash in the vgm play...Michael Pavone
2014-02-07Implement per-channel wave logging and primitive looping support in vgm player.Michael Pavone
2014-02-07Increment sample pointer after reading a sample in VGM playerMichael Pavone
2014-02-06Add support for VGM 1.50 PCM data blocksMichael Pavone
2014-01-06The local clone on my laptop got messed up and some changes had not been push...Michael Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-09-10Fix vgmplayMike Pavone
2013-06-17Process events in vgm player so that quitting worksMike Pavone
2013-06-17Add primitive vgm player for testingMike Pavone