summaryrefslogtreecommitdiff
path: root/apps/playback.h
AgeCommit message (Expand)Author
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis
2006-10-25A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin
2006-10-25Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin
2006-08-30Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing
2006-08-13Memory size checks in .c/.h files should use MEM, not MEMORYSIZEDave Chapman
2006-08-12Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).Tomasz Malesinski
2006-07-31Checked the rebuffering code. Might fix buffers desyncing and a systemMiika Pekkarinen
2006-07-29Define MAX_TRACK_MAX and use it to keep the ring track structureMiika Pekkarinen
2006-04-13Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re...Brandon Low
2006-04-13Add a logf, remove an unused parameter, and an unused member of the track_inf...Brandon Low
2006-04-11Rework track skipping. Full playback stop is no longer involved in track ski...Brandon Low
2006-04-09Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events...Brandon Low
2006-03-24Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low
2006-01-27iriver: Init audio on background.Miika Pekkarinen
2005-11-28Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen
2005-11-13removed set audio status method - will be using different approachAnton Oleynikov
2005-11-13iRiver: fix for audio kept on while playing a file + new function to set audi...Anton Oleynikov
2005-11-10iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov
2005-09-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-08-18Preparation for runtimedb hookup on archos: don't pass software playback syst...Jens Arnold
2005-08-10iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing
2005-07-24ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-03(in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk
2005-07-03Updated the track_unbuffer event callback.Miika Pekkarinen
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-07-01Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen
2005-06-29Added event handler to register track changes.Miika Pekkarinen
2005-06-27Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-18Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman
2005-06-14Move metadata parsing code from playback.c into metadata.cDave Chapman
2005-06-13Forward seeking fixed. Some comments added.Miika Pekkarinen
2005-06-13Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant
2005-06-10Added some basic codec configuration functionality.Miika Pekkarinen
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing