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