summaryrefslogtreecommitdiff
path: root/apps/playback.h (follow)
Commit message (Expand)AuthorAge
* mpeg.h/c cleanupJeffrey Goode2009-11-16
* Cleanup audio.h, related functionsJeffrey Goode2009-11-16
* pcmbuf cleanupJeffrey Goode2009-11-16
* Crossfade: carved out crossfade related code with lots of HAVE_CORSSFADE cond...Jeffrey Goode2009-11-10
* Playback: removed duplicate functionsJeffrey Goode2009-11-09
* pcmbuf: clarify and simplify crossfade code, etc.Jeffrey Goode2009-11-05
* Clarify track transition code in pcmbuf and playback. No functional changes yet.Jeffrey Goode2009-11-04
* Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to l...Jeffrey Goode2009-11-01
* FS#10739: playback.c code splitJeffrey Goode2009-10-31
* Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2009-10-16
* A bit mroe wps/skin engine cleanup so that the structs the wps uses can be st...Thomas Martitz2009-08-03
* Have the codec thread do callbacks instead of messing with the stack which is...Michael Sevakis2009-01-05
* Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli2008-12-25
* Accept FS#8918: Voice multiple thumbnails and talk race fixes.Stéphane Doyon2008-07-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Accept FS#6188: study mode.Stéphane Doyon2008-05-04
* Cleaned up playblack.h header file and usage of it.Bertrik Sikken2008-04-28
* Updated use of events.h header file.Bertrik Sikken2008-04-27
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* CODEC_IDX_{AUDIO,VOICE} are already defined in apps/dsp.hAntoine Cellerier2008-03-20
* Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen2008-03-16
* Fixed yellow.Miika Pekkarinen2008-03-08
* Rewritten playback event handling. Should fix runtime statistics gathering.Miika Pekkarinen2008-03-07
* 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