summaryrefslogtreecommitdiff
path: root/firmware/mp3_playback.c
AgeCommit message (Expand)Author
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold
2004-08-05Corrected MAS version checksJens Arnold
2004-08-03More const policeing step 4Jens Arnold
2004-07-27Balance is now set in 1% stepsLinus Nielsen Feltzing
2004-07-24New feature: clean shutdown if you press OFF twice in the file browser, or se...Linus Nielsen Feltzing
2004-07-20Const'ed the various setting lookup tablesJens Arnold
2004-07-15Now uses shadow_7f1 correctly, so the pitch works againLinus Nielsen Feltzing
2004-07-06Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing
2004-06-22Added the (practically useless) 20ms option to the Auto Volume setting, for c...Linus Nielsen Feltzing
2004-06-21Simplified the settings code by removing the phys2val conversions. This has t...Linus Nielsen Feltzing
2004-06-11removed dead codeLinus Nielsen Feltzing
2004-06-11mpeg_set_pitch now uses the 7f1 shadow registerLinus Nielsen Feltzing
2004-04-05Patch #929680 by Jens Arnold, fixes bug #929680 by reducing the postpone_dma_...Linus Nielsen Feltzing
2004-03-21First try to get a better transition from a cancelled clip to a new one, by m...Jörg Hohensohn
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing
2004-01-30mp3 playback "engine" now in plugin API, rocks can make soundJörg Hohensohn
2004-01-10next round of playback function split: everything in place, working and used;...Jörg Hohensohn
2004-01-08add newline at end of file as older gcc compilers warn about thisDaniel Stenberg
2004-01-05still trying to fix the sim (blindfolded)Jörg Hohensohn
2004-01-05Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn