rockbox/lib/rbcodec/codecs/libwmavoice
Solomon Peachy afe128f4cc arm: Profile/variation detection improvements
* Detection of 64-bit Arm v8-a
 * Proper detection of integer division support
   * always on v7-m, v8-a, v9-a, v8-m.main
   * sometimes on v7-a, v7-r, v8-r
   * never on v8-m.base v6-m, v6 and older "classic"
   * tl;dr: Rely on toolchain preprocessor definition

For the most part these additional variations won't acutally work
for native target builds, but sane -A detection is needed for
"local" builds now. -R detection is left out as it's not likely
to matter.

Change-Id: I8f6a52edc4d14490fc00e2f487406eca701eef02
2025-12-04 20:43:30 -05:00
..
libavutil arm: Profile/variation detection improvements 2025-12-04 20:43:30 -05:00
acelp_filters.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
acelp_filters.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
acelp_vectors.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
acelp_vectors.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
avcodec.h Revert "[BugFix] Enums are only 2 bytes on some Devices" 2024-11-24 11:38:16 -05:00
avfft.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
avfft.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
bitstream.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
celp_filters.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
celp_filters.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
celp_math.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
celp_math.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
dct.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
dct32.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
fft.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
fft.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
get_bits.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
internal.h Revert "[BugFix] Enums are only 2 bytes on some Devices" 2024-11-24 11:38:16 -05:00
libwmavoice.make build: Put all codec optiomization definitions in one place 2018-12-25 14:17:29 -05:00
lsp.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
lsp.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
Makefile Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
mathops.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
mdct.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
mdct_tablegen.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
put_bits.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
rdft.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
README.rockbox Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
SOURCES Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
utils.c Revert "[BugFix] Enums are only 2 bytes on some Devices" 2024-11-24 11:38:16 -05:00
wmavoice.c Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wmavoice.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wmavoice_data.h Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00
wmavoice_mainbuild.patch Add codecs to librbcodec. 2012-04-25 22:13:20 +02:00

Library: libwmavoice
Imported: 2010-08-07 by Mohamed Tarek

This set of files form the files needed from ffmpeg's libavcodec and libavutil
to build a standalone wma voice decoder.

LICENSING INFORMATION

ffmpeg is licensed under the Lesser GNU General Public License and the file
wmavoice.c is copyright (c) 2009 Ronald S. Bultje.

IMPORT DETAILS

Based on ffmpeg svn r24734 dated 7 August 2010.

As of 7 August 2010, libwmavoice contains just the files from ffmpeg with 
minimum modifications to compile standalone.

COMPILING

the decoder can be compiled by issuing the "make" command from witin the 
libwmavoice directory in any unix-line environment.

To test the decoder in the rockbox simulator, cd to libwmavoice directory then 
execute the following command to enable building wma voice:
patch -p 0 < wmavoice_mainbuild.patch