summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-20/+129
2006-11-16Fix alignment issue that caused data aborts on arm targetsMark Arigo1-2/+4
2006-11-14Strip APE tags during buffering so they do not break MP3 gapless playback.Mark Arigo1-3/+36
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis1-0/+2
2006-11-13Minor voice fixes; prevent voice queue overflow, fix compile of voice-less buildSteve Bavin1-3/+6
2006-11-11Thread API enhancements.Brandon Low1-1/+5
2006-11-10Ooops, adapt playback.c to the new IRAM distribution on X5. Codec IRAM is def...Jens Arnold1-2/+4
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski1-1/+5
2006-11-08fix booboo in ata.c (SYS_POWEROFF falling into SYS_USB_CONNECTED)Jonathan Gordon1-1/+3
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon1-0/+1
2006-11-07allow the nano to rebuffer on "disk" spindown, seems to be fineJonathan Gordon1-2/+0
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-65/+197
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon1-8/+40
2006-11-02A better fix for the crossfade setting crash (with no global variables added)Steve Bavin1-11/+3
2006-11-01Remove unwanted logfSteve Bavin1-1/+0
2006-11-01Fix up non-voice build and stop crashes if crossfade settings changed during ...Steve Bavin1-16/+29
2006-10-30Improve accuracy a little when seeking and resuming MP3 files. Mainly noticab...Magnus Holmgren1-8/+12
2006-10-30Little tidy-up - track_changed is now only updated on the audio threadSteve Bavin1-1/+0
2006-10-30Rearrange and comment variable declarations; no functional changeSteve Bavin1-87/+72
2006-10-27Do not flood the queue with unnecessary fill buffer requests at the end of a ...Mark Arigo1-1/+1
2006-10-26Revert this morning's change as it can cause old metadata to be reused inappr...Steve Bavin1-1/+1
2006-10-26Don't clear previous track details during playback so the progress bar works ...Steve Bavin1-3/+4
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon1-0/+2
2006-10-25A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin1-8/+14
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin1-5/+13
2006-10-23Fix FS 6205: id3v1 stripping messed up rebuffer_and_seeks. Add an assurance ...Brandon Low1-2/+10
2006-10-23Last fix was wrong, I did the math this time, should fix more buffering edgesBrandon Low1-8/+8
2006-10-22Fix edge case handling for buffer writing into the playing track; Improve com...Brandon Low1-6/+17
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+10
2006-10-19Oops; sleep != yieldSteve Bavin1-1/+1
2006-10-19Keep the WPS progress bar updating at end of playbackSteve Bavin1-1/+4
2006-10-17Remove fill_bytesleft, simplify some buffering code, fix bug 5906Brandon Low1-121/+99
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen1-27/+5
2006-10-15Don't unboost CPU in an ISRSteve Bavin1-8/+6
2006-10-13Just take out some out-of-date TODOs from playback.c and put a big FIXME in p...Brandon Low1-7/+2
2006-10-13Fix race condition when playback stopped - see FS#6174. Thanks to Jared StaffordSteve Bavin1-1/+1
2006-10-13Minor simplification #3; use macros for ring buffer arithmetic. Also fixed u...Steve Bavin1-52/+24
2006-10-12Minor simplification #2; replace unneeded variable filebufused with a macroSteve Bavin1-27/+19
2006-10-12Minor simplification; replace unneeded variable cur_ti with a macroSteve Bavin1-80/+80
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-5/+5
2006-09-28Flush queued voice clips when not playing audioSteve Bavin1-1/+7
2006-09-28Another fix for crashing when changing crossfade settingsSteve Bavin1-12/+6
2006-09-28Fix hangs when changing crossfade settingsSteve Bavin1-4/+6
2006-09-26Fix a crash and CPU being left boosted when using voice - FS#6024Steve Bavin1-25/+32
2006-09-17SWCODEC recording hang fixed. Fixed other trouble spots for codec swapping wh...Michael Sevakis1-11/+6
2006-09-17FS#5992 Reworked playback.c to fix voice bugs by Steve Bavin. Fixed toMiika Pekkarinen1-92/+149
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-19/+26
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