summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-28rbcodec refactoring: get_audio_base_data_typeSean Bartell1-5/+4
2012-03-25buflib/shrink_callback: Resume playback only if it was playing (not paused).Thomas Martitz1-1/+2
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett1-1/+10
2011-12-22Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin1-1/+1
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett1-3/+3
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-6/+0
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-4/+0
2011-11-17Buflib: Make shrinking and buflib_available() smarter.Thomas Martitz1-4/+15
2011-11-06Fix warning and typos.Thomas Martitz1-1/+1
2011-11-05Fix FS#12279 - playback starts from the beginning when changing themes.Thomas Martitz1-8/+26
2011-11-03In the playback buflib shrink callback, ensure a minimum buffer remains forThomas Martitz1-4/+13
2011-10-12Make a few local functions staticBertrik Sikken1-1/+1
2011-09-19Revert r30480 "Buflib/swcodec: Improve playback stopping behavior on allocati...Thomas Martitz1-25/+37
2011-09-08Buflib/swcodec: Improve playback stopping behavior on allocation.Thomas Martitz1-37/+25
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-11/+2
2011-09-01Remove obsolete init cruft from audio system because of diminished dependenci...Michael Sevakis1-12/+2
2011-08-30Fix red.Andree Buschmann1-0/+1
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-9/+67
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-19/+35
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis1-121/+90
2011-08-26Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck t...Steve Bavin1-1/+1
2011-08-23Fix FS#12238 - WPS delay on pause introduced by r30097 which was the excuse I...Michael Sevakis1-15/+25
2011-08-22Fix FS#12234 - Simulator crashes when playing mp3 file with cuesheet. The cue...Michael Sevakis1-0/+1
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-18/+27
2011-08-01revert r30226, which is apparently broken.Frank Gevaerts1-4/+0
2011-07-31Reload the current playlist after reboot even if it has ended. (FS#11644)Frank Gevaerts1-0/+4
2011-07-09The voice PCM buffer has nothing to do with the playback PCM buffer any longe...Michael Sevakis1-2/+14
2011-07-08Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis1-4/+2
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-3/+17
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