summaryrefslogtreecommitdiffstats
path: root/firmware/mpeg.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-09Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing1-0/+6
2002-10-09New version of the DMA underrun handlingLinus Nielsen Feltzing1-12/+17
2002-10-09Buffer underrun handlingLinus Nielsen Feltzing1-5/+17
2002-10-08returned avc value was always 0 (auto volume in cfg wasn't working)Uwe Freese1-0/+4
2002-10-08Removed warning on debug buildsLinus Nielsen Feltzing1-0/+1
2002-10-08Removed some more rounding of addressesLinus Nielsen Feltzing1-6/+1
2002-10-08Back to byte-aligned bitswappingLinus Nielsen Feltzing1-9/+31
2002-10-04When ffw/rew, correctly handle case where mpeg_file < 0 (eg. when playing las...Hardeep Sidhu1-2/+10
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg1-5/+18
2002-10-04mpeg_phys2val() scaled the volume incorrectlyLinus Nielsen Feltzing1-1/+1
2002-10-03Sim warning removedLinus Nielsen Feltzing1-1/+1
2002-10-03minor editsRobert Hak1-4/+0
2002-10-03volume now increments by 1 not 2Robert Hak1-5/+7
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing1-0/+7
2002-10-03Make sure the buffer data has been swapped before resuming after ffw.Hardeep Sidhu1-8/+21
2002-10-02Changed .eq file format to simple 'setting: value' model.Björn Stenberg1-0/+45
2002-09-24New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing1-2/+10
2002-09-18Another strike in the battle against glitches between tracksLinus Nielsen Feltzing1-2/+23
2002-09-17Philipp's fix .eq loading patchEric Linenberg1-2/+2
2002-09-171. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu1-22/+31
2002-09-16Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing1-1/+3
2002-09-13Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg1-1/+4
2002-09-13mpeg_set_pitch() was backwardsLinus Nielsen Feltzing1-1/+1
2002-09-12Pitch control for RecorderLinus Nielsen Feltzing1-0/+20
2002-09-10Flush and reload preloaded tracks if playlist changesHardeep Sidhu1-6/+60
2002-09-09Fixed sim buildLinus Nielsen Feltzing1-0/+4
2002-09-09Mono right had the wrong levelLinus Nielsen Feltzing1-1/+1
2002-09-09Added channel configurationLinus Nielsen Feltzing1-12/+87
2002-08-30Fixed ff/rew new position calculation to handle large seek positions and file...Hardeep Sidhu1-8/+8
2002-08-30Simulators want is_playing tooBjörn Stenberg1-1/+1
2002-08-29Don't set last_dma_tick in swap_data when song is paused. This should fix th...Hardeep Sidhu1-1/+3
2002-08-29Changed the poll timer from 2ms to 1msLinus Nielsen Feltzing1-1/+1
2002-08-28More error handling, handles empty MP3 files now. Part 2.Linus Nielsen Feltzing1-2/+2
2002-08-28More error handling, handles empty MP3 files nowLinus Nielsen Feltzing1-9/+19
2002-08-28Even still more simulator fixesLinus Nielsen Feltzing1-2/+4
2002-08-28Even more simulator fixesLinus Nielsen Feltzing1-1/+0
2002-08-28Simulator fixesLinus Nielsen Feltzing1-3/+13
2002-08-28First attempt to use the new playlist APILinus Nielsen Feltzing1-4/+18
2002-08-27Update id3->index when changing song in simulator.Mats Lidell1-2/+6
2002-08-27Fixed elapsed time display after resume for large VBR files. Also, update el...Hardeep Sidhu1-12/+49
2002-08-26Don't seek in buffer if data is being loaded. This fixes the track silence w...Hardeep Sidhu1-1/+1
2002-08-25Make sure there is sufficient data in buffer before resuming after ffw.Hardeep Sidhu1-5/+12
2002-08-23the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg1-9/+13
2002-08-23Fixed a flaw in the ffw/rew logic for large vbr filesHardeep Sidhu1-6/+8
2002-08-22Reset mp3buf_swapwrite when selecting next track that is already in buffer. ...Hardeep Sidhu1-5/+20
2002-08-22Check the return code from each call to mp3info(), as it might return trueDaniel Stenberg1-17/+54
2002-08-21Stays in pause mode after seekBjörn Stenberg1-6/+11
2002-08-20Removed warningBjörn Stenberg1-0/+2
2002-08-20Now updates time display after resumeBjörn Stenberg1-1/+38
2002-08-20Faster, 8-bit bitswap by Magnus HolmgrenLinus Nielsen Feltzing1-60/+2