summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-01Rearrangement of playback.c to group routines by threadSteve Bavin1-1716/+1737
2006-08-31Add logging for all playback queueing, for the simulator at leastSteve Bavin1-59/+164
2006-08-30Fix warning.Magnus Holmgren1-1/+1
2006-08-30Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren1-7/+26
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-89/+126
2006-08-27Force WPS reload after all tracks have been buffered (runtime statsMiika Pekkarinen1-0/+3
2006-08-23Quick and dirty fix for a serious issue that could make X5 crash when using v...Linus Nielsen Feltzing1-0/+2
2006-08-23Add resume support to AAC files.Magnus Holmgren1-0/+1
2006-08-23Patch #5844 by Steve Bavin - Fix confused voice file memory allocationLinus Nielsen Feltzing1-17/+14
2006-08-15Patch #5766 by Steve Bavin - Fix for various voice related crashesLinus Nielsen Feltzing1-5/+18
2006-08-13Memory size checks in .c/.h files should use MEM, not MEMORYSIZEDave Chapman1-3/+3
2006-08-12Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).Tomasz Malesinski1-0/+12
2006-08-05FS#5691 Fix for crash if stop pressed during voice output.Miika Pekkarinen1-2/+2
2006-08-04Prevent buffer filling trying to start over and over causing playbackMiika Pekkarinen1-6/+15
2006-08-03Don't yield_codecs() within codec thread.Miika Pekkarinen1-9/+11
2006-08-03Stop playback before updating runtime stats. And yield codecs whileMiika Pekkarinen1-2/+5
2006-07-31Checked the rebuffering code. Might fix buffers desyncing and a systemMiika Pekkarinen1-27/+43
2006-07-29Completely remove all track entries at audio_rebuffer().Miika Pekkarinen1-6/+12
2006-07-29Another oops.Miika Pekkarinen1-0/+1
2006-07-29Oops, committed some extra stuff not necessary.Miika Pekkarinen1-12/+0
2006-07-29Define MAX_TRACK_MAX and use it to keep the ring track structureMiika Pekkarinen1-103/+230
2006-07-28Fixed one of the many pending bugs in the playback engine and restoredMiika Pekkarinen1-3/+11
2006-07-26Add resume support for AC3 files.Magnus Holmgren1-0/+1
2006-07-18Additional fix for seeking beyond the current buffered dataMark Arigo1-0/+1
2006-07-18Patch #5157 by Rainer Sinsch - SID codecDave Chapman1-0/+4
2006-07-15Initial runtimedb support for tagcache. Only for developers,Miika Pekkarinen1-18/+2
2006-07-03Patch by Mark Arigo to close bug report #5305 - fixes crashes when attempting...Dave Chapman1-2/+4
2006-06-21Wait for voice to complete before stopping playback. Fixes hang when stoppin...Hardeep Sidhu1-0/+5
2006-06-17Only swap_codec() in voice thread when something is playing. Fixes B#5486.Hardeep Sidhu1-1/+2
2006-06-10Fix resume for MP1. Thanks go to Dave Chapman for the hint.Jens Arnold1-0/+1
2006-06-07Stop playback if playlist_next() returns -1 (e.g. if auto directory change fa...Hardeep Sidhu1-1/+6
2006-06-04Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...Magnus Holmgren1-0/+2
2006-06-03Previous automatic skip fix had a problem if audio_fill_file_buffer() was cal...Hardeep Sidhu1-3/+3
2006-05-25Replace "#if (ROCKBOX_HAS_LOGF == 1)" with "#ifdef ROCKBOX_HAS_LOGF" - this i...Dave Chapman1-2/+2
2006-05-15Reset playlist_end when automatically skipping. Fixes B#5319.Hardeep Sidhu1-0/+3
2006-05-15Reset id3 info in all cases where we need to rebuffer tracksHardeep Sidhu1-1/+4
2006-05-09Reset id3 info when skipping directories. Fixes B#5323.Hardeep Sidhu1-0/+1
2006-05-03Don't initiate track change if at end of playlistHardeep Sidhu1-2/+5
2006-05-03Only reset resume settings when we're really at the end of the playlistHardeep Sidhu1-1/+2
2006-05-02Stop playing current track before starting a new playlist with an offset (eg....Hardeep Sidhu1-1/+4
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu1-4/+7
2006-04-30Fix one seeking bug: when seeking back to before a resume point, audio from a...Magnus Holmgren1-4/+8
2006-04-26Don't magically skip tracks without user interractionBrandon Low1-0/+1
2006-04-26This seems to fix a few bugs in thatBrandon Low1-0/+6
2006-04-26This seems to make selecting a new track from the file browser work very clos...Brandon Low1-27/+65
2006-04-25Switch inserts back from do while to while loops, because mpc likes to insert...Brandon Low1-7/+6
2006-04-24Fix the most likely cause of ipod nano startup race, and also seems to fix cr...Brandon Low1-2/+4
2006-04-24Make track info update in a smarter wayBrandon Low1-3/+8
2006-04-23Fix some todos, and prevent the position from jumping around badly on seekBrandon Low1-5/+9
2006-04-23Improve stop behaviorBrandon Low1-0/+5