index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
mpeg.c
Age
Commit message (
Expand
)
Author
2002-10-28
Fast forward near the end of the last song in a playlist didn't activate the ...
Linus Nielsen Feltzing
2002-10-27
Better skipping of leading garbage. Fixes bug #625868.
Linus Nielsen Feltzing
2002-10-18
Pitch steps changed to 0.1% instead of 1%.
Björn Stenberg
2002-10-16
Faster start of playback when Play/Next/Prev
Linus Nielsen Feltzing
2002-10-15
Prevent the simulator from locking on play in a dir with all-empty files.
Daniel Stenberg
2002-10-15
Killed a sim warning
Linus Nielsen Feltzing
2002-10-15
More debug info
Linus Nielsen Feltzing
2002-10-14
Swapping is now done without the MPEG_SWAP message. Added some debugging func...
Linus Nielsen Feltzing
2002-10-09
Better handling of bad playlists, and when all tracks fit in memory
Linus Nielsen Feltzing
2002-10-09
New version of the DMA underrun handling
Linus Nielsen Feltzing
2002-10-09
Buffer underrun handling
Linus Nielsen Feltzing
2002-10-08
returned avc value was always 0 (auto volume in cfg wasn't working)
Uwe Freese
2002-10-08
Removed warning on debug builds
Linus Nielsen Feltzing
2002-10-08
Removed some more rounding of addresses
Linus Nielsen Feltzing
2002-10-08
Back to byte-aligned bitswapping
Linus Nielsen Feltzing
2002-10-04
When ffw/rew, correctly handle case where mpeg_file < 0 (eg. when playing las...
Hardeep Sidhu
2002-10-04
Repeat off/all/one toggle. By Hardeep Sidhu.
Björn Stenberg
2002-10-04
mpeg_phys2val() scaled the volume incorrectly
Linus Nielsen Feltzing
2002-10-03
Sim warning removed
Linus Nielsen Feltzing
2002-10-03
minor edits
Robert Hak
2002-10-03
volume now increments by 1 not 2
Robert Hak
2002-10-03
Resetting settings in the menu now applies the settings as well
Linus Nielsen Feltzing
2002-10-03
Make sure the buffer data has been swapped before resuming after ffw.
Hardeep Sidhu
2002-10-02
Changed .eq file format to simple 'setting: value' model.
Björn Stenberg
2002-09-24
New mpeg_status() function replaces mpeg_is_playing()
Linus Nielsen Feltzing
2002-09-18
Another strike in the battle against glitches between tracks
Linus Nielsen Feltzing
2002-09-17
Philipp's fix .eq loading patch
Eric Linenberg
2002-09-17
1. Update the playlist index when starting the list (fixes invalid track num ...
Hardeep Sidhu
2002-09-16
Removing the ID3V1 tag could give a negative len variable
Linus Nielsen Feltzing
2002-09-13
Added pitch setting screen for recorders. Hold ON in wps to see it. Pitch ran...
Björn Stenberg
2002-09-13
mpeg_set_pitch() was backwards
Linus Nielsen Feltzing
2002-09-12
Pitch control for Recorder
Linus Nielsen Feltzing
2002-09-10
Flush and reload preloaded tracks if playlist changes
Hardeep Sidhu
2002-09-09
Fixed sim build
Linus Nielsen Feltzing
2002-09-09
Mono right had the wrong level
Linus Nielsen Feltzing
2002-09-09
Added channel configuration
Linus Nielsen Feltzing
2002-08-30
Fixed ff/rew new position calculation to handle large seek positions and file...
Hardeep Sidhu
2002-08-30
Simulators want is_playing too
Björn Stenberg
2002-08-29
Don't set last_dma_tick in swap_data when song is paused. This should fix th...
Hardeep Sidhu
2002-08-29
Changed the poll timer from 2ms to 1ms
Linus Nielsen Feltzing
2002-08-28
More error handling, handles empty MP3 files now. Part 2.
Linus Nielsen Feltzing
2002-08-28
More error handling, handles empty MP3 files now
Linus Nielsen Feltzing
2002-08-28
Even still more simulator fixes
Linus Nielsen Feltzing
2002-08-28
Even more simulator fixes
Linus Nielsen Feltzing
2002-08-28
Simulator fixes
Linus Nielsen Feltzing
2002-08-28
First attempt to use the new playlist API
Linus Nielsen Feltzing
2002-08-27
Update id3->index when changing song in simulator.
Mats Lidell
2002-08-27
Fixed elapsed time display after resume for large VBR files. Also, update el...
Hardeep Sidhu
2002-08-26
Don't seek in buffer if data is being loaded. This fixes the track silence w...
Hardeep Sidhu
2002-08-25
Make sure there is sufficient data in buffer before resuming after ffw.
Hardeep Sidhu
[next]