index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playback.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
SWCODEC Playback: Put a stop to the resume deadlock however crudely. Clean so...
Michael Sevakis
2007-05-09
*
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-08
*
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-07
*
Audio seemed never to want to stop stopping. A bad condition for plugins that...
Michael Sevakis
2007-05-03
*
SWCODEC: Fix a race condition caused by yielding in pcm_mute that could have ...
Michael Sevakis
2007-04-12
*
Move iPod Video hardware equalizer init to audio_init() after the hardware is...
Dan Everton
2007-04-11
*
Revert change 13001, since it causes the metadata to be re-read for partially...
Magnus Holmgren
2007-04-09
*
Support resume for Musepack
Adam Boot
2007-04-06
*
Fix occasional display of old tag data (normally from 32 tracks previous)
Steve Bavin
2007-04-02
*
Don't update runtime info when stopping playback, except when playlist ends. ...
Miika Pekkarinen
2007-03-31
*
Make scheduler functions thread safe core wise. A big step towards playback r...
Miika Pekkarinen
2007-03-26
*
fix bug where runtime data was not gathered for last track (end of playlist o...
Robert Kukla
2007-03-25
*
FS#6864 - iriver H340 doesn't connect via USB - should be fixed. Registered t...
Michael Sevakis
2007-03-20
*
SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...
Michael Sevakis
2007-03-19
*
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-03-16
*
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-13
*
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-11
*
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
2007-03-09
*
Guess there were more changes to it.:) Odd that mine built until a make clean.
Michael Sevakis
2007-03-09
*
Install the single stage synchronous audio initialization I cooked up awhile ...
Michael Sevakis
2007-03-09
*
Bring up the M5 port to a working stage: Extended numerous explicit checks fo...
Jens Arnold
2007-03-05
*
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
2007-03-04
*
don't restart the whole wps to essentially update the display of runtime info...
Robert Kukla
2007-03-04
*
SWCODEC Recording Codecs: Fix problems with hanging recording screen (chiefly...
Michael Sevakis
2007-03-04
*
SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of som...
Michael Sevakis
2007-02-24
*
really fix red builds this time
Jonathan Gordon
2007-02-18
*
SWCODEC: Remove the last quirks when upsampling.
Michael Sevakis
2007-02-16
*
Fix a bug where the CPU stays boosted when the voice is activated
Linus Nielsen Feltzing
2007-02-15
*
Cuesheet support by Jonathan Gordon and me (FS #6460).
Nicolas Pennequin
2007-02-14
*
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...
Michael Sevakis
2007-02-10
*
Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.
Dan Everton
2007-02-09
*
Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...
Michael Sevakis
2007-02-07
*
Fix a potential voice related bug with first time buffer setup
Brandon Low
2007-01-27
*
No functional changes. Code police and comment clarity improvements.
Brandon Low
2007-01-26
*
Next round of static'ing and related fixes.
Jens Arnold
2006-12-25
*
Convert queues to use intptr_t for event data and return values as most of th...
Michael Sevakis
2006-12-19
*
Accept FS#5344 by Mike Schmitt. Add a "shuffle and track skip" option to
Jonathan Gordon
2006-12-19
*
Attempt at fixing 64-bit sim warning.
Michael Sevakis
2006-12-17
*
Commit the kinds of changes that queue_send is mean for.
Michael Sevakis
2006-12-16
*
Fix an errant #if effecting targets with MEM <= 8
Mark Arigo
2006-12-06
[next]