summaryrefslogtreecommitdiff
path: root/apps/codecs/nsf.c
AgeCommit message (Expand)Author
2011-09-10Migrate some floating point code to fixed point in libgme.Andree Buschmann
2011-08-31Update libgme to Blargg's Game_Music_Emu 0.6-pre.Andree Buschmann
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann
2011-08-13Remove all IRAM attributes from libGME to be able to restart the IRAM optimiz...Andree Buschmann
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann
2011-06-05Accept FS#12143 (NSF codec clean up): Declare local stuff static, comment unu...Andree Buschmann
2011-05-15FS#12113: Optimize IRAM configuration for NES Sound Format. Performance is st...Andree Buschmann
2011-04-28Get the NSF internal playlists working again. Fix a few wrongdoings in the me...Michael Sevakis
2011-04-27Get NSF fixed up a bit and parse metadata in the core.Michael Sevakis
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-02-26SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis
2007-02-09VRC6 speedup/bugfix from Takashi Obara, FS #6635Adam Gashlin
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis
2007-01-31NES codec improvements - N106 fixed point implementation from FS #6603, remov...Adam Gashlin
2007-01-25adding NSF (NES music) codecAdam Gashlin