summaryrefslogtreecommitdiff
path: root/apps/playback.h (follow)
Commit message (Expand)AuthorAge
* Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin2007-10-31
* Finally commit Metadata on Buffer!Nicolas Pennequin2007-10-25
* Thanks to Nico_P, struct track_info can now be internal to playback.cSteve Bavin2007-10-02
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* Revert the addition of the steal_codec_stack function. Replace by accessing ...Dave Chapman2007-05-07
* Use a separate thread in test_codec, with the same (IRAM) stack as the main c...Dave Chapman2007-05-07
* Initial version of a test_codec plugin (viewer). This loads the audio file i...Dave Chapman2007-05-07
* Minor header file cleanup - try and include the minimal number of files, and ...Dave Chapman2007-05-07
* SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis2007-03-19
* Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis2007-03-11
* A bit more voice simplification/MAS fixage (FS#6241). Also clear any buffered...Steve Bavin2006-10-25
* Only flush PCM buffered voice data when explicitly told to. Patch by Stephan...Steve Bavin2006-10-25
* Applied patch #5879 by Andrew Cupper: Fix backward seeking bug.Magnus Holmgren2006-08-30
* Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis2006-08-28
* Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing2006-08-15
* Memory size checks in .c/.h files should use MEM, not MEMORYSIZEDave Chapman2006-08-13
* Various lower limits and sizes for targets with 1MB of RAM (Iriver iFP7xx).Tomasz Malesinski2006-08-12
* Checked the rebuffering code. Might fix buffers desyncing and a systemMiika Pekkarinen2006-07-31
* Define MAX_TRACK_MAX and use it to keep the ring track structureMiika Pekkarinen2006-07-29
* Ensure that the buffer doesn't get out of sync on rebuffer track changes. Re...Brandon Low2006-04-13
* Add a logf, remove an unused parameter, and an unused member of the track_inf...Brandon Low2006-04-13
* Rework track skipping. Full playback stop is no longer involved in track ski...Brandon Low2006-04-11
* Fix another nasty rebuffering bug, and ensure that buffer and unbuffer events...Brandon Low2006-04-09
* Convert playback.c to use unsigned byte counters, and _minor_ refactoring of ...Brandon Low2006-03-24
* iriver: Init audio on background.Miika Pekkarinen2006-01-27
* Enabled playback speed adjustment support for H1x0. Modified the resampler to...Thom Johansen2005-11-28
* removed set audio status method - will be using different approachAnton Oleynikov2005-11-13
* iRiver: fix for audio kept on while playing a file + new function to set audi...Anton Oleynikov2005-11-13
* iRiver: more robust folder skip routines + folder navigation on main unit viaAnton Oleynikov2005-11-10
* DSP_* constants moved from playback.h to dsp.h.Thom Johansen2005-09-21
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* Preparation for runtimedb hookup on archos: don't pass software playback syst...Jens Arnold2005-08-18
* iriver: added a DSP_SWITCH_FREQUENCY config, for on-the-fly sample frequency ...Linus Nielsen Feltzing2005-08-10
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen2005-07-05
* (in theory) more efficient (battery wise) runtime database code.Michiel Van Der Kolk2005-07-03
* Updated the track_unbuffer event callback.Miika Pekkarinen2005-07-03
* Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen2005-07-02
* Fixed seeking in mp3 files (and with other codecs which supportsMiika Pekkarinen2005-07-01
* Added event handler to register track changes.Miika Pekkarinen2005-06-29
* Replaced some size_t with longs. That might solve some problems. FixedMiika Pekkarinen2005-06-27
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
* Added %fc WPS tag to display codec type - moved codectype from track_info str...Dave Chapman2005-06-18
* Move metadata parsing code from playback.c into metadata.cDave Chapman2005-06-14
* Forward seeking fixed. Some comments added.Miika Pekkarinen2005-06-13
* Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant2005-06-13
* Added some basic codec configuration functionality.Miika Pekkarinen2005-06-10
* First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing2005-06-05