summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-06Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon1-2/+0
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon1-0/+1
2010-05-12FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon1-1/+1
2010-04-24FS#11099 - Rewind before resumeMagnus Holmgren1-0/+13
2010-04-17drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon1-2/+3
2010-03-14Minor clean up in playback.cAndree Buschmann1-16/+4
2010-03-14Implement resume for alac codec.Andree Buschmann1-0/+1
2010-02-28Make the buffer low-level watermark (and the related anti-skip setting) work ...Magnus Holmgren1-0/+2
2010-02-18Fix FS#11004 - Buffering crashes when skipping back from end of song.Thomas Martitz1-0/+1
2010-01-15Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon1-2/+2
2010-01-13FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon1-0/+17
2009-11-21Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S...Michael Giacomelli1-1/+1
2009-11-16Cleanup audio.h, related functionsJeffrey Goode1-9/+17
2009-11-16pcmbuf cleanupJeffrey Goode1-4/+2
2009-11-11Crossfade: added a new option, rewrote decision logic, updated manual and men...Jeffrey Goode1-1/+1
2009-11-10Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode1-1/+9
2009-11-09Playback: removed duplicate functionsJeffrey Goode1-10/+0
2009-11-05pcmbuf: clarify and simplify crossfade code, etc.Jeffrey Goode1-12/+14
2009-11-04Clarify track transition code in pcmbuf and playback. No functional changes yet.Jeffrey Goode1-13/+27
2009-11-02Playback.c: Eliminate repetitive watermark calculation when the buffer is idl...Jeffrey Goode1-2/+2
2009-11-02Tweak logf statementsJeffrey Goode1-9/+9
2009-11-01Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...Jeffrey Goode1-45/+12
2009-10-31Fix yellow, definesJeffrey Goode1-1/+2
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-748/+110
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-5/+6
2009-10-19Initial custom statusbar commit.Thomas Martitz1-1/+1
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz1-39/+117
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