summaryrefslogtreecommitdiff
path: root/apps/codecs/aiff.c
AgeCommit message (Expand)Author
2011-02-20Enforce that codecs wait for their metadata in a proper-ish and consistent ma...Michael Sevakis
2010-07-26aiff codec: small clean upRafaël Carré
2010-03-22fix bug: WAV file playback does not resume (FS#11077)Yoshihisa Uchida
2010-03-12libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift.Yoshihisa Uchida
2010-03-07wave codecYoshihisa Uchida
2010-03-06When seek action failed, play time is invalid.Yoshihisa Uchida
2010-03-06libpcm: decoded pcm depth corrects.Yoshihisa Uchida
2010-02-24libpcm: deletes PCM_CHUNK_SIZE.Yoshihisa Uchida
2010-02-20commit FS#10424 and FS#10425Yoshihisa Uchida
2010-01-27Commit FS#10423 by Yoshihisa Uchida. Adds support for floating point PCM to ...Michael Giacomelli
2010-01-27Fix warnings on 32 bit sim.Michael Giacomelli
2010-01-27Commit FS#10422 by Yoshihisa Uchida. Seperates WAV and AIFF parsing from PCM...Michael Giacomelli
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-02-24Change to (or add) 'standard' codec startup delay, fixing potential startup p...Magnus Holmgren
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low
2007-04-23AIFF COMM chunks might be larger than 18 bytes.Jens Arnold
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold
2007-02-26SWCODEC: Fix the problem of replaygain not being applied unless the menu is ...Michael Sevakis
2007-02-10SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback ...Michael Sevakis
2007-02-07Fix resampling clicking as much as possible at the moment. 1) Upsampling clic...Michael Sevakis
2006-11-26FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski
2006-11-26SWCODEC: Stop clicks between tracks when resampler is active by only switchin...Michael Sevakis
2006-11-25Fixed header parsing in AIFF. The minimum header size is 54 bytes for an audi...Michael Sevakis
2006-10-27Re-enable the currently unused and broken dithering and noise shaping code al...Thom Johansen
2006-04-22First commit of reworking voice to be mroe stable on swcodecBrandon Low
2006-04-15Put new_track on the codec_api, and use it instead of the reload_codec variab...Brandon Low
2006-03-24Fix warningsBrandon Low
2006-03-20Code policed. Converted to generate internal s3.28 format directly (nextThom Johansen
2006-02-01Minor code policingLinus Nielsen Feltzing
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman