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
2006-09-01
Rearrangement of playback.c to group routines by thread
Steve Bavin
2006-08-31
Add logging for all playback queueing, for the simulator at least
Steve Bavin
2006-08-30
Fix warning.
Magnus Holmgren
2006-08-30
Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.
Magnus Holmgren
2006-08-28
Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...
Michael Sevakis
2006-08-27
Force WPS reload after all tracks have been buffered (runtime stats
Miika Pekkarinen
2006-08-23
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-15
Patch #5766 by Steve Bavin - Fix for various voice related crashes
Linus Nielsen Feltzing
2006-08-13
Memory size checks in .c/.h files should use MEM, not MEMORYSIZE
Dave Chapman
2006-08-12
Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).
Tomasz Malesinski
2006-08-05
FS#5691 Fix for crash if stop pressed during voice output.
Miika Pekkarinen
2006-08-04
Prevent buffer filling trying to start over and over causing playback
Miika Pekkarinen
2006-08-03
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-07-31
Checked the rebuffering code. Might fix buffers desyncing and a system
Miika Pekkarinen
2006-07-29
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-28
Fixed one of the many pending bugs in the playback engine and restored
Miika Pekkarinen
2006-07-26
Add resume support for AC3 files.
Magnus Holmgren
2006-07-18
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-15
Initial runtimedb support for tagcache. Only for developers,
Miika Pekkarinen
2006-07-03
Patch by Mark Arigo to close bug report #5305 - fixes crashes when attempting...
Dave Chapman
2006-06-21
Wait for voice to complete before stopping playback. Fixes hang when stoppin...
Hardeep Sidhu
2006-06-17
Only swap_codec() in voice thread when something is playing. Fixes B#5486.
Hardeep Sidhu
2006-06-10
Fix resume for MP1. Thanks go to Dave Chapman for the hint.
Jens Arnold
2006-06-07
Stop playback if playlist_next() returns -1 (e.g. if auto directory change fa...
Hardeep Sidhu
2006-06-04
Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...
Magnus Holmgren
2006-06-03
Previous automatic skip fix had a problem if audio_fill_file_buffer() was cal...
Hardeep Sidhu
2006-05-25
Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this i...
Dave Chapman
2006-05-15
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-09
Reset id3 info when skipping directories. Fixes B#5323.
Hardeep Sidhu
2006-05-03
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-02
Stop playing current track before starting a new playlist with an offset (eg....
Hardeep Sidhu
2006-05-01
Properly set audio_is_initialized flag for swcodec devices ad use it when ini...
Hardeep Sidhu
2006-04-30
Fix one seeking bug: when seeking back to before a resume point, audio from a...
Magnus Holmgren
2006-04-26
Don't magically skip tracks without user interraction
Brandon Low
2006-04-26
This seems to fix a few bugs in that
Brandon Low
2006-04-26
This seems to make selecting a new track from the file browser work very clos...
Brandon Low
2006-04-25
Switch inserts back from do while to while loops, because mpc likes to insert...
Brandon Low
2006-04-24
Fix the most likely cause of ipod nano startup race, and also seems to fix cr...
Brandon Low
2006-04-24
Make track info update in a smarter way
Brandon Low
2006-04-23
Fix some todos, and prevent the position from jumping around badly on seek
Brandon Low
2006-04-23
Improve stop behavior
Brandon Low
[next]