summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Fix (another) overflow when seeking in long WMA files.Michael Giacomelli2008-03-09
* Don't assume reading the duration field advances the buffer 12 bytes, instead...Michael Giacomelli2008-03-09
* AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what...Magnus Holmgren2008-03-09
* Revert accidental tree commit. Sorry for that.Jens Arnold2008-03-08
* No need to have \n here. panicf() won't output it anyway.Jens Arnold2008-03-08
* Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musep...Michael Giacomelli2008-03-08
* clear up some sim warningsAdam Gashlin2008-02-25
* Fix ADX decoder, old constant coefficients were for 44.1khz only, they Adam Gashlin2008-02-25
* Change to (or add) 'standard' codec startup delay, fixing potential startup p...Magnus Holmgren2008-02-24
* Try to fix resume problems for FLAC files.Magnus Holmgren2008-02-24
* Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ...Jens Arnold2008-02-12
* Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and re...Thom Johansen2008-02-08
* make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1Daniel Stenberg2008-02-07
* a rather lame attempt to silence the gcc 4.2.3 warnings on what seems to beDaniel Stenberg2008-02-06
* Vorbis codec: Only try to put the ARM assembler optimised MDCT in IRAM if the...Jens Arnold2008-01-25
* SPC Codec: Ensure no crash occurs on load failure which could cause emulation...Michael Sevakis2008-01-24
* Apply last fall's exponent fix to WMA v1 files as well.Michael Giacomelli2008-01-19
* If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli2008-01-06
* Another fix for file system issues when encountering disk full (like when rec...Peter D'Hoye2007-12-13
* Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at...Dan Everton2007-12-09
* Fix warnings in libfaadDan Everton2007-12-09
* Exclude an unneeded file from the voice codec build. Remove non-existing feat...Thom Johansen2007-12-08
* metadata writing does not belong in the spc codecAdam Gashlin2007-12-06
* Code-police raid - cosmetic changes only.Dave Chapman2007-12-01
* Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman2007-12-01
* Use the correct variable name - fixes warningDave Chapman2007-11-30
* Fix warning when compiling the sim.Michael Giacomelli2007-11-30
* Move encoder CPU boost control to the core. Allow CPU to sleep a bit when PCM...Michael Sevakis2007-11-30
* Fix overflow when seeking in long files wma. Also, add a simple sanity check...Michael Giacomelli2007-11-30
* Remove unneeded files.Thom Johansen2007-11-29
* Stop writing to the metadata struct in the codec, it's not nice. These fields...Thom Johansen2007-11-29
* Be sure SPC codec runs nicely from the start by using more IRAM when the dual...Michael Sevakis2007-11-26
* Move some stuff out of IRAM for the voice decoder.Thom Johansen2007-11-24
* Remove unused file.Thom Johansen2007-11-24
* Sync to SVN.Thom Johansen2007-11-24
* Speex: Put filter code in IRAM on PP5002 for a nice 12% speedup.Jens Arnold2007-11-23
* Add seeking support for wma. Works quite well on my Sansa, and theres some e...Michael Giacomelli2007-11-22
* Sync Speex to SVN.Thom Johansen2007-11-22
* Remove a couple of redundant array copy operations.Thom Johansen2007-11-22
* FS #8179. Small Musepack speedup for ARM.Thom Johansen2007-11-19
* libspeex: let DEBUGF work correctly for both core and codec buildsMichael Sevakis2007-11-18
* Disable some UWB mode stuff and lost package handling in voice codec.Thom Johansen2007-11-18
* SPC Codec: Run SPC emulation on COP and audio sample processing on CPU on dua...Michael Sevakis2007-11-18
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Speex encoder specially tailored to create voice UI snippets. Small fixups to...Thom Johansen2007-11-16
* Trim some stuff and move some defines to a more logical place.Thom Johansen2007-11-16
* Throw away the first samples to come out of the decoder to account for encode...Thom Johansen2007-11-14
* Sync latest Speex stereo changes.Thom Johansen2007-11-14
* Build libspeex for core voice on SWCODEC. Development phase - not currently u...Michael Sevakis2007-11-14
* Sync Speex to SVN. Disable stereo compatibility hack since we don't needed it...Thom Johansen2007-11-14