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.h
Age
Commit message (
Expand
)
Author
2006-04-13
Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re...
Brandon Low
2006-04-13
Add a logf, remove an unused parameter, and an unused member of the track_inf...
Brandon Low
2006-04-11
Rework track skipping. Full playback stop is no longer involved in track ski...
Brandon Low
2006-04-09
Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events...
Brandon Low
2006-03-24
Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...
Brandon Low
2006-01-27
iriver: Init audio on background.
Miika Pekkarinen
2005-11-28
Enabled playback speed adjustment support for H1x0. Modified the resampler to...
Thom Johansen
2005-11-13
removed set audio status method - will be using different approach
Anton Oleynikov
2005-11-13
iRiver: fix for audio kept on while playing a file + new function to set audi...
Anton Oleynikov
2005-11-10
iRiver: more robust folder skip routines + folder navigation on main unit via
Anton Oleynikov
2005-09-21
DSP_* constants moved from playback.h to dsp.h.
Thom Johansen
2005-08-20
Initial voice ui support for software codec platforms. Added also a
Miika Pekkarinen
2005-08-18
Preparation for runtimedb hookup on archos: don't pass software playback syst...
Jens Arnold
2005-08-10
iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...
Linus Nielsen Feltzing
2005-07-24
ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.
Magnus Holmgren
2005-07-05
Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".
Miika Pekkarinen
2005-07-03
(in theory) more efficient (battery wise) runtime database code.
Michiel Van Der Kolk
2005-07-03
Updated the track_unbuffer event callback.
Miika Pekkarinen
2005-07-02
Fixed mono playback support for mp3. Added two other event handlers in
Miika Pekkarinen
2005-07-01
Fixed seeking in mp3 files (and with other codecs which supports
Miika Pekkarinen
2005-06-29
Added event handler to register track changes.
Miika Pekkarinen
2005-06-27
Replaced some size_t with longs. That might solve some problems. Fixed
Miika Pekkarinen
2005-06-26
Initial DSP implementation. DSP supports resampling audio stream from
Miika Pekkarinen
2005-06-22
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
2005-06-18
Added %fc WPS tag to display codec type - moved codectype from track_info str...
Dave Chapman
2005-06-14
Move metadata parsing code from playback.c into metadata.c
Dave Chapman
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-10
Added some basic codec configuration functionality.
Miika Pekkarinen
2005-06-05
First audio codec playback attempt by Miikka Pekkarinen
Linus Nielsen Feltzing