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
/
apps
/
playback.c
Age
Commit message (
Expand
)
Author
2005-07-02
Fixed mono playback support for mp3. Added two other event handlers in
Miika Pekkarinen
2005-07-01
Pause correctly while seeking.
Miika Pekkarinen
2005-07-01
Fixed codec switching.
Miika Pekkarinen
2005-07-01
Fixed seeking in mp3 files (and with other codecs which supports
Miika Pekkarinen
2005-06-30
Fixed a bug where a few seconds from end of a song was cut out.
Miika Pekkarinen
2005-06-30
Not sure if this is the right way to make "resume" work correctly for WavPack,
Dave Bryant
2005-06-29
Added event handler to register track changes.
Miika Pekkarinen
2005-06-29
Always use crossfade if it's enabled.
Miika Pekkarinen
2005-06-29
Fixed slow track switching and track pre-buffering. Fixed rockboy
Miika Pekkarinen
2005-06-29
Fixed buffering problems with dynamic playlist handling. Increased
Miika Pekkarinen
2005-06-27
Replaced some size_t with longs. That might solve some problems. Fixed
Miika Pekkarinen
2005-06-26
Fixed one warning.
Miika Pekkarinen
2005-06-26
Initial DSP implementation. DSP supports resampling audio stream from
Miika Pekkarinen
2005-06-22
More audio thread debug info
Linus Nielsen Feltzing
2005-06-22
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
2005-06-22
New debug screen for sw codec audio thread
Linus Nielsen Feltzing
2005-06-22
Daniel's fix that loads codecs in their own memory space
Linus Nielsen Feltzing
2005-06-20
Fixed a problem with playback when returning from usb mode.
Miika Pekkarinen
2005-06-20
Fixed glitches from crossfade.
Miika Pekkarinen
2005-06-20
Crossfade fixes.
Miika Pekkarinen
2005-06-20
Elapsed counter resets correctly when changing tracks.
Miika Pekkarinen
2005-06-19
Fixed the dreaded iRiver simulator crash
Linus Nielsen Feltzing
2005-06-19
Some re-desing to buffer filling and track loading code and a few bug
Miika Pekkarinen
2005-06-18
Added %fc WPS tag to display codec type - moved codectype from track_info str...
Dave Chapman
2005-06-18
Proper MPEG layer 1 support.
Jens Arnold
2005-06-15
Killed all simulator warnings.
Miika Pekkarinen
2005-06-15
Fixed the "last song bug".
Miika Pekkarinen
2005-06-15
audio_is_initialized has to be set in playback.c.
Miika Pekkarinen
2005-06-15
Added stubs for simulator to reduce some #ifdefs.
Miika Pekkarinen
2005-06-14
Move metadata parsing code from playback.c into metadata.c
Dave Chapman
2005-06-14
Oops, simulator compiles now fine.
Miika Pekkarinen
2005-06-14
Playlist changed are recognized correctly.
Miika Pekkarinen
2005-06-14
Fixed a dead lock, file handle leak that caused wps to jam and
Miika Pekkarinen
2005-06-13
Seeking forwards works a little better. Playlist handling still buggy.
Miika Pekkarinen
2005-06-13
Forward seeking fixed. Some comments added.
Miika Pekkarinen
2005-06-13
Initial pass at WavPack codec playback support (and my first commit...)
Dave Bryant
2005-06-12
Codec loader fixed. Now switching between different codecs should work
Miika Pekkarinen
2005-06-12
Fixed some mp3 metadata reading performance problem. Next track
Miika Pekkarinen
2005-06-12
Calculate accurate Ogg duration and bitrate
Dave Chapman
2005-06-11
Fixed buffering problem with some files.
Miika Pekkarinen
2005-06-11
Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPS
Dave Chapman
2005-06-11
Setting current_fd to -1 at startup to prevent some rare crashes.
Miika Pekkarinen
2005-06-11
Fixed MP3 forward seeking.
Miika Pekkarinen
2005-06-11
Initial attempt at parsing the metadata in an Ogg file - it still doesn't cal...
Dave Chapman
2005-06-11
Fixed codec buffering problem.
Miika Pekkarinen
2005-06-11
First version of Musepack playback (not working)
Dave Chapman
2005-06-11
First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, w...
Dave Chapman
2005-06-10
Small typo.
Miika Pekkarinen
2005-06-10
Yet another crash bug fixed.
Miika Pekkarinen
2005-06-10
Fixed a null pointer problem which caused crashing. Playback should be
Miika Pekkarinen
[next]