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