summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
* buflib/shrink_callback: Resume playback only if it was playing (not paused).Thomas Martitz2012-03-25
* Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett2012-03-19
* Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin2011-12-22
* FS #12419 : Support for embedded cuesheets.Nick Peskett2011-12-16
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Buflib: Make shrinking and buflib_available() smarter.Thomas Martitz2011-11-17
* Fix warning and typos.Thomas Martitz2011-11-06
* Fix FS#12279 - playback starts from the beginning when changing themes.Thomas Martitz2011-11-05
* In the playback buflib shrink callback, ensure a minimum buffer remains forThomas Martitz2011-11-03
* Make a few local functions staticBertrik Sikken2011-10-12
* Revert r30480 "Buflib/swcodec: Improve playback stopping behavior on allocati...Thomas Martitz2011-09-19
* Buflib/swcodec: Improve playback stopping behavior on allocation.Thomas Martitz2011-09-08
* Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis2011-09-01
* Remove obsolete init cruft from audio system because of diminished dependenci...Michael Sevakis2011-09-01
* Fix red.Andree Buschmann2011-08-30
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis2011-08-28
* Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck t...Steve Bavin2011-08-26
* Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...Michael Sevakis2011-08-23
* Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cue...Michael Sevakis2011-08-22
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* revert r30226, which is apparently broken.Frank Gevaerts2011-08-01
* 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