summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-23Remove unused definesMaurus Cuelenaere1-12/+0
2009-08-06Remove some unused #includesBertrik Sikken1-1/+0
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-1/+2
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-1/+1
2009-07-23Get cuesheets working again (hopefully fixes FS#10460), on swcodec only read ...Jonathan Gordon1-2/+2
2009-07-20fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...Jonathan Gordon1-7/+14
2009-07-20rework cuesheet support:Jonathan Gordon1-0/+42
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-06-29Bugfix for FS#10157 - "inaccurate seeking while paused" by Jeffrey Goode.Thomas Martitz1-4/+10
2009-06-29FS#10377 - "PCM buffer remainder is played under too many conditions" by Jeff...Thomas Martitz1-3/+8
2009-06-17Commit FS#10335 from Jeffrey Goode.Dan Everton1-0/+2
2009-06-10Fix FS#10101 and FS#8999. Buffering was stopped prematurely if a manual track...Thomas Martitz1-3/+4
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-04-21In audio_current_track(), don't overwrite thistrack_id3 when it is being used...Boris Gjenero1-12/+31
2009-04-19Fix red introduced in r20747Boris Gjenero1-1/+1
2009-04-19Add anti-skip buffer time when calculating watermark. This fixes the "Anti-Sk...Boris Gjenero1-6/+9
2009-04-14fix FS#10102 (progress doesnt get updated on the first track of a boot) and h...Jonathan Gordon1-12/+11
2009-04-07Remove unnecessary copying of current track id3 data back into the buffer. It...Boris Gjenero1-10/+0
2009-04-06FS9795 - some playback cleanup. Jonathan Gordon1-110/+100
2009-03-08Clean up some #includesBertrik Sikken1-1/+0
2009-03-01Correct comment and log message for failed AlbumArt bitmap loading.Antonius Hellmann1-2/+2
2009-03-01Bugfix: If AlbumArt bitmap loading fails, dont try loading it over and over a...Antonius Hellmann1-1/+0
2009-02-28Remove some unused code. bufopen for TYPE_ID3 can only return ERR_BUFFER_FULL...Thomas Martitz1-8/+1
2009-02-25make audio_get_buffer() properly invalidate the buffer (FS#9935, fix by Nicol...Frank Gevaerts1-0/+3
2009-02-23Now that filling is supposed to be reliable we can safely calculate the water...Thomas Martitz1-1/+2
2009-02-23Set filling properly when codec doesn't fit too.Thomas Martitz1-0/+1
2009-02-23Fix two rare bugs which caused playback to not unboost. The filling state was...Thomas Martitz1-2/+30
2009-02-23Check for buffer low condition in AlbumArt bitmap loading to assure correct A...Antonius Hellmann1-0/+5
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