summaryrefslogtreecommitdiffstats
path: root/apps/playback.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-3/+0
2018-10-18Fix playback.c audio_track_count() warningWilliam Wilgus1-1/+1
2017-11-24Do playback restarts the proper wayMichael Sevakis1-1/+10
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-6/+0
2013-07-13Get rid of some superfluous single-purpose functions in playback.Michael Sevakis1-4/+0
2013-07-12Fix whitespace in files for following commit.Michael Sevakis1-1/+1
2013-05-31Refactor audio thread to run both recording and playback.Michael Sevakis1-63/+1
2013-03-24Change audio_set_cuesheet parameter from int to bool (fixes cppcheck warning)Bertrik Sikken1-1/+1
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-1/+0
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+0
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-1/+0
2011-04-27Get rid of a committed #define from kernel.h that didn't make the final cut. ...Michael Sevakis1-1/+0
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-20/+58
2011-04-07Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...Andree Buschmann1-1/+0
2011-04-07Fix regressions of r29682. Update playlist index resume position when playlis...Andree Buschmann1-0/+1
2011-02-23Give playback engine better control over the codec. Codec simply follows comm...Michael Sevakis1-1/+4
2011-02-09Embedded album art support in MP3/ID3v2 tags.Thomas Martitz1-0/+7
2009-11-16mpeg.h/c cleanupJeffrey Goode1-8/+0
2009-11-16Cleanup audio.h, related functionsJeffrey Goode1-0/+1
2009-11-16pcmbuf cleanupJeffrey Goode1-1/+1
2009-11-10Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode1-1/+3
2009-11-09Playback: removed duplicate functionsJeffrey Goode1-2/+0
2009-11-05pcmbuf: clarify and simplify crossfade code, etc.Jeffrey Goode1-1/+1
2009-11-04Clarify track transition code in pcmbuf and playback. No functional changes yet.Jeffrey Goode1-0/+1
2009-11-01Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...Jeffrey Goode1-0/+1
2009-10-31FS#10739: playback.c code splitJeffrey Goode1-8/+43
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz1-3/+26
2009-08-03A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz1-1/+1
2009-01-05Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis1-0/+2
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-1/+1
2008-07-15Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-04Accept FS#6188: study mode.Stéphane Doyon1-2/+2
2008-04-28Cleaned up playblack.h header file and usage of it.Bertrik Sikken1-14/+1
2008-04-27Updated use of events.h header file.Bertrik Sikken1-1/+0
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin1-3/+3
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin1-2/+20
2008-03-20CODEC_IDX_{AUDIO,VOICE} are already defined in apps/dsp.hAntoine Cellerier1-3/+0
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-13/+1
2008-03-08Fixed yellow.Miika Pekkarinen1-3/+7
2008-03-07Rewritten playback event handling. Should fix runtime statistics gathering.Miika Pekkarinen1-3/+9
2007-10-31Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin1-4/+2
2007-10-25Finally commit Metadata on Buffer!Nicolas Pennequin1-2/+2
2007-10-02Thanks to Nico_P, struct track_info can now be internal to playback.cSteve Bavin1-17/+0
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-0/+1
2007-05-07Revert the addition of the steal_codec_stack function. Replace by accessing ...Dave Chapman1-1/+0
2007-05-07Use a separate thread in test_codec, with the same (IRAM) stack as the main c...Dave Chapman1-0/+1
2007-05-07Initial version of a test_codec plugin (viewer). This loads the audio file i...Dave Chapman1-0/+1
2007-05-07Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman1-2/+0
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis1-2/+0