summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
AgeCommit message (Expand)Author
2002-08-20Removed warningBjörn Stenberg
2002-08-20Now updates time display after resumeBjörn Stenberg
2002-08-20Faster, 8-bit bitswap by Magnus HolmgrenLinus Nielsen Feltzing
2002-08-19Merged Hardeep's resume fix. Also mpeg_is_playing() now returns true even whe...Björn Stenberg
2002-08-16Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg
2002-08-16No DAC3550A in the recorderLinus Nielsen Feltzing
2002-08-15Correction for fast-forward/rewindBjörn Stenberg
2002-08-15Killed a simulator warningLinus Nielsen Feltzing
2002-08-14Added Balance settingLinus Nielsen Feltzing
2002-08-14Removed noteBjörn Stenberg
2002-08-14Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg
2002-08-14Another strike against the evil distortion problemLinus Nielsen Feltzing
2002-08-14Skip id3v1 tag when loading mp3 dataBjörn Stenberg
2002-08-14Skip past id3v2 tag when loading mp3 dataBjörn Stenberg
2002-08-14Corrected the PLL valuesLinus Nielsen Feltzing
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-08Added support for next/prev in simulatorsBjörn Stenberg
2002-08-08Added mpeg_is_playing support for simulatorsBjörn Stenberg
2002-08-08Now handles watermark on MPEG_NEXTLinus Nielsen Feltzing
2002-08-08Added data loading if NEXT moves below watermarkBjörn Stenberg
2002-08-08unplayed_space_left was calculated too early in DEI3()Linus Nielsen Feltzing
2002-08-08Fixed bugs in next/prev handling.Björn Stenberg
2002-08-07If next track is in ram, don't load from diskBjörn Stenberg
2002-08-01Moved bitswap() to internal RAMLinus Nielsen Feltzing
2002-07-31The low water handling incorrectly loaded too large chunks at the start of a ...Linus Nielsen Feltzing
2002-07-29Killed warning on RecorderLinus Nielsen Feltzing
2002-07-29Now uses HAVE_MASxxxxx macros instead of RECORDERLinus Nielsen Feltzing
2002-07-28Killed a simulator warningLinus Nielsen Feltzing
2002-07-28Hopefully fixed distortion and pitch problems on Player versionsLinus Nielsen Feltzing
2002-07-27NEXT and PREV now works againLinus Nielsen Feltzing
2002-07-26New and improved ID3 and track change handlingLinus Nielsen Feltzing
2002-07-25First step towards better ID3 handlingLinus Nielsen Feltzing
2002-07-25Pause time counting fix by Nate NystromLinus Nielsen Feltzing
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing
2002-07-25Better track change handling, no memcpy in interrupt contextLinus Nielsen Feltzing
2002-07-25Second-exact track change detectionLinus Nielsen Feltzing
2002-07-23Second attempt to get rid of the CPUAdr errorsLinus Nielsen Feltzing
2002-07-23An attempt to fix the intermittent address error problemsLinus Nielsen Feltzing
2002-07-22Loudness and Superbass patch by Heikki HannikainenLinus Nielsen Feltzing
2002-07-21MPEG loading latency patch by Hardeep SidhuLinus Nielsen Feltzing
2002-07-19Higher watermarkLinus Nielsen Feltzing
2002-07-19Still better loading algorithm, higher watermarkLinus Nielsen Feltzing
2002-07-18At last, really short load timesLinus Nielsen Feltzing
2002-07-18Ignore nonexisting files in playlistsBjörn Stenberg
2002-07-16Removed warningBjörn Stenberg
2002-07-16Faster, deeper disk sleep. Should save us some power.Björn Stenberg
2002-07-15Added thread namesLinus Nielsen Feltzing
2002-07-02Removed i2c_init()Linus Nielsen Feltzing
2002-07-01Fixed simulator compiler errorsLinus Nielsen Feltzing