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-07-02
Removed i2c_init()
Linus Nielsen Feltzing
2002-07-01
Fixed simulator compiler errors
Linus Nielsen Feltzing
2002-07-01
Added mpeg_is_playing(), now stops counting time when the last song has stopped
Linus Nielsen Feltzing
2002-07-01
Killed simulator compile errors
Linus Nielsen Feltzing
2002-07-01
Player sound quality improvements by Julien Boissinot
Linus Nielsen Feltzing
2002-06-30
Simulated mpeg_play() calls mp3info()
Linus Nielsen Feltzing
2002-06-30
Adapted for simulator compile
Linus Nielsen Feltzing
2002-06-30
Better USB behaviour
Linus Nielsen Feltzing
2002-06-29
Added USB insertion handling
Linus Nielsen Feltzing
2002-06-29
Removed a warning
Linus Nielsen Feltzing
2002-06-28
New defaults for the bass/treble
Linus Nielsen Feltzing
2002-06-28
Tone controls are now in dB
Linus Nielsen Feltzing
2002-06-28
Ooops. I forgot to reset the test values
Linus Nielsen Feltzing
2002-06-28
Added mpeg_sound_numdecimals()
Linus Nielsen Feltzing
2002-06-28
API change for default sound settings
Linus Nielsen Feltzing
2002-06-28
First step towards a better sound setting API
Linus Nielsen Feltzing
2002-06-27
First crude elapsed-time display
Björn Stenberg
2002-06-27
Fixed id3 reading for next/prev
Björn Stenberg
2002-06-27
Changed dac_volume call
Linus Nielsen Feltzing
2002-06-27
Moved settings.c/h to apps/
Björn Stenberg
2002-06-26
Added next/previous track
Björn Stenberg
2002-06-26
Bug 574060 fixed but not verified. S/PDIF is enabled.
Linus Nielsen Feltzing
2002-06-26
Added mpeg_next() and mpeg_prev() (Yusef Napora)
Björn Stenberg
2002-06-26
Added mas_reset() call, and some error checking
Linus Nielsen Feltzing
2002-06-26
Fixed id3 array being updated too early
Björn Stenberg
2002-06-25
Working while-playing-screen
Björn Stenberg
2002-06-25
A step towards WPS
Björn Stenberg
2002-06-20
Now yields after MPEG_NEED_DATA
Linus Nielsen Feltzing
2002-06-20
mas_run() needed some time to startup
Linus Nielsen Feltzing
2002-06-19
Stupid TAB chars
Linus Nielsen Feltzing
2002-06-19
moved sounds settings to settings.h, config.h is only for including the
Daniel Stenberg
2002-06-19
Killed warnings
Linus Nielsen Feltzing
2002-06-19
Accelerated bit swapping
Linus Nielsen Feltzing
2002-06-19
Added Recorder playback
Linus Nielsen Feltzing
2002-06-19
MPEG_PLAY now closes mpeg_file if it is open
Linus Nielsen Feltzing
2002-06-10
mpeg_stop now calls close only if the file handle is valid
Linus Nielsen Feltzing
2002-06-10
Now stops loading from disk when mpeg_stop is called
Linus Nielsen Feltzing
2002-06-10
Added peek_next_track() proto to kill warnings
Daniel Stenberg
2002-06-07
Now honors the settings in config.h
Linus Nielsen Feltzing
2002-06-07
Temporarily disabled mpeg code on Recorder
Linus Nielsen Feltzing
2002-06-05
Added file read error warning
Linus Nielsen Feltzing
2002-06-04
The mpeg player could miss the last byte of a song
Linus Nielsen Feltzing
2002-05-31
Keep playing current song even if we can't load next
Björn Stenberg
2002-05-31
Check for more files to play
Björn Stenberg
2002-05-29
Even better end-of-song handling. It might even work now...
Linus Nielsen Feltzing
2002-05-29
Boosted the volume. Now handles end-of-song better
Linus Nielsen Feltzing
2002-05-28
Optimized the bitswap function a little
Linus Nielsen Feltzing
2002-05-24
Using linker symbols for mp3 buffer
Björn Stenberg
2002-05-24
First version
Björn Stenberg