summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
* Fix warning.Jens Arnold2007-09-02
* Apparently, negative exponents are possible when decoding exponential VLC. S...Michael Giacomelli2007-09-02
* FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen2007-08-30
* Clean up iMDCT coefficient calculations.Michael Giacomelli2007-08-24
* Faster Q1.31 multiply for ARM. Add some ARM asm windowing code. Simply repl...Michael Giacomelli2007-08-16
* Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant2007-08-12
* use the full resolution we get from the WMA decoder and let the DSP code do t...Marcoen Hirschberg2007-08-06
* Fix warning.Michael Giacomelli2007-08-06
* Clean up VLC functions.Michael Giacomelli2007-08-06
* Flush-out cleared sections on dual core targets when loading plugins and codecs.Michael Sevakis2007-08-04
* Cosmetic changes - TAB and whitespace policing.Dave Chapman2007-08-02
* Initial attept at supporting Line Spectral Pairs. Various issues remain, and...Michael Giacomelli2007-08-02
* Revert r14050 (apart from the non-related whitespace changes) and fix the S3C...Dave Chapman2007-07-29
* Fix mp3 playback on the gigabeat by not putting code in IRAM. Someone actuall...Michael Giacomelli2007-07-29
* FS #6705 - ARM optimisations for libmad by Tomasz Malesinski. Modified sligh...Dave Chapman2007-07-28
* fixes bug that prevented playback of WavPack files containing over 1000 bytes...Dave Bryant2007-07-27
* Fix overflow in noise coding. Greatly improves sound quality of some low bit...Michael Giacomelli2007-07-25
* Fix decoding of misc sample rates that no one ever usesMichael Giacomelli2007-07-21
* Add incomplete support for files using noise coding but not LSP. In practice...Michael Giacomelli2007-07-20
* Fix nasty bug that causes low bitrate files to crash because of an incorrect ...Michael Giacomelli2007-07-20
* Cosmetic changes - update a comment and add more info to a DEBUGFDave Chapman2007-07-18
* simplified the codec specification part in configureDaniel Stenberg2007-07-16
* Forgot to add a file as usual.Michael Sevakis2007-07-16
* Make the SPC codec run like it used to on Coldfire before -Os crushed it. Bui...Michael Sevakis2007-07-16
* Clean out unused codeNils Wallménius2007-07-15
* Fix warnings.Michael Giacomelli2007-07-13
* WMA codec: Coldfire is capable of unaligned memory accesses, so lets make use...Jens Arnold2007-07-12
* Fix the above by including all required files and updating SOURCES.Michael Giacomelli2007-07-12
* Sync the bitstream functions with ffmpeg. Switch wmadeci.c over to get_vlc2 ...Michael Giacomelli2007-07-12
* TAB and whitespace policeDave Chapman2007-07-11
* Don't assume files are WMAv2, instead actually check that they are and quit g...Michael Giacomelli2007-07-11
* Ancient ffmpeg bug fix that should never have been missed. Prevents floating...Michael Giacomelli2007-07-11
* ASF parser improvements - it now correctly handles files containing multiple ...Dave Chapman2007-07-10
* Restore some lost copyright headers from the ffmpeg projectDave Chapman2007-07-09
* Reorganise the wma_decode_superframe() function - split into a separate init ...Dave Chapman2007-07-09
* ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Co...Dan Everton2007-07-09
* Code reorganisation - move the vlc functions back to common.c/common.h (where...Dave Chapman2007-07-09
* Compute MDCT in place. Make that place within IRAM. Gives nice speed boost o...Michael Giacomelli2007-07-09
* Move very commonly accessed array into IRAM. Should give a nice speedup on C...Michael Giacomelli2007-07-09
* wma_decode_end() doesn't exist any more - it was only used to deallocate memory.Dave Chapman2007-07-09
* Code clean up.Michael Giacomelli2007-07-09
* Inline wma_window functions. No real performance improvement. Also, thanks t...Michael Giacomelli2007-07-08
* Merge bit reverse tables together.Michael Giacomelli2007-07-08
* Fix rare overflow when decoding MDCT coefficients. As a bonus, decoding is n...Michael Giacomelli2007-07-08
* Fix previousMichael Giacomelli2007-07-08
* Move MDCT reconstruction window code over to new trig function. Improves acc...Michael Giacomelli2007-07-08
* Merged in first part of ffmpeg accuracy improvments. No change on my samples...Michael Giacomelli2007-07-06
* Merged in ffmpeg combined MDCT reconstruction. Saves us a 16KB buffer, and g...Michael Giacomelli2007-07-06
* Yet more dead code removalDave Chapman2007-07-04
* Remove some unused codeDave Chapman2007-07-04