summaryrefslogtreecommitdiffstats
path: root/apps/playback.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis1-1/+0
2006-10-25A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin1-1/+0
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin1-1/+1
2006-08-30Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren1-1/+1
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-2/+3
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-1/+5
2006-08-13Memory size checks in .c/.h files should use MEM, not MEMORYSIZEDave Chapman1-1/+1
2006-08-12Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).Tomasz Malesinski1-0/+5
2006-07-31Checked the rebuffering code. Might fix buffers desyncing and a systemMiika Pekkarinen1-1/+1
2006-07-29Define MAX_TRACK_MAX and use it to keep the ring track structureMiika Pekkarinen1-1/+3
2006-04-13Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re...Brandon Low1-0/+1
2006-04-13Add a logf, remove an unused parameter, and an unused member of the track_inf...Brandon Low1-1/+0
2006-04-11Rework track skipping. Full playback stop is no longer involved in track ski...Brandon Low1-2/+5
2006-04-09Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events...Brandon Low1-1/+0
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low1-11/+11
2006-01-27iriver: Init audio on background.Miika Pekkarinen1-0/+2
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen1-0/+3
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov1-2/+0
2005-11-13iRiver: fix for audio kept on while playing a file + new function to set audi...Anton Oleynikov1-0/+2
2005-11-10iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov1-0/+3
2005-09-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen1-19/+0
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-0/+1
2005-08-18Preparation for runtimedb hookup on archos: don't pass software playback syst...Jens Arnold1-1/+1
2005-08-10iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing1-0/+1
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren1-1/+5
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen1-2/+1
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk1-1/+1
2005-07-03Updated the track_unbuffer event callback.Miika Pekkarinen1-1/+1
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen1-0/+5
2005-07-01Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen1-0/+1