summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
AgeCommit message (Expand)Author
2002-10-28Fast forward near the end of the last song in a playlist didn't activate the ...Linus Nielsen Feltzing
2002-10-27Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing
2002-10-18Pitch steps changed to 0.1% instead of 1%.Björn Stenberg
2002-10-16Faster start of playback when Play/Next/PrevLinus Nielsen Feltzing
2002-10-15Prevent the simulator from locking on play in a dir with all-empty files.Daniel Stenberg
2002-10-15Killed a sim warningLinus Nielsen Feltzing
2002-10-15More debug infoLinus Nielsen Feltzing
2002-10-14Swapping is now done without the MPEG_SWAP message. Added some debugging func...Linus Nielsen Feltzing
2002-10-09Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing
2002-10-09New version of the DMA underrun handlingLinus Nielsen Feltzing
2002-10-09Buffer underrun handlingLinus Nielsen Feltzing
2002-10-08returned avc value was always 0 (auto volume in cfg wasn't working)Uwe Freese
2002-10-08Removed warning on debug buildsLinus Nielsen Feltzing
2002-10-08Removed some more rounding of addressesLinus Nielsen Feltzing
2002-10-08Back to byte-aligned bitswappingLinus Nielsen Feltzing
2002-10-04When ffw/rew, correctly handle case where mpeg_file < 0 (eg. when playing las...Hardeep Sidhu
2002-10-04Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg
2002-10-04mpeg_phys2val() scaled the volume incorrectlyLinus Nielsen Feltzing
2002-10-03Sim warning removedLinus Nielsen Feltzing
2002-10-03minor editsRobert Hak
2002-10-03volume now increments by 1 not 2Robert Hak
2002-10-03Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing
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