summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadeci.c
AgeCommit message (Expand)Author
2010-11-21Remove tabs.Andree Buschmann
2010-09-19Remove some unused variables.Michael Giacomelli
2010-08-03wma: move inline functions into .h fileRafaël Carré
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek
2010-07-17libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius
2010-07-17libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius
2010-07-17libwma: Reduce size of runtab and levtab buffers, only one set can get the wo...Nils Wallménius
2010-07-17Remove unused 2kB buffer and some dead code.Nils Wallménius
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-12-05Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius
2009-10-02Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gi...Michael Giacomelli
2009-08-15Fix red.Mohamed Tarek
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek
2009-07-28Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli
2009-06-15Remove unused variable and assignment.Michael Giacomelli
2008-12-20Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.Tom Ross
2008-12-20Don't read a full byte if less than 8 bits are available. The change doesn't ...Tom Ross
2008-12-20Wrap some of the more ridiculously long lines introduced in the previous revi...Michael Giacomelli
2008-12-20Correctly implement remaining portions of ffmpeg's r8627 that I'd forgotten a...Michael Giacomelli
2008-12-20Fix occasional glitch when switching from stereo to mono tracks due to uninit...Michael Giacomelli
2008-12-20Commit fix by Tom Ross in FS#7488 wherein a silly mistake noise coding initia...Michael Giacomelli
2008-12-20Fix bug where a mono file using noise coding would be corrupted if it was pla...Michael Giacomelli
2008-10-14Correct poor assumption on my part that WMA frames are 2048 samples long. Fi...Michael Giacomelli
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli
2008-08-10Actually put the output in IRAM this time by combining some buffers that were...Michael Giacomelli
2008-08-09Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file).Jens Arnold
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli
2008-07-05Fix warning due to typo on my part.Michael Giacomelli
2008-07-05More WMAv1 fixes by Rafael Carre.Michael Giacomelli
2008-06-28Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...Michael Giacomelli
2008-06-24Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...Michael Giacomelli
2008-04-21Fix mistake in previous WMA commit. Also update comments to reflect changes.Michael Giacomelli
2008-04-07Make the WMA decoder less noisy in the sim.Michael Giacomelli
2008-04-07Let the console know when the huffman tables have overflown. This should nev...Michael Giacomelli
2008-04-07Amazingly, I've only been initing about 1/2 the huffman table entries needed ...Michael Giacomelli
2008-03-27Fix misleading debug statement.Michael Giacomelli
2008-01-19Apply last fall's exponent fix to WMA v1 files as well.Michael Giacomelli
2008-01-06If seek fails, don't insert nonsense for the current position. Also, make on...Michael Giacomelli
2007-10-18Oversight in syncing on my end, sorry.Thom Johansen
2007-10-18Add Coldfire and ARM assembler for "reverse multiply and copy" function too. ...Thom Johansen
2007-10-18Woops, movem.l needs other order.Thom Johansen
2007-10-18Add Coldfire assembler for window and add function, yielding a nice speedup. ...Thom Johansen
2007-10-01move structures around in the header filesMarcoen Hirschberg
2007-09-20remove unused struct member and variableMarcoen Hirschberg
2007-09-20move (i)MDCT and FFT code to separate filesMarcoen Hirschberg
2007-09-20small cleanupsMarcoen Hirschberg
2007-09-02Fix warning.Jens Arnold
2007-09-02Apparently, negative exponents are possible when decoding exponential VLC. S...Michael Giacomelli