summaryrefslogtreecommitdiff
path: root/apps/codecs/wav.c
AgeCommit message (Expand)Author
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen
2005-11-02Fix simulator builds - DEBUGF explicitly needs rb->Dave Chapman
2005-11-02Add const attribute to lookup tablesDave Chapman
2005-11-02Cosmetic changes - use correct ICONST or IBSS attributes and refer to codec a...Dave Chapman
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman
2005-10-13Previous fix introduced tons of comparison warnings, just cast for now instead.Thom Johansen
2005-10-13Use correct types to avoid sim warnings.Thom Johansen
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen
2005-10-10Removed a ton of tabs, fixed some indentation and removed some unneeded inclu...Thom Johansen
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman
2005-09-22iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen
2005-07-13Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg