summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant3-1/+482
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen1-11/+60
2006-02-13Common internal sample format for AC3.Thom Johansen1-5/+5
2006-02-13Convert to use common internal sample format.Thom Johansen3-4/+4
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen2-11/+2
2006-02-09Let's not leave the codecs emptyBrandon Low1-18/+18
2006-02-09Fix simulator builds (not positive sims are parallel make compliant still)Brandon Low1-4/+4
2006-02-09Various build sytem cleanupsBrandon Low1-67/+67
2006-02-07Patch #1426489 - Shorten codec optimisations from Mark ArigoDave Chapman3-114/+212
2006-02-06Added memmove() to codec API & plugin API, and changed codeclib and plugin li...Jens Arnold1-9/+2
2006-02-06Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant2-107/+19
2006-02-05A better count_leading_zeros() function, courtesy of Jens ArnoldDave Chapman1-37/+27
2006-02-03Undefined DEBUG, so that it compiles on DEBUG builds.Tomasz Malesinski1-1/+1
2006-02-03Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak...Dave Chapman1-9/+39
2006-02-01Minor code policingLinus Nielsen Feltzing1-35/+34
2006-02-01Patch #1421483 - AIFF codec by Jvo StuderDave Chapman3-0/+316
2006-01-30Fix warning.Thom Johansen1-0/+1
2006-01-30Fix mpc.c to use new mpc_bool_t type to remove some warning.Thom Johansen1-2/+2
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen16-1033/+361
2006-01-29Make Musepack work on little endian devices.Thom Johansen1-0/+4
2006-01-29Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playb...Dave Chapman1-7/+13
2006-01-28Make Tremor usable on ARM targets.Thom Johansen3-16/+17
2006-01-22Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen1-17/+18
2006-01-20Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen1-8/+17
2006-01-18Profiling support, tools and documentation.Brandon Low11-9/+26
2006-01-18Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low10-65/+141
2006-01-18New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold11-20/+25
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+2
2006-01-09SDL simulator brought by Nathan Hand and Nick Lanham. This is added as a thirdDaniel Stenberg1-1/+18
2006-01-08Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold9-6/+33
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant2-9/+10
2006-01-07Quick fix for annoying musepack noise on track change bug. Proper fix coming ...Thom Johansen1-4/+4
2006-01-07Fix generic filtering routine to support non-interleaved audio as well.Thom Johansen1-1/+1
2006-01-03iPod - Tremor code has become too big for IRAM (as of 28 December 2005), so t...Dave Chapman1-0/+7
2005-12-28Vorbis optimizations from Brandon Low (part of patch 1387611). Reduces cpu bo...Magnus Holmgren13-39/+67
2005-12-25Add forgetten libraries to the codec "clean" ruleDave Chapman1-1/+1
2005-12-22iRiver: improved handling of bad mpeg files.Magnus Holmgren1-5/+4
2005-12-21Inspired by patch #1377739 by Brandon Low: Inline oggpack_adv and the most us...Magnus Holmgren2-59/+70
2005-12-19Explicitly declare char types to be signed when they must beDave Bryant4-7/+7
2005-12-16Enable assembler optimisations for ARM targetsDave Chapman2-0/+6
2005-12-05Make use of the generated dependency file.Magnus Holmgren1-1/+5
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren9-67/+39
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg8-20/+20
2005-12-01iRiver: re-add an end of file check, to see if it helps the reported problems...Magnus Holmgren1-0/+1
2005-11-26iRiver: Reduced stack usage in the Vorbis decoder, so files created by old ve...Magnus Holmgren2-8/+23
2005-11-18More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen10-10/+0
2005-11-15ICONST_ATTR policeThom Johansen1-1/+1
2005-11-15Speed up layer 1 decoding considerably.Thom Johansen1-2/+2
2005-11-13iPod: Work around a problem with one Tremor function not being happy in IRAM ...Dave Chapman1-0/+4
2005-11-13Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...Dave Chapman2-8/+18