summaryrefslogtreecommitdiffstats
path: root/apps/codecs/wav.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-01FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius1-1/+1
2011-04-27Commit FS#12069 - Playback rework - first stages. Gives as thorough as possib...Michael Sevakis1-60/+46
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis1-4/+5
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida1-4/+12
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida1-1/+1
2010-03-07wave codecYoshihisa Uchida1-19/+19
2010-03-06When seek action failed, play time is invalid.Yoshihisa Uchida1-2/+2
2010-03-06libpcm: decoded pcm depth corrects.Yoshihisa Uchida1-1/+1
2010-02-24libpcm: deletes PCM_CHUNK_SIZE.Yoshihisa Uchida1-4/+5
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida1-12/+110
2010-01-27Try one more time to fix bitness warnings in WAV.Michael Giacomelli1-1/+1
2010-01-27Commit FS#10423 by Yoshihisa Uchida. Adds support for floating point PCM to ...Michael Giacomelli1-1/+3
2010-01-27Fix warnings on 32 bit sim.Michael Giacomelli1-3/+4
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli1-518/+130
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-1/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-1/+0
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold1-3/+4
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold1-1/+1
2007-02-26SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis1-0/+2
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis1-6/+6
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis1-10/+15
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski1-21/+2
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis1-1/+1
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen1-1/+0
2006-08-23Fix broken resume for wav files.Magnus Holmgren1-4/+8
2006-06-27Fix for wav files where the fmt chunk is not close to the start of the fileAdam Boot1-19/+28
2006-06-04Fix bug 5341: Resume in Wav and Flac doesn't start from the position where it...Magnus Holmgren1-3/+11
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low1-17/+17
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low1-1/+1
2006-03-24Fix warningsBrandon Low1-2/+2
2006-03-22Fixed ADPCM support. 3 bit ADPCMs do not work, but those didn't seem toThom Johansen1-7/+8
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen1-360/+319
2006-03-04ADPCM wav codec fix by Frederic DevernayLinus Nielsen Feltzing1-4/+6
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low1-18/+37
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold1-2/+2
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold1-0/+3
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen1-1/+0
2005-11-06The seek_time member of the codec API needs to be decremented before use as a...Thom Johansen1-1/+1
2005-11-02Fix simulator builds - DEBUGF explicitly needs rb->Dave Chapman1-1/+6
2005-11-02Add const attribute to lookup tablesDave Chapman1-5/+5
2005-11-02Cosmetic changes - use correct ICONST or IBSS attributes and refer to codec a...Dave Chapman1-44/+44
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman1-1/+1
2005-10-13Previous fix introduced tons of comparison warnings, just cast for now instead.Thom Johansen1-4/+3
2005-10-13Use correct types to avoid sim warnings.Thom Johansen1-1/+2
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen1-2/+1
2005-10-10Removed a ton of tabs, fixed some indentation and removed some unneeded inclu...Thom Johansen1-55/+53
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-1/+1
2005-09-22iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren1-62/+646
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-8/+5