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
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-02
Thanks to Nico_P, struct track_info can now be internal to playback.c
Steve Bavin
2007-09-30
Enable auto reply for queue messages sent with queue_send. It's only nescessa...
Michael Sevakis
2007-09-22
Fix disabling voice.
Tomasz Malesinski
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-08-29
Fix flushing of voice during playback, patch in FS#6239 by Stephane Doyon and...
Nils Wallménius
2007-08-14
Make get_metadata act on a struct mp3entry rather than a struct track_info.
Nicolas Pennequin
2007-08-06
Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...
Nils Wallménius
2007-08-02
Formatting consistency and fix further case of FS#6266 if user starts new pla...
Steve Bavin
2007-08-01
Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...
Nils Wallménius
2007-07-31
Hopefully fix the problems with voice not cancelling its CPU boost.
Michael Sevakis
2007-07-31
FS#6266 - flush PCM buffers if the user skips while paused. FixesFS#5747.
Steve Bavin
2007-07-06
Fix problem where follow playlist picks the next track, not the current one (...
Steve Bavin
2007-06-24
Yet another fine scrobbling patch by Robert Keevil that fixes FS #5495: audio...
Peter D'Hoye
2007-06-24
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...
Peter D'Hoye
2007-06-13
Accept FS#7264 'Build with -Os switch for coldfire targets'.
Nils Wallménius
2007-06-10
Plugins that play sound must be sure to set inputs and outputs on audio muxed...
Michael Sevakis
2007-06-08
Straighten out some audio path APIs and misc. audio stuff. Having recording i...
Michael Sevakis
2007-06-08
Seeking and resume support for Monkey's Audio
Dave Chapman
2007-05-28
Add the possibility to store cuesheets in /.rockbox/cue. The code will look f...
Nicolas Pennequin
2007-05-19
Remove unused function and unused header
Nils Wallménius
2007-05-09
How'd I miss that I'd left LOGFQUEUES enabled in my pre-commit diff? :/
Michael Sevakis
2007-05-09
SWCODEC Playback: Put a stop to the resume deadlock however crudely. Clean so...
Michael Sevakis
2007-05-08
Fix errors. LOGFQUEUE should take formatting parameters now.
Michael Sevakis
2007-05-08
Silly fix for a silly comment mistake.
Michael Sevakis
2007-05-08
SWCODEC Playback: Seriously mess with it and get rid of (at least some ;) rac...
Michael Sevakis
2007-05-08
Playback: Ensure some state coherency. paused implies playing and pause actio...
Michael Sevakis
2007-05-07
Revert the addition of the steal_codec_stack function. Replace by accessing ...
Dave Chapman
2007-05-07
Use a separate thread in test_codec, with the same (IRAM) stack as the main c...
Dave Chapman
2007-05-07
Initial version of a test_codec plugin (viewer). This loads the audio file i...
Dave Chapman
2007-05-03
Audio seemed never to want to stop stopping. A bad condition for plugins that...
Michael Sevakis
2007-04-12
SWCODEC: Fix a race condition caused by yielding in pcm_mute that could have ...
Michael Sevakis
2007-04-11
Move iPod Video hardware equalizer init to audio_init() after the hardware is...
Dan Everton
2007-04-09
Revert change 13001, since it causes the metadata to be re-read for partially...
Magnus Holmgren
2007-04-06
Support resume for Musepack
Adam Boot
2007-04-02
Fix occasional display of old tag data (normally from 32 tracks previous)
Steve Bavin
2007-03-31
Don't update runtime info when stopping playback, except when playlist ends. ...
Miika Pekkarinen
2007-03-26
Make scheduler functions thread safe core wise. A big step towards playback r...
Miika Pekkarinen
2007-03-25
fix bug where runtime data was not gathered for last track (end of playlist o...
Robert Kukla
2007-03-20
FS#6864 - iriver H340 doesn't connect via USB - should be fixed. Registered t...
Michael Sevakis
2007-03-19
SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...
Michael Sevakis
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-13
SWCODEC/Voice: Just one more adjustment and all should be good again.
Michael Sevakis
2007-03-13
SWCODEC: Fix a problem with voice in the menus caused by my error using the w...
Michael Sevakis
2007-03-11
Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...
Michael Sevakis
2007-03-11
Add another #ifdef PLAYBACK_VOICE where it should be.
Michael Sevakis
2007-03-11
Reenable aynchronous audio init stage. Really just single stage with aynchron...
Michael Sevakis
2007-03-11
SWCODEC: Keep codec malloc buffer line aligned. Not doing so had vorbis runni...
Michael Sevakis
2007-03-09
I really want the rest initialized to prevent accidents like the last.
Michael Sevakis
2007-03-09
Throw in the explicit global inits that were supposed to be there too. Import...
Michael Sevakis
[next]