summaryrefslogtreecommitdiffstats
path: root/firmware/export/mp3_playback.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis1-0/+3
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis1-3/+5
2011-11-22FS#12378 : Removal of Archos HWCODEC unused code and data. Several large hard...Boris Gjenero1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-1/+1
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-1/+1
2005-05-13(1) Wait for the MAS to run out of buffered data on fade out. Fixes bug #7789...Jens Arnold1-0/+1
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-40/+0
2005-01-12New channel configuration setting, allowing fine-grained control of the stere...Jens Arnold1-15/+15
2004-09-29Added MAS3539F support (Ondio SP)Jens Arnold1-2/+2
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-2/+2
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-1/+1
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing1-0/+1
2004-07-20Const'ed the various setting lookup tablesJens Arnold1-1/+1
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing1-8/+17
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing1-1/+0
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn1-0/+1
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn1-1/+2
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn1-0/+8
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn1-0/+73