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