index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libwma
Age
Commit message (
Expand
)
Author
2010-03-07
Fix red.
Andree Buschmann
2010-03-07
Move WMA decoder array to IRAM on M5/X5 for better performance.
Andree Buschmann
2010-03-05
strip trailing space
Michael Giacomelli
2010-03-05
Fix red by moving fsincos back to libwma
Michael Giacomelli
2010-02-22
Remove all tabs within codec path.
Andree Buschmann
2010-02-17
Merge from branches/mdctexp - faster ifft+imdct in codec lib
Dave Hooper
2009-12-05
Move av_log2 function and asociated table to the codec lib, remove 3 identica...
Nils Wallménius
2009-11-29
#if 0 out unused stuff
Nils Wallménius
2009-11-09
Make the codecs use more IRAM on S5L870x, as we have plenty of it.
Michael Sparmann
2009-10-02
Commit unrolled version of WMA's exponent decode taken from latest ffmpeg. Gi...
Michael Giacomelli
2009-08-16
revert r22337 for libwma for now since it broke wma playback on ARM due to al...
Mohamed Tarek
2009-08-15
Fix red.
Mohamed Tarek
2009-08-15
Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate co...
Mohamed Tarek
2009-08-15
remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs...
Mohamed Tarek
2009-07-28
Clean up a lot of old and ugly comments. Wrap some long lines. Remove unnee...
Michael Giacomelli
2009-06-15
Remove unused variable and assignment.
Michael Giacomelli
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2008-12-20
Sync some changes found in ffmpeg plus a spelling correction I forgot to commit.
Tom Ross
2008-12-20
Don't read a full byte if less than 8 bits are available. The change doesn't ...
Tom Ross
2008-12-20
Wrap some of the more ridiculously long lines introduced in the previous revi...
Michael Giacomelli
2008-12-20
Correctly implement remaining portions of ffmpeg's r8627 that I'd forgotten a...
Michael Giacomelli
2008-12-20
Fix occasional glitch when switching from stereo to mono tracks due to uninit...
Michael Giacomelli
2008-12-20
Commit fix by Tom Ross in FS#7488 wherein a silly mistake noise coding initia...
Michael Giacomelli
2008-12-20
Fix bug where a mono file using noise coding would be corrupted if it was pla...
Michael Giacomelli
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-10-14
Correct poor assumption on my part that WMA frames are 2048 samples long. Fi...
Michael Giacomelli
2008-09-04
Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...
Michael Giacomelli
2008-08-10
Actually put the output in IRAM this time by combining some buffers that were...
Michael Giacomelli
2008-08-09
Speed up WMA decoding on coldfire (14% speedup with a 128kbps test file).
Jens Arnold
2008-07-19
Remove unused variable.
Michael Giacomelli
2008-07-17
Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...
Michael Giacomelli
2008-07-05
Fix warning due to typo on my part.
Michael Giacomelli
2008-07-05
More WMAv1 fixes by Rafael Carre.
Michael Giacomelli
2008-06-28
Forgot that the X5/M5 use a 64/64KB IRAM split, so they can't use the previou...
Michael Giacomelli
2008-06-28
Put the WMA windowing and output buffer into IRAM on targets with > 96KB of i...
Michael Giacomelli
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-24
Revert r14786 which resulted in a substantial reduction in accuracy to save a...
Michael Giacomelli
2008-06-24
Fix for WMAv1 decoding suggested by Rafael Carre. I don't think anyone out t...
Michael Giacomelli
2008-04-21
Fix mistake in previous WMA commit. Also update comments to reflect changes.
Michael Giacomelli
2008-04-18
This table is probably 128 entries long beginning with -60. Greatly improves ...
Michael Giacomelli
2008-04-14
Increase the size of one of the look up tables. Fixes 'burst of static' in so...
Michael Giacomelli
2008-04-07
Make the WMA decoder less noisy in the sim.
Michael Giacomelli
2008-04-07
Fix sim for now. Eventually I should change the decoder to error out if ther...
Michael Giacomelli
2008-04-07
Let the console know when the huffman tables have overflown. This should nev...
Michael Giacomelli
2008-04-07
Amazingly, I've only been initing about 1/2 the huffman table entries needed ...
Michael Giacomelli
2008-03-27
Fix misleading debug statement.
Michael Giacomelli
2008-01-19
Apply last fall's exponent fix to WMA v1 files as well.
Michael Giacomelli
[next]