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
/
libwmapro
/
wmaprodec.c
Age
Commit message (
Expand
)
Author
2011-05-20
Use more IRAM on S5L870x to speed up wmapro by ~2%.
Andree Buschmann
2011-05-01
Fix nearly all residual 'variable set but not used' warnings reported from GC...
Andree Buschmann
2010-08-04
Increase wmapro decoder output sample depth to 24 bits, makes the mean error ...
Mohamed Tarek
2010-08-04
Use codeclib's mdct in wmapro. Input coeffs to the transform needed to be sca...
Mohamed Tarek
2010-08-03
Fix the sample count in wma pro.
Mohamed Tarek
2010-07-31
Housekeeping for libwmapro. Define some multiple used constants, use more pre...
Andree Buschmann
2010-07-29
Maintenance and minor speedup of libwmapro. Comment unused arrays, fix commen...
Andree Buschmann
2010-07-28
Refinement of initial lowmem handling for libwmapro (r27593). Set maximum sup...
Andree Buschmann
2010-07-28
Correct the scaling of the coeffs to 17bits.
Mohamed Tarek
2010-07-28
Enable wmapro compilation for lowmem targets by excluding multichannel buffer...
Mohamed Tarek
2010-07-26
Modify the wma pro decoder to produce non-interleaved samples, and work direc...
Mohamed Tarek
2010-07-26
Submit part of FS#11498. Major speedup for WMA Professional on ARM and Coldfi...
Andree Buschmann
2010-07-26
libwmapro: coldfire asm for vector_fixmul_window, gives a speedup of ~13%, dr...
Nils Wallménius
2010-07-17
Increase the size of quant table in libwmapro to accomodate more values for e...
Mohamed Tarek
2010-07-17
libwmapro : Rename all FIXED occurrances to int32_t and remove types.h
Mohamed Tarek
2010-07-17
More cleaning for libwmapro; use codeclib's bitstream functions and drop thos...
Mohamed Tarek
2010-07-15
Initial cleanup for libwmapro.
Mohamed Tarek
2010-07-14
Add WMA Pro to the main build. WMA Pro now plays on target and decodes in 151...
Mohamed Tarek
2010-07-14
Remove the floating point code from wmaprodec.c and change variable names acc...
Mohamed Tarek
2010-07-12
Complete the conversion of WMA Pro to fixed point. Floating point code is sti...
Mohamed Tarek
2010-07-05
Partial conversion of the wmapro decoder to fixed point arithmetic. Currently...
Mohamed Tarek
2010-06-21
Remove the stubbed main() from wmaprodec.c since it's useless now and remove ...
Mohamed Tarek
2010-06-21
Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t...
Mohamed Tarek
2010-04-30
Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile t...
Mohamed Tarek
2010-04-30
Add libwmapro to apps/codecs. These files comprise a set of unmodified files ...
Mohamed Tarek
2010-04-29
Revert r25739 which added libwmapro to apps/codecs, in preparation to commit ...
Mohamed Tarek
2010-04-27
Add libwmapro to trunk.
Mohamed Tarek