summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libwma
AgeCommit message (Expand)AuthorFilesLines
2011-08-18FS#12231Nils Wallménius1-13/+0
2011-07-28Fix a bug introduced in r27463 that caused the line spectral pair look up tab...Michael Giacomelli1-1/+1
2011-05-20Use more IRAM on S5L870x to speed up wma by ~3%.Andree Buschmann3-19/+36
2011-05-01Fix several 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-2/+1
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-2/+0
2010-11-22Align various libwma buffers. Saves about 1 MHz on the Gigabeat S.Michael Giacomelli2-12/+14
2010-11-21Remove tabs.Andree Buschmann1-4/+4
2010-09-19Remove some unused variables.Michael Giacomelli1-6/+4
2010-08-03wma: move inline functions into .h fileRafaël Carré3-134/+130
2010-07-28Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds ...Mohamed Tarek2-35/+21
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius1-0/+15
2010-07-17Oops, revert unintentional commitNils Wallménius1-1045/+0
2010-07-17Delete unused headerNils Wallménius2-14/+1045
2010-07-17libwma: void pointer voodoo to get rid ov strict aliasing warningsNils Wallménius2-8/+8
2010-07-17libwma: Reuse a static buffer that was unused while decoding lsp files for so...Nils Wallménius2-4/+7
2010-07-17libwma: Reduce size of runtab and levtab buffers, only one set can get the wo...Nils Wallménius1-3/+5
2010-07-17Remove unused 2kB buffer and some dead code.Nils Wallménius2-6/+1
2010-07-15Use codeclib version of the ffmpeg bitstream code for wma rather then ancient...Michael Giacomelli5-1244/+5
2010-05-10wmafixed.h: remove double declarationRafaël Carré1-4/+1
2010-05-02- Modify metadata/asf.c to use libasf.Mohamed Tarek3-26/+2
2010-05-02Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek1-2/+2
2010-03-07Fix red.Andree Buschmann1-2/+1
2010-03-07Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann1-2/+3
2010-03-05strip trailing spaceMichael Giacomelli1-1/+0
2010-03-05Fix red by moving fsincos back to libwmaMichael Giacomelli2-1/+103
2010-02-22Remove all tabs within codec path.Andree Buschmann1-8/+8
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper4-170/+9
2009-12-05Move av_log2 function and asociated table to the codec lib, remove 3 identica...Nils Wallménius1-29/+0
2009-11-29#if 0 out unused stuffNils Wallménius1-2/+4
2009-11-09Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann1-1/+1
2009-10-02Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gi...Michael Giacomelli1-11/+12
2009-08-16revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek5-2/+1253
2009-08-15Fix red.Mohamed Tarek1-1/+0
2009-08-15Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek6-1276/+30
2009-08-15remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...Mohamed Tarek2-151/+1
2009-07-28Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...Michael Giacomelli4-186/+182
2009-06-15Remove unused variable and assignment.Michael Giacomelli1-2/+1
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2008-12-20Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.Tom Ross2-11/+11
2008-12-20Don't read a full byte if less than 8 bits are available. The change doesn't ...Tom Ross1-2/+2
2008-12-20Wrap some of the more ridiculously long lines introduced in the previous revi...Michael Giacomelli1-13/+23
2008-12-20Correctly implement remaining portions of ffmpeg's r8627 that I'd forgotten a...Michael Giacomelli1-18/+14
2008-12-20Fix occasional glitch when switching from stereo to mono tracks due to uninit...Michael Giacomelli1-0/+2
2008-12-20Commit fix by Tom Ross in FS#7488 wherein a silly mistake noise coding initia...Michael Giacomelli1-3/+1
2008-12-20Fix bug where a mono file using noise coding would be corrupted if it was pla...Michael Giacomelli1-2/+5
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2-43/+17
2008-10-14Correct poor assumption on my part that WMA frames are 2048 samples long. Fi...Michael Giacomelli1-1/+1