summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
2005-07-05Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen
2005-07-05Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen
2005-07-05Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playbackLinus Nielsen Feltzing
2005-07-04Added lossless encoding to WavPack library. Also made a few changes toDave Bryant
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold
2005-07-02Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen
2005-06-30Not sure if this is the right way to make "resume" work correctly for WavPack,Dave Bryant
2005-06-28For target builds, make the ELF files depend on its object file, but alsoDaniel Stenberg
2005-06-27Fixed a simulator warning.Miika Pekkarinen
2005-06-27Turned off dithering in MPEG audio codec. It's just too slow.Thom Johansen
2005-06-27Allow WavPack to use new sampling rate converterDave Bryant
2005-06-26Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen
2005-06-22Nicer code, removed rb references.Thom Johansen
2005-06-22Cleaned up code a bit, removed all rb references.Thom Johansen
2005-06-22fix sim buildsDaniel Stenberg
2005-06-22rip out all the LCD junk from the codec APIDaniel Stenberg
2005-06-22codec lib sourcesDaniel Stenberg
2005-06-22build codecs tooDaniel Stenberg
2005-06-22removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg
2005-06-22fixed make clean for the codec libDaniel Stenberg
2005-06-22moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg
2005-06-21Use asm optimised memset() in vorbis_apply_window.Pedro Vasconcelos
2005-06-15Killed all simulator warnings.Miika Pekkarinen
2005-06-14There is no printf() in rockbox, but DEBUGF() has the intended effect in simu...Tomas Salfischberger
2005-06-14See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger
2005-06-14Another warning fixed (idtag.c:59: warning: implicit declaration of function ...Tomas Salfischberger
2005-06-12Enabled minor Tremor opt.Thom Johansen
2005-06-12Small Musepack optimisation.Thom Johansen
2005-06-11Big performance improvement for liba52. A couple of small ASM opts, and lots ...Thom Johansen
2005-06-11Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen
2005-06-10A little improvement on Vorbis block synthesis.Pedro Vasconcelos
2005-06-09Typo.Thom Johansen
2005-06-09Full precision synth_full and dct32. Replaced all multiplications with proper...Thom Johansen
2005-06-09WavPack optimisation by David Bryant.Thom Johansen
2005-06-08Kill warning. I suck.Thom Johansen
2005-06-08Oops.Thom Johansen
2005-06-08We clear our accumulators after we're done with them on Coldfire. No need to ...Thom Johansen
2005-06-08Vorbis opts: keep floor1 lookup table in IRAM.Pedro Vasconcelos
2005-06-06Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.Pedro Vasconcelos
2005-05-31ASM optimisation by David Bryant.Thom Johansen
2005-05-27Added -O2 to libmad GCC flags. Gives a nice boost.Thom Johansen
2005-05-27Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos
2005-05-25Aligns in the middle of code is unnecessary.Thom Johansen
2005-05-17Patch #1203309 by David Bryant - WavPack codec fix and performance enhancementLinus Nielsen Feltzing
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg
2005-05-07fix warningsDaniel Stenberg
2005-05-07fix a couple of warnings, still have numerous for signed <=> unsigned mixedDaniel Stenberg
2005-05-07Hush up warnings by defining away functions/macros. This should be fixed ifDaniel Stenberg
2005-05-07nicer lookDaniel Stenberg
2005-04-13Nicer imdct_s, butt-ugly imdct36 that urgently needs replacing. Moved some da...Thom Johansen