summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadeci.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* Fix a bug introduced in r27463 that caused the line spectral pair look up tab...Michael Giacomelli2011-07-28
* Use more IRAM on S5L870x to speed up wma by ~3%.Andree Buschmann2011-05-20
* Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-01
* Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli2010-11-22
* Remove tabs.Andree Buschmann2010-11-21
* Remove some unused variables.Michael Giacomelli2010-09-19
* wma: move inline functions into .h fileRafaël Carré2010-08-03
* Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek2010-07-28
* libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius2010-07-17
* libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius2010-07-17
* libwma: Reduce size of runtab and levtab buffers, only one set can get the wo...Nils Wallménius2010-07-17
* Remove unused 2kB buffer and some dead code.Nils Wallménius2010-07-17
* Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli2010-07-15
* - Modify metadata/asf.c to use libasf.Mohamed Tarek2010-05-02
* Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper2010-02-17
* Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius2009-12-05
* Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gi...Michael Giacomelli2009-10-02
* Fix red.Mohamed Tarek2009-08-15
* Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek2009-08-15
* Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli2009-07-28
* Remove unused variable and assignment.Michael Giacomelli2009-06-15
* Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.Tom Ross2008-12-20
* Don't read a full byte if less than 8 bits are available. The change doesn't ...Tom Ross2008-12-20
* Wrap some of the more ridiculously long lines introduced in the previous revi...Michael Giacomelli2008-12-20
* Correctly implement remaining portions of ffmpeg's r8627 that I'd forgotten a...Michael Giacomelli2008-12-20
* Fix occasional glitch when switching from stereo to mono tracks due to uninit...Michael Giacomelli2008-12-20
* Commit fix by Tom Ross in FS#7488 wherein a silly mistake noise coding initia...Michael Giacomelli2008-12-20
* Fix bug where a mono file using noise coding would be corrupted if it was pla...Michael Giacomelli2008-12-20
* Correct poor assumption on my part that WMA frames are 2048 samples long. Fi...Michael Giacomelli2008-10-14
* Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli2008-09-04
* Actually put the output in IRAM this time by combining some buffers that were...Michael Giacomelli2008-08-10
* Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file).Jens Arnold2008-08-09
* Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli2008-07-17
* Fix warning due to typo on my part.Michael Giacomelli2008-07-05
* More WMAv1 fixes by Rafael Carre.Michael Giacomelli2008-07-05
* Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli2008-06-28
* Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli2008-06-24
* Fix mistake in previous WMA commit. Also update comments to reflect changes.Michael Giacomelli2008-04-21
* Make the WMA decoder less noisy in the sim.Michael Giacomelli2008-04-07
* Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli2008-04-07
* Amazingly, I've only been initing about 1/2 the huffman table entries needed ...Michael Giacomelli2008-04-07
* Fix misleading debug statement.Michael Giacomelli2008-03-27
* 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
* Oversight in syncing on my end, sorry.Thom Johansen2007-10-18
* Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen2007-10-18
* Woops, movem.l needs other order.Thom Johansen2007-10-18
* Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen2007-10-18
* move structures around in the header filesMarcoen Hirschberg2007-10-01