summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* FS#12231Nils Wallménius2011-08-18
* 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
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
* 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
* FS#11454 Tuning of codec compiler optionsNils Wallménius2010-07-18
* Oops, revert unintentional commitNils Wallménius2010-07-17
* Delete unused headerNils Wallménius2010-07-17
* 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
* wmafixed.h: remove double declarationRafaël Carré2010-05-10
* - Modify metadata/asf.c to use libasf.Mohamed Tarek2010-05-02
* Fix intdentation apps/codecs/libwma/asf.h, no functional changes.Mohamed Tarek2010-05-02
* Fix red.Andree Buschmann2010-03-07
* Move WMA decoder array to IRAM on M5/X5 for better performance.Andree Buschmann2010-03-07
* strip trailing spaceMichael Giacomelli2010-03-05
* Fix red by moving fsincos back to libwmaMichael Giacomelli2010-03-05
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* 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
* #if 0 out unused stuffNils Wallménius2009-11-29
* Make the codecs use more IRAM on S5L870x, as we have plenty of it.Michael Sparmann2009-11-09
* Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gi...Michael Giacomelli2009-10-02
* revert r22337 for libwma for now since it broke wma playback on ARM due to al...Mohamed Tarek2009-08-16
* Fix red.Mohamed Tarek2009-08-15
* Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...Mohamed Tarek2009-08-15
* remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...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
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* 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
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20