summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-2/+2
2009-01-31FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken1-17/+0
2009-01-11Increased default watermark from 3 to 5 seconds.Björn Stenberg1-1/+1
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-27/+33
2009-01-05Better just do some cache maintenence there for good luck.Michael Sevakis1-0/+4
2009-01-05Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis1-0/+21
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-1/+8
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-13/+0
2008-12-13PCM buffer beeping needs the audio buffer reset in order to work after operat...Michael Sevakis1-0/+13
2008-12-13Fix FS#8660-Recording hardlocks with keyclick enabled and FS#9388-keyclicks t...Michael Sevakis1-20/+22
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-8/+8
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis1-2/+2
2008-12-04playback: sanity check for pcmbuf_init() requirement (enabled in DEBUG)Rafaël Carré1-1/+7
2008-12-04Fix FS#8282 - if next-dir fails resume the old playlistJonathan Gordon1-11/+7
2008-12-01FS#8814 - remove the "restarting playback" splash because its pointless..Jonathan Gordon1-1/+0
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-10-26Try to fix FS#9502: end playback properly if no valid files were found in a p...Magnus Holmgren1-0/+9
2008-10-22fix FS#8124 - pressing STOP after seeking while paused causes playback to sta...Jonathan Gordon1-1/+1
2008-10-19Codec memory reorganizationNils Wallménius1-9/+8
2008-10-16Accept FS#7482 by Klaas Bosteels - return the full path of a file which doesn...Jonathan Gordon1-8/+5
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-5/+5
2008-10-14Added #include pcm_record.hBjörn Stenberg1-0/+1
2008-10-07add HAVE_DISK_STORAGE, and use that instead of HAVE_FLASH_STORAGE when checki...Frank Gevaerts1-3/+3
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-7/+5
2008-07-15Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon1-8/+2
2008-06-30Fix FS#8977. The issue was caused by multiple successive calls to audio_load_...Nicolas Pennequin1-0/+22
2008-06-29Fix FS#9110 and its maybe-dupes.Nicolas Pennequin1-3/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-05Restore Zagor's copyright from before the WPS tokenizer. I shouldn't have rem...Nicolas Pennequin1-1/+2
2008-04-28Cleaned up playblack.h header file and usage of it.Bertrik Sikken1-0/+8
2008-04-16bufgetid3 should be used carefully, as it can return NULL.Nicolas Pennequin1-6/+12
2008-04-16Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki...Nicolas Pennequin1-1/+1
2008-04-15audio_current_track: take wps_offset into account when no buffered metadata i...Nicolas Pennequin1-1/+3
2008-04-15Some bugfixes after r17109:Nicolas Pennequin1-4/+4
2008-04-15Remove a global variable which is (hopefully) not needed. Also fixes a very m...Steve Bavin1-10/+1
2008-04-14A rather big change to how tracks are loaded: there are now two parts to the ...Nicolas Pennequin1-84/+120
2008-04-14Revert what was left of r17018 until I find a better way. It had quirks in so...Nicolas Pennequin1-3/+0
2008-04-14FS#8882: Fix the bug where skipping backwards with Ogg files could result in ...Nicolas Pennequin1-0/+5
2008-04-12Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil...Michael Giacomelli1-0/+1
2008-04-07Bring the WPS playlist index display into sync with the track being played by...Nicolas Pennequin1-1/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-8/+8
2008-04-03Fix FS#8513 (Playback occasionally repeats a track when rebuffering occurs) a...Nicolas Pennequin1-20/+3
2008-04-03Migrate the buffering code to the new events system.Nicolas Pennequin1-33/+36
2008-04-03Fix an issue introduced by r16930 where rebuffering would happen one track to...Nicolas Pennequin1-1/+1
2008-04-03Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr...Nicolas Pennequin1-57/+0
2008-04-02Fix a possible (though unlikely) deadlock condition spotted by jhMikeS. It wo...Nicolas Pennequin1-1/+1
2008-04-02Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh...Nicolas Pennequin1-16/+9
2008-03-30Fixes FS#8597 (dropouts while crossfading) via keeping CPU boosted while cros...Andree Buschmann1-1/+5
2008-03-29Fix sim warnings.Nicolas Pennequin1-1/+2
2008-03-29Boost the audio thread while it's filling the buffer. In the audio and the bu...Nicolas Pennequin1-1/+4