summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen
2005-10-28Add more useful error codes from decoderDave Chapman
2005-10-281) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...Dave Chapman
2005-10-27Should be referring to libffmpegFLAC, not libalac - how did this work in the ...Dave Chapman
2005-10-27Prevent compiler warning for LOGF buildsDave Chapman
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing
2005-10-27Zero the FLACContext during initialisationDave Chapman
2005-10-27Didn't mean to commit that...Thom Johansen
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen
2005-10-27Replaced jump table with a more efficient one.Thom Johansen
2005-10-27Assembler optimised LPC routines for Coldfire. Will enable them when codec ha...Thom Johansen
2005-10-26New FLAC decoder from the ffmpeg projectDave Chapman
2005-10-22Removed unneeded xxx2wav files.Thom Johansen
2005-10-22Fix downmixing problems in AC3/A52 decoder and small cleanup of unused codeDave Chapman
2005-10-22Seeking support for AC3/A52 files. We assume they are always CBR.Dave Chapman
2005-10-18Fixed the playlist skipping with MusePack.Miika Pekkarinen
2005-10-17iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren
2005-10-16Fixed the pops with musepack.Miika Pekkarinen
2005-10-15Fix compiler warnings in sim.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-12Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold
2005-10-12Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen
2005-10-11Disabled dynamic range compression.Thom Johansen
2005-10-10Cleaned up code. Now passes full precision samples to the playback engine, an...Thom Johansen
2005-10-10iRiver/Vorbis: And don't specify -O2 twice...Magnus Holmgren
2005-10-10iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren
2005-10-10Cleaned up to conform to one source code style, removed some tabs and some re...Thom Johansen
2005-10-10Added DSP support and started passing full precision samples to playback engi...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-30Fix some WavPack bugs by forcing DSP use even when not needed for sampling rateDave Bryant
2005-09-28iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren
2005-09-24Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman
2005-09-24Cascade errors back down to qtmovie_read() and correctly return an error on i...Dave Chapman
2005-09-24Workaround for ALAC files that previousy wouldn't play. Libalac now skips unk...Jonas Häggqvist
2005-09-23Removed unnecessary codec_api struct.Thom Johansen
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman
2005-09-22First Rockbox version of ALAC decoder - porting to work in Rockbox environmen...Dave Chapman
2005-09-22iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren
2005-09-22Initial (unmodified - for reference) import of David Hammerton's Apple Lossle...Dave Chapman
2005-09-21Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen
2005-09-21DSP_* constants moved from playback.h to dsp.h.Thom Johansen
2005-09-18iriver: fix problem with playing some long vorbis files (e.g., this week in t...Magnus Holmgren
2005-09-13Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen
2005-09-10Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen
2005-09-07Put some FLAC data in IRAM. Will clean up code later.Thom Johansen
2005-09-07Fix red build with a comment for now.Thom Johansen