summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Workaround an occasional problem where album art or cuesheets might not be re...Michael Sevakis1-0/+11
2011-05-20Fix FS#12118 - Voice UI has issues talking various issues in menus and in the...Michael Sevakis1-1/+1
2011-05-09Fix whitespace and some comment typosJeffrey Goode1-21/+21
2011-04-27Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.Michael Sevakis1-0/+2
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-1609/+2981
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann1-10/+1
2011-04-07Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann1-0/+8
2011-04-06Fix FS#12043. Next track was resumed when pausing and shutting down the playe...Andree Buschmann1-0/+2
2011-03-14Fixed a typo. (Thanks Jeff!)Björn Stenberg1-1/+1
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+2
2011-03-06Remove malloc_buf references from playback.c since it's no longer used for an...Michael Sevakis1-15/+8
2011-02-28autoresume: Optimize playlist resume (manual, bookmark, or after power-on)Michael Hohmuth1-2/+2
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis1-107/+248
2011-02-16FS#11933: Check for external album art if embedded album art fails to load.Magnus Holmgren1-49/+56
2011-02-10Always do proper mp3entry copying instead of using bufread directly. Add bufr...Michael Sevakis1-18/+20
2011-02-10audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis1-4/+9
2011-02-09Disable buffering codecs (and code generally) on RaaA.Thomas Martitz1-4/+11
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz1-8/+27
2011-02-08Add option to resume next track on automatic track changeMichael Hohmuth1-2/+7
2011-02-08Do not update resume information and do not log statistics when aMichael Hohmuth1-0/+9
2011-01-02Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli1-5/+35
2010-11-23Accept FS#11721 by Michael HohmuthJonathan Gordon1-0/+6
2010-08-30don't cast to int when not neededRafaël Carré1-1/+1
2010-08-30panicf() is declared in panic.hRafaël Carré1-0/+1
2010-08-30audio_reset_buffer: check audiobuffer size not only in DEBUG buildsRafaël Carré1-5/+1
2010-08-11Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren1-1/+3
2010-06-23playback.c: don't assume cacheline size is 16 bytesRafaël Carré1-6/+6
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+3
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