summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
AgeCommit message (Expand)Author
2002-10-03Make sure the buffer data has been swapped before resuming after ffw.Hardeep Sidhu
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing
2002-09-17Philipp's fix .eq loading patchEric Linenberg
2002-09-171. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu
2002-09-16Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg
2002-09-13mpeg_set_pitch() was backwardsLinus Nielsen Feltzing
2002-09-12Pitch control for RecorderLinus Nielsen Feltzing
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu
2002-09-09Fixed sim buildLinus Nielsen Feltzing
2002-09-09Mono right had the wrong levelLinus Nielsen Feltzing
2002-09-09Added channel configurationLinus Nielsen Feltzing
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