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