summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
* Get rid of useless playlist probing and fix up some data types.Michael Sevakis2017-12-17
* Fix big WTF when closing the current track.Michael Sevakis2017-12-15
* Get voice event out of playback.cMichael Sevakis2017-12-12
* Fix yellow on hosted targets from c1a01beMichael Sevakis2017-12-09
* Playback: Move internal track list onto bufferMichael Sevakis2017-12-09
* Ensure ci is properly updated if seeking before track load completesMichael Sevakis2017-12-07
* Playback: C99-ize FOREACH_ALBUMART; make loop counter localMichael Sevakis2017-12-04
* Do playback restarts the proper wayMichael Sevakis2017-11-24
* Fix a problem with audio not starting on a list of short filesMichael Sevakis2017-04-06
* Fix broken logfMihail Zenkov2016-03-30
* iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer2015-02-02
* Make a few local variables staticThomas Jarosch2015-01-11
* Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis2014-08-30
* Fix a playback bug in shink_callback()Michael Sevakis2014-06-20
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Implement time-based resume and playback start.Michael Sevakis2014-03-10
* playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz2013-12-23
* playback: Fix build with LOGF_ENABLE.Andrew Ryabinin2013-11-10
* Get rid of some superfluous single-purpose functions in playback.Michael Sevakis2013-07-13
* Enable setting of global output samplerate on certain targets.Michael Sevakis2013-07-06
* SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.Michael Sevakis2013-06-29
* Update software recording engine to latest codec interface.Michael Sevakis2013-06-30
* Fix some whitespace in files changed in following commit.Michael Sevakis2013-06-30
* Argh, move a comment to the (now) proper location. :)Michael Sevakis2013-05-31
* Have voice fire an event when it starts and stops playing.Michael Sevakis2013-05-31
* Should use HAVE_RECORDING, not AUDIO_HAVE_RECORDING in playback.cMichael Sevakis2013-05-31
* Some corrections after 5857c44.Michael Sevakis2013-05-31
* Refactor audio thread to run both recording and playback.Michael Sevakis2013-05-31
* Change audio_set_cuesheet parameter from int to bool (fixes cppcheck warning)Bertrik Sikken2013-03-24
* More snafu fix. Need a couple more patchups for now.Michael Sevakis2012-05-24
* Fix some lockup caused by handles not being initialized to < 0...Michael Sevakis2012-05-21
* Use buflib for the allocation of voice PCM resources.Michael Sevakis2012-05-02
* rbcodec refactoring: autoresumableSean Bartell2012-05-01
* rbcodec refactoring: get_audio_base_data_typeSean Bartell2012-04-28
* 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