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