summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
* Next round of static'ing and related fixes.Jens Arnold2006-12-25
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Accept FS#5344 by Mike Schmitt. Add a "shuffle and track skip" option toJonathan Gordon2006-12-19
* Attempt at fixing 64-bit sim warning.Michael Sevakis2006-12-17
* Commit the kinds of changes that queue_send is mean for.Michael Sevakis2006-12-16
* Fix an errant #if effecting targets with MEM <= 8Mark Arigo2006-12-06
* Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon2006-12-06
* SWCODEC: Audio-related threads must be free of further tasks before returning...Michael Sevakis2006-11-28
* Avoid calls to audio and talk functions in audio_get_buffer until init is com...Michael Sevakis2006-11-27
* SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis2006-11-26
* Audio bugfixes. Should wait for voice codec to reload before returning buffer...Michael Sevakis2006-11-22
* Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers2006-11-22
* SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis2006-11-18
* Fix alignment issue that caused data aborts on arm targetsMark Arigo2006-11-16
* Strip APE tags during buffering so they do not break MP3 gapless playback.Mark Arigo2006-11-14
* Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis2006-11-14
* Minor voice fixes; prevent voice queue overflow, fix compile of voice-less buildSteve Bavin2006-11-13
* Thread API enhancements.Brandon Low2006-11-11
* Ooops, adapt playback.c to the new IRAM distribution on X5. Codec IRAM is def...Jens Arnold2006-11-10
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon2006-11-08
* * changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon2006-11-08
* allow the nano to rebuffer on "disk" spindown, seems to be fineJonathan Gordon2006-11-07
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon2006-11-06
* A better fix for the crossfade setting crash (with no global variables added)Steve Bavin2006-11-02
* Remove unwanted logfSteve Bavin2006-11-01
* Fix up non-voice build and stop crashes if crossfade settings changed during ...Steve Bavin2006-11-01
* Improve accuracy a little when seeking and resuming MP3 files. Mainly noticab...Magnus Holmgren2006-10-30
* Little tidy-up - track_changed is now only updated on the audio threadSteve Bavin2006-10-30
* Rearrange and comment variable declarations; no functional changeSteve Bavin2006-10-30
* Do not flood the queue with unnecessary fill buffer requests at the end of a ...Mark Arigo2006-10-27
* Revert this morning's change as it can cause old metadata to be reused inappr...Steve Bavin2006-10-26
* Don't clear previous track details during playback so the progress bar works ...Steve Bavin2006-10-26
* ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon2006-10-25
* A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin2006-10-25
* Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin2006-10-25
* Fix FS 6205: id3v1 stripping messed up rebuffer_and_seeks. Add an assurance ...Brandon Low2006-10-23
* Last fix was wrong, I did the math this time, should fix more buffering edgesBrandon Low2006-10-23
* Fix edge case handling for buffer writing into the playing track; Improve com...Brandon Low2006-10-22
* Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2006-10-19
* Oops; sleep != yieldSteve Bavin2006-10-19
* Keep the WPS progress bar updating at end of playbackSteve Bavin2006-10-19
* Remove fill_bytesleft, simplify some buffering code, fix bug 5906Brandon Low2006-10-17
* Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen2006-10-15
* Don't unboost CPU in an ISRSteve Bavin2006-10-15
* Just take out some out-of-date TODOs from playback.c and put a big FIXME in p...Brandon Low2006-10-13
* Fix race condition when playback stopped - see FS#6174. Thanks to Jared StaffordSteve Bavin2006-10-13
* Minor simplification #3; use macros for ring buffer arithmetic. Also fixed u...Steve Bavin2006-10-13
* Minor simplification #2; replace unneeded variable filebufused with a macroSteve Bavin2006-10-12