summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* Simulator fixesLinus Nielsen Feltzing2002-08-28
* First attempt to use the new playlist APILinus Nielsen Feltzing2002-08-28
* Update id3->index when changing song in simulator.Mats Lidell2002-08-27
* Fixed elapsed time display after resume for large VBR files. Also, update el...Hardeep Sidhu2002-08-27
* Don't seek in buffer if data is being loaded. This fixes the track silence w...Hardeep Sidhu2002-08-26
* Make sure there is sufficient data in buffer before resuming after ffw.Hardeep Sidhu2002-08-25
* the simulator code now deals better with playlist_next() returning NULLDaniel Stenberg2002-08-23
* Fixed a flaw in the ffw/rew logic for large vbr filesHardeep Sidhu2002-08-23
* Reset mp3buf_swapwrite when selecting next track that is already in buffer. ...Hardeep Sidhu2002-08-22
* Check the return code from each call to mp3info(), as it might return trueDaniel Stenberg2002-08-22
* Stays in pause mode after seekBjörn Stenberg2002-08-21
* Removed warningBjörn Stenberg2002-08-20
* Now updates time display after resumeBjörn Stenberg2002-08-20
* Faster, 8-bit bitswap by Magnus HolmgrenLinus Nielsen Feltzing2002-08-20
* Merged Hardeep's resume fix. Also mpeg_is_playing() now returns true even whe...Björn Stenberg2002-08-19
* Added resume. Works in dirs and playlists, shuffled or not. Resumes mid-song,...Björn Stenberg2002-08-16
* No DAC3550A in the recorderLinus Nielsen Feltzing2002-08-16
* Correction for fast-forward/rewindBjörn Stenberg2002-08-15
* Killed a simulator warningLinus Nielsen Feltzing2002-08-15
* Added Balance settingLinus Nielsen Feltzing2002-08-14
* Removed noteBjörn Stenberg2002-08-14
* Added fast forward and rewind (without sound). Patch by Hardeep Sidhu.Björn Stenberg2002-08-14
* Another strike against the evil distortion problemLinus Nielsen Feltzing2002-08-14
* Skip id3v1 tag when loading mp3 dataBjörn Stenberg2002-08-14
* Skip past id3v2 tag when loading mp3 dataBjörn Stenberg2002-08-14
* Corrected the PLL valuesLinus Nielsen Feltzing2002-08-14
* Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg2002-08-13
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Added support for next/prev in simulatorsBjörn Stenberg2002-08-08
* Added mpeg_is_playing support for simulatorsBjörn Stenberg2002-08-08
* Now handles watermark on MPEG_NEXTLinus Nielsen Feltzing2002-08-08
* Added data loading if NEXT moves below watermarkBjörn Stenberg2002-08-08
* unplayed_space_left was calculated too early in DEI3()Linus Nielsen Feltzing2002-08-08
* Fixed bugs in next/prev handling.Björn Stenberg2002-08-08
* If next track is in ram, don't load from diskBjörn Stenberg2002-08-07
* Moved bitswap() to internal RAMLinus Nielsen Feltzing2002-08-01
* The low water handling incorrectly loaded too large chunks at the start of a ...Linus Nielsen Feltzing2002-07-31
* Killed warning on RecorderLinus Nielsen Feltzing2002-07-29
* Now uses HAVE_MASxxxxx macros instead of RECORDERLinus Nielsen Feltzing2002-07-29
* Killed a simulator warningLinus Nielsen Feltzing2002-07-28
* Hopefully fixed distortion and pitch problems on Player versionsLinus Nielsen Feltzing2002-07-28