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
...
*
Minor simplification; replace unneeded variable cur_ti with a macro
Steve Bavin
2006-10-12
*
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-10-05
*
Flush queued voice clips when not playing audio
Steve Bavin
2006-09-28
*
Another fix for crashing when changing crossfade settings
Steve Bavin
2006-09-28
*
Fix hangs when changing crossfade settings
Steve Bavin
2006-09-28
*
Fix a crash and CPU being left boosted when using voice - FS#6024
Steve Bavin
2006-09-26
*
SWCODEC recording hang fixed. Fixed other trouble spots for codec swapping wh...
Michael Sevakis
2006-09-17
*
FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed to
Miika Pekkarinen
2006-09-17
*
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-16
*
Rearrangement of playback.c to group routines by thread
Steve Bavin
2006-09-01
*
Add logging for all playback queueing, for the simulator at least
Steve Bavin
2006-08-31
*
Fix warning.
Magnus Holmgren
2006-08-30
*
Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.
Magnus Holmgren
2006-08-30
*
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...
Michael Sevakis
2006-08-28
*
Force WPS reload after all tracks have been buffered (runtime stats
Miika Pekkarinen
2006-08-27
*
Quick and dirty fix for a serious issue that could make X5 crash when using v...
Linus Nielsen Feltzing
2006-08-23
*
Add resume support to AAC files.
Magnus Holmgren
2006-08-23
*
Patch #5844 by Steve Bavin - Fix confused voice file memory allocation
Linus Nielsen Feltzing
2006-08-23
*
Patch #5766 by Steve Bavin - Fix for various voice related crashes
Linus Nielsen Feltzing
2006-08-15
*
Memory size checks in .c/.h files should use MEM, not MEMORYSIZE
Dave Chapman
2006-08-13
*
Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).
Tomasz Malesinski
2006-08-12
*
FS#5691 Fix for crash if stop pressed during voice output.
Miika Pekkarinen
2006-08-05
*
Prevent buffer filling trying to start over and over causing playback
Miika Pekkarinen
2006-08-04
*
Don't yield_codecs() within codec thread.
Miika Pekkarinen
2006-08-03
*
Stop playback before updating runtime stats. And yield codecs while
Miika Pekkarinen
2006-08-03
*
Checked the rebuffering code. Might fix buffers desyncing and a system
Miika Pekkarinen
2006-07-31
*
Completely remove all track entries at audio_rebuffer().
Miika Pekkarinen
2006-07-29
*
Another oops.
Miika Pekkarinen
2006-07-29
*
Oops, committed some extra stuff not necessary.
Miika Pekkarinen
2006-07-29
*
Define MAX_TRACK_MAX and use it to keep the ring track structure
Miika Pekkarinen
2006-07-29
*
Fixed one of the many pending bugs in the playback engine and restored
Miika Pekkarinen
2006-07-28
*
Add resume support for AC3 files.
Magnus Holmgren
2006-07-26
*
Additional fix for seeking beyond the current buffered data
Mark Arigo
2006-07-18
*
Patch #5157 by Rainer Sinsch - SID codec
Dave Chapman
2006-07-18
*
Initial runtimedb support for tagcache. Only for developers,
Miika Pekkarinen
2006-07-15
*
Patch by Mark Arigo to close bug report #5305 - fixes crashes when attempting...
Dave Chapman
2006-07-03
*
Wait for voice to complete before stopping playback. Fixes hang when stoppin...
Hardeep Sidhu
2006-06-21
*
Only swap_codec() in voice thread when something is playing. Fixes B#5486.
Hardeep Sidhu
2006-06-17
*
Fix resume for MP1. Thanks go to Dave Chapman for the hint.
Jens Arnold
2006-06-10
*
Stop playback if playlist_next() returns -1 (e.g. if auto directory change fa...
Hardeep Sidhu
2006-06-07
*
Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...
Magnus Holmgren
2006-06-04
*
Previous automatic skip fix had a problem if audio_fill_file_buffer() was cal...
Hardeep Sidhu
2006-06-03
*
Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this i...
Dave Chapman
2006-05-25
*
Reset playlist_end when automatically skipping. Fixes B#5319.
Hardeep Sidhu
2006-05-15
*
Reset id3 info in all cases where we need to rebuffer tracks
Hardeep Sidhu
2006-05-15
*
Reset id3 info when skipping directories. Fixes B#5323.
Hardeep Sidhu
2006-05-09
*
Don't initiate track change if at end of playlist
Hardeep Sidhu
2006-05-03
*
Only reset resume settings when we're really at the end of the playlist
Hardeep Sidhu
2006-05-03
*
Stop playing current track before starting a new playlist with an offset (eg....
Hardeep Sidhu
2006-05-02
*
Properly set audio_is_initialized flag for swcodec devices ad use it when ini...
Hardeep Sidhu
2006-05-01
[prev]
[next]