summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
...
* Slightly more correct saving when recordingLinus Nielsen Feltzing2002-11-13
* mpeg_stop() now yields to ensure that the mpeg is stopped when it returnsLinus Nielsen Feltzing2002-11-13
* Correct flags to the open() call when recordingLinus Nielsen Feltzing2002-11-11
* Added a timeout debug panic for the recording DMA protocolLinus Nielsen Feltzing2002-11-11
* An attempt to support older recorder modelsLinus Nielsen Feltzing2002-11-10
* Added recording functionalityLinus Nielsen Feltzing2002-11-10
* Fast forward near the end of the last song in a playlist didn't activate the ...Linus Nielsen Feltzing2002-10-28
* Better skipping of leading garbage. Fixes bug #625868.Linus Nielsen Feltzing2002-10-27
* Pitch steps changed to 0.1% instead of 1%.Björn Stenberg2002-10-18
* Faster start of playback when Play/Next/PrevLinus Nielsen Feltzing2002-10-16
* Prevent the simulator from locking on play in a dir with all-empty files.Daniel Stenberg2002-10-15
* Killed a sim warningLinus Nielsen Feltzing2002-10-15
* More debug infoLinus Nielsen Feltzing2002-10-15
* Swapping is now done without the MPEG_SWAP message. Added some debugging func...Linus Nielsen Feltzing2002-10-14
* Better handling of bad playlists, and when all tracks fit in memoryLinus Nielsen Feltzing2002-10-09
* New version of the DMA underrun handlingLinus Nielsen Feltzing2002-10-09
* Buffer underrun handlingLinus Nielsen Feltzing2002-10-09
* returned avc value was always 0 (auto volume in cfg wasn't working)Uwe Freese2002-10-08
* Removed warning on debug buildsLinus Nielsen Feltzing2002-10-08
* Removed some more rounding of addressesLinus Nielsen Feltzing2002-10-08
* Back to byte-aligned bitswappingLinus Nielsen Feltzing2002-10-08
* When ffw/rew, correctly handle case where mpeg_file < 0 (eg. when playing las...Hardeep Sidhu2002-10-04
* Repeat off/all/one toggle. By Hardeep Sidhu.Björn Stenberg2002-10-04
* mpeg_phys2val() scaled the volume incorrectlyLinus Nielsen Feltzing2002-10-04
* Sim warning removedLinus Nielsen Feltzing2002-10-03
* minor editsRobert Hak2002-10-03
* volume now increments by 1 not 2Robert Hak2002-10-03
* Resetting settings in the menu now applies the settings as wellLinus Nielsen Feltzing2002-10-03
* Make sure the buffer data has been swapped before resuming after ffw.Hardeep Sidhu2002-10-03
* Changed .eq file format to simple 'setting: value' model.Björn Stenberg2002-10-02
* New mpeg_status() function replaces mpeg_is_playing()Linus Nielsen Feltzing2002-09-24
* Another strike in the battle against glitches between tracksLinus Nielsen Feltzing2002-09-18
* Philipp's fix .eq loading patchEric Linenberg2002-09-17
* 1. Update the playlist index when starting the list (fixes invalid track num ...Hardeep Sidhu2002-09-17
* Removing the ID3V1 tag could give a negative len variableLinus Nielsen Feltzing2002-09-16
* Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...Björn Stenberg2002-09-13
* mpeg_set_pitch() was backwardsLinus Nielsen Feltzing2002-09-13
* Pitch control for RecorderLinus Nielsen Feltzing2002-09-12
* Flush and reload preloaded tracks if playlist changesHardeep Sidhu2002-09-10
* Fixed sim buildLinus Nielsen Feltzing2002-09-09
* Mono right had the wrong levelLinus Nielsen Feltzing2002-09-09
* Added channel configurationLinus Nielsen Feltzing2002-09-09
* Fixed ff/rew new position calculation to handle large seek positions and file...Hardeep Sidhu2002-08-30
* Simulators want is_playing tooBjörn Stenberg2002-08-30
* Don't set last_dma_tick in swap_data when song is paused. This should fix th...Hardeep Sidhu2002-08-29
* Changed the poll timer from 2ms to 1msLinus Nielsen Feltzing2002-08-29
* More error handling, handles empty MP3 files now. Part 2.Linus Nielsen Feltzing2002-08-28
* More error handling, handles empty MP3 files nowLinus Nielsen Feltzing2002-08-28
* Even still more simulator fixesLinus Nielsen Feltzing2002-08-28
* Even more simulator fixesLinus Nielsen Feltzing2002-08-28