summaryrefslogtreecommitdiff
path: root/apps/playback.c
AgeCommit message (Expand)Author
2021-03-05OOM on Audio_Reset_BufferWilliam Wilgus
2021-03-02Remove execute bit from file permissions from recent commitWilliam Wilgus
2020-12-25Fix deadlocks when trying to buffer large album art.Michael Giacomelli
2020-10-01xduoox3ii/x20: Proper lineout detection and volume mangling.Solomon Peachy
2020-10-01hosted pcm-alsa improvementsSolomon Peachy
2020-09-30audio: Add support for 192 and 176KHz playbackSolomon Peachy
2020-08-07Automatic choice of playback frequency by the playing file propertiesIgor B. Poretsky
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-08Fix build errors introduced in a2fbccfSolomon Peachy
2020-07-08playback: Nothing should call ata_spinup_time() directlySolomon Peachy
2018-12-22Auto-Ranging Time Formatting For Menus (hh:mm:ss:mss)William Wilgus
2018-10-18Fix playback.c audio_track_count() warningWilliam Wilgus
2017-12-17Get rid of useless playlist probing and fix up some data types.Michael Sevakis
2017-12-15Fix big WTF when closing the current track.Michael Sevakis
2017-12-12Get voice event out of playback.cMichael Sevakis
2017-12-09Fix yellow on hosted targets from c1a01beMichael Sevakis
2017-12-09Playback: Move internal track list onto bufferMichael Sevakis
2017-12-07Ensure ci is properly updated if seeking before track load completesMichael Sevakis
2017-12-04Playback: C99-ize FOREACH_ALBUMART; make loop counter localMichael Sevakis
2017-11-24Do playback restarts the proper wayMichael Sevakis
2017-04-06Fix a problem with audio not starting on a list of short filesMichael Sevakis
2016-03-30Fix broken logfMihail Zenkov
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer
2015-01-11Make a few local variables staticThomas Jarosch
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis
2014-06-20Fix a playback bug in shink_callback()Michael Sevakis
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz
2013-11-10playback: Fix build with LOGF_ENABLE.Andrew Ryabinin
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis
2013-07-06Enable setting of global output samplerate on certain targets.Michael Sevakis
2013-06-29SWCODEC Audio: Add some INIT_ATTR's to get a few bytes back.Michael Sevakis
2013-06-30Update software recording engine to latest codec interface.Michael Sevakis
2013-06-30Fix some whitespace in files changed in following commit.Michael Sevakis
2013-05-31Argh, move a comment to the (now) proper location. :)Michael Sevakis
2013-05-31Have voice fire an event when it starts and stops playing.Michael Sevakis
2013-05-31Should use HAVE_RECORDING, not AUDIO_HAVE_RECORDING in playback.cMichael Sevakis
2013-05-31Some corrections after 5857c44.Michael Sevakis
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis
2013-03-24Change audio_set_cuesheet parameter from int to bool (fixes cppcheck warning)Bertrik Sikken
2012-05-24More snafu fix. Need a couple more patchups for now.Michael Sevakis
2012-05-21Fix some lockup caused by handles not being initialized to < 0...Michael Sevakis
2012-05-02Use buflib for the allocation of voice PCM resources.Michael Sevakis
2012-05-01rbcodec refactoring: autoresumableSean Bartell
2012-04-28rbcodec refactoring: get_audio_base_data_typeSean Bartell
2012-03-25buflib/shrink_callback: Resume playback only if it was playing (not paused).Thomas Martitz
2012-03-19Option to constrain get_next_dir() to directories below global_settings.start...Nick Peskett
2011-12-22Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...Alexander Levin
2011-12-16FS #12419 : Support for embedded cuesheets.Nick Peskett