summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2005-11-02Call ci->seek_complete() callback after processing a seek request (an old API...Dave Chapman
2005-11-01Init EMAC properly.Thom Johansen
2005-11-01Added some EMAC optimised fixed point routines.Thom Johansen
2005-11-01Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again.Jens Arnold
2005-11-01Fix gcc4 warnings for simulator buildsDave Chapman
2005-10-31Cosmetic change - correct the indenting to the standard Rockbox four spacesDave Chapman
2005-10-31Suppress compiler warningDave Chapman
2005-10-31Initial check-in of AAC codec. Currently only recognises the .mp4 extension ...Dave Chapman
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman
2005-10-31Correct the prototype for memmove (oops, forgot this file)Dave Chapman
2005-10-31Correct the prototype for memmoveDave Chapman
2005-10-31Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...Dave Chapman
2005-10-31Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...Dave Chapman
2005-10-31Some more IBSS_ATTR changes.Thom Johansen
2005-10-30Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET...Dave Chapman
2005-10-30Don't copy the data from the audio buffer - request_buffer() guarantees to al...Dave Chapman
2005-10-30Skip ID3v2 tags at the start of a FLAC file.Dave Chapman
2005-10-30Optimizations to the FLAC-codec buffer requesting to eliminate theMiika Pekkarinen
2005-10-29OopsDave Chapman
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman
2005-10-29Initial seeking support. This only seeks to the nearest point (before the ta...Dave Chapman
2005-10-28Enabled the FLAC EMAC optimisations.Thom Johansen
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