summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
...
* Reload the current playlist after reboot even if it has ended. (FS#11644)Frank Gevaerts2011-07-31
* The voice PCM buffer has nothing to do with the playback PCM buffer any longe...Michael Sevakis2011-07-09
* Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis2011-07-08
* Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2011-06-29
* Workaround an occasional problem where album art or cuesheets might not be re...Michael Sevakis2011-05-25
* Fix FS#12118 - Voice UI has issues talking various issues in menus and in the...Michael Sevakis2011-05-20
* Fix whitespace and some comment typosJeffrey Goode2011-05-09
* Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.Michael Sevakis2011-04-27
* Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis2011-04-27
* Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann2011-04-07
* Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann2011-04-07
* Fix FS#12043. Next track was resumed when pausing and shutting down the playe...Andree Buschmann2011-04-06
* Fixed a typo. (Thanks Jeff!)Björn Stenberg2011-03-14
* Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg2011-03-14
* Remove malloc_buf references from playback.c since it's no longer used for an...Michael Sevakis2011-03-06
* autoresume: Optimize playlist resume (manual, bookmark, or after power-on)Michael Hohmuth2011-02-28
* Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis2011-02-23
* FS#11933: Check for external album art if embedded album art fails to load.Magnus Holmgren2011-02-16
* Always do proper mp3entry copying instead of using bufread directly. Add bufr...Michael Sevakis2011-02-10
* audio_peek_track should copy the struct mp3entry instead of pointing directly...Michael Sevakis2011-02-10
* Disable buffering codecs (and code generally) on RaaA.Thomas Martitz2011-02-09
* Embedded album art support in MP3/ID3v2 tags.Thomas Martitz2011-02-09
* Add option to resume next track on automatic track changeMichael Hohmuth2011-02-08
* Do not update resume information and do not log statistics when aMichael Hohmuth2011-02-08
* Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli2011-01-02
* Accept FS#11721 by Michael HohmuthJonathan Gordon2010-11-23
* don't cast to int when not neededRafaël Carré2010-08-30
* panicf() is declared in panic.hRafaël Carré2010-08-30
* audio_reset_buffer: check audiobuffer size not only in DEBUG buildsRafaël Carré2010-08-30
* Fix FS#11175. playlist_peek() wasn't thread safe (due to a static filename bu...Magnus Holmgren2010-08-11
* playback.c: don't assume cacheline size is 16 bytesRafaël Carré2010-06-23
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Change cuesheet handling so the id3 info is not spoofed anymore. If something...Jonathan Gordon2010-06-06
* FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon2010-05-16
* FS#10853 - Skin support in the radio screen! Check CustomWPS for the new tagsJonathan Gordon2010-05-12
* FS#11099 - Rewind before resumeMagnus Holmgren2010-04-24
* drop the playlist viewer stack usage by reading straiught off the buffer inst...Jonathan Gordon2010-04-17
* Minor clean up in playback.cAndree Buschmann2010-03-14
* Implement resume for alac codec.Andree Buschmann2010-03-14
* Make the buffer low-level watermark (and the related anti-skip setting) work ...Magnus Holmgren2010-02-28
* Fix FS#11004 - Buffering crashes when skipping back from end of song.Thomas Martitz2010-02-18
* Get rid of those horrible macros to protect against NULL reference when looki...Jonathan Gordon2010-01-15
* FS#10898 - Add a playlist viewer to the WPS. http://www.rockbox.org/wiki/Cust...Jonathan Gordon2010-01-13
* Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S...Michael Giacomelli2009-11-21
* Cleanup audio.h, related functionsJeffrey Goode2009-11-16
* pcmbuf cleanupJeffrey Goode2009-11-16
* Crossfade: added a new option, rewrote decision logic, updated manual and men...Jeffrey Goode2009-11-11
* Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode2009-11-10
* Playback: removed duplicate functionsJeffrey Goode2009-11-09
* pcmbuf: clarify and simplify crossfade code, etc.Jeffrey Goode2009-11-05