summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2006-03-09Fix profiling compilation for non-m68k targetsBrandon Low
2006-03-06Enable ARM optimisation.Thom Johansen
2006-03-06ARM assembler optimised LPC decode routine for FLAC (not yet enabled).Thom Johansen
2006-03-04ADPCM wav codec fix by Frederic DevernayLinus Nielsen Feltzing
2006-03-03Long policyJens Arnold
2006-03-03More 64bit simulator fixes, coinciding with the long policy this time.Jens Arnold
2006-03-01Remove all references to errno, it's unnecessary since the codec doesn't dire...Jens Arnold
2006-02-26More WavPack optimizations. Restored 24-bit file playback.Dave Bryant
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen
2006-02-13Common internal sample format for AC3.Thom Johansen
2006-02-13Convert to use common internal sample format.Thom Johansen
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen
2006-02-09Let's not leave the codecs emptyBrandon Low
2006-02-09Fix simulator builds (not positive sims are parallel make compliant still)Brandon Low
2006-02-09Various build sytem cleanupsBrandon Low
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold
2006-02-06Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant
2006-02-05A better count_leading_zeros() function, courtesy of Jens ArnoldDave Chapman
2006-02-03Undefined DEBUG, so that it compiles on DEBUG builds.Tomasz Malesinski
2006-02-03Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak...Dave Chapman
2006-02-01Minor code policingLinus Nielsen Feltzing
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman
2006-01-30Fix warning.Thom Johansen
2006-01-30Fix mpc.c to use new mpc_bool_t type to remove some warning.Thom Johansen
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen
2006-01-29Make Musepack work on little endian devices.Thom Johansen
2006-01-29Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...Dave Chapman
2006-01-28Make Tremor usable on ARM targets.Thom Johansen
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen
2006-01-18Profiling support, tools and documentation.Brandon Low
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant
2006-01-07Quick fix for annoying musepack noise on track change bug. Proper fix coming ...Thom Johansen
2006-01-07Fix generic filtering routine to support non-interleaved audio as well.Thom Johansen
2006-01-03iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t...Dave Chapman
2005-12-28Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren
2005-12-25Add forgetten libraries to the codec "clean" ruleDave Chapman
2005-12-22iRiver: improved handling of bad mpeg files.Magnus Holmgren
2005-12-21Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us...Magnus Holmgren
2005-12-19Explicitly declare char types to be signed when they must beDave Bryant
2005-12-16Enable assembler optimisations for ARM targetsDave Chapman
2005-12-05Make use of the generated dependency file.Magnus Holmgren