summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
AgeCommit message (Expand)Author
2002-08-30Fixed ff/rew new position calculation to handle large seek positions and file...Hardeep Sidhu
2002-08-30Simulators want is_playing tooBjörn Stenberg
2002-08-29Don't set last_dma_tick in swap_data when song is paused. This should fix th...Hardeep Sidhu
2002-08-29Changed the poll timer from 2ms to 1msLinus Nielsen Feltzing
2002-08-28More error handling, handles empty MP3 files now. Part 2.Linus Nielsen Feltzing
2002-08-28More error handling, handles empty MP3 files nowLinus Nielsen Feltzing
2002-08-28Even still more simulator fixesLinus Nielsen Feltzing
2002-08-28Even more simulator fixesLinus Nielsen Feltzing
2002-08-28Simulator fixesLinus Nielsen Feltzing
2002-08-28First attempt to use the new playlist APILinus Nielsen Feltzing
2002-08-27Update id3->index when changing song in simulator.Mats Lidell
2002-08-27Fixed elapsed time display after resume for large VBR files. Also, update el...Hardeep Sidhu
2002-08-26Don't seek in buffer if data is being loaded. This fixes the track silence w...Hardeep Sidhu
2002-08-25Make sure there is sufficient data in buffer before resuming after ffw.Hardeep Sidhu
2002-08-23the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg
2002-08-23Fixed a flaw in the ffw/rew logic for large vbr filesHardeep Sidhu
2002-08-22Reset mp3buf_swapwrite when selecting next track that is already in buffer. ...Hardeep Sidhu
2002-08-22Check the return code from each call to mp3info(), as it might return trueDaniel Stenberg
2002-08-21Stays in pause mode after seekBjörn Stenberg
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