summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
AgeCommit message (Expand)Author
2002-07-02Removed i2c_init()Linus Nielsen Feltzing
2002-07-01Fixed simulator compiler errorsLinus Nielsen Feltzing
2002-07-01Added mpeg_is_playing(), now stops counting time when the last song has stoppedLinus Nielsen Feltzing
2002-07-01Killed simulator compile errorsLinus Nielsen Feltzing
2002-07-01Player sound quality improvements by Julien BoissinotLinus Nielsen Feltzing
2002-06-30Simulated mpeg_play() calls mp3info()Linus Nielsen Feltzing
2002-06-30Adapted for simulator compileLinus Nielsen Feltzing
2002-06-30Better USB behaviourLinus Nielsen Feltzing
2002-06-29Added USB insertion handlingLinus Nielsen Feltzing
2002-06-29Removed a warningLinus Nielsen Feltzing
2002-06-28New defaults for the bass/trebleLinus Nielsen Feltzing
2002-06-28Tone controls are now in dBLinus Nielsen Feltzing
2002-06-28Ooops. I forgot to reset the test valuesLinus Nielsen Feltzing
2002-06-28Added mpeg_sound_numdecimals()Linus Nielsen Feltzing
2002-06-28API change for default sound settingsLinus Nielsen Feltzing
2002-06-28First step towards a better sound setting APILinus Nielsen Feltzing
2002-06-27First crude elapsed-time displayBjörn Stenberg
2002-06-27Fixed id3 reading for next/prevBjörn Stenberg
2002-06-27Changed dac_volume callLinus Nielsen Feltzing
2002-06-27Moved settings.c/h to apps/Björn Stenberg
2002-06-26Added next/previous trackBjörn Stenberg
2002-06-26Bug 574060 fixed but not verified. S/PDIF is enabled.Linus Nielsen Feltzing
2002-06-26Added mpeg_next() and mpeg_prev() (Yusef Napora)Björn Stenberg
2002-06-26Added mas_reset() call, and some error checkingLinus Nielsen Feltzing
2002-06-26Fixed id3 array being updated too earlyBjörn Stenberg
2002-06-25Working while-playing-screenBjörn Stenberg
2002-06-25A step towards WPSBjörn Stenberg
2002-06-20Now yields after MPEG_NEED_DATALinus Nielsen Feltzing
2002-06-20mas_run() needed some time to startupLinus Nielsen Feltzing
2002-06-19Stupid TAB charsLinus Nielsen Feltzing
2002-06-19moved sounds settings to settings.h, config.h is only for including theDaniel Stenberg
2002-06-19Killed warningsLinus Nielsen Feltzing
2002-06-19Accelerated bit swappingLinus Nielsen Feltzing
2002-06-19Added Recorder playbackLinus Nielsen Feltzing
2002-06-19MPEG_PLAY now closes mpeg_file if it is openLinus Nielsen Feltzing
2002-06-10mpeg_stop now calls close only if the file handle is validLinus Nielsen Feltzing
2002-06-10Now stops loading from disk when mpeg_stop is calledLinus Nielsen Feltzing
2002-06-10Added peek_next_track() proto to kill warningsDaniel Stenberg
2002-06-07Now honors the settings in config.hLinus Nielsen Feltzing
2002-06-07Temporarily disabled mpeg code on RecorderLinus Nielsen Feltzing
2002-06-05Added file read error warningLinus Nielsen Feltzing
2002-06-04The mpeg player could miss the last byte of a songLinus Nielsen Feltzing
2002-05-31Keep playing current song even if we can't load nextBjörn Stenberg
2002-05-31Check for more files to playBjörn Stenberg
2002-05-29Even better end-of-song handling. It might even work now...Linus Nielsen Feltzing
2002-05-29Boosted the volume. Now handles end-of-song betterLinus Nielsen Feltzing
2002-05-28Optimized the bitswap function a littleLinus Nielsen Feltzing
2002-05-24Using linker symbols for mp3 bufferBjörn Stenberg
2002-05-24First versionBjörn Stenberg