rockbox/apps/codecs/libwmapro
Mohamed Tarek fe147cec65 Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25764 a1c6a512-1295-4272-9138-f99709370657
2010-04-30 12:20:25 +00:00
..
libavutil Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
avcodec.h Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
avfft.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
bitstream.c Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
dsputil.c Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
dsputil.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
fft.c Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
fft.h Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
get_bits.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
internal.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
Makefile Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
mathops.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
mdct.c Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
mdct_tablegen.h Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
put_bits.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
README.rockbox Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
wma.c Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00
wma.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
wmaprodata.h Add libwmapro to apps/codecs. These files comprise a set of unmodified files needed from ffmpeg's libavcodec and libavutil to compile and use the wma pro decoder standalone. The files were taken from ffmpeg's svn r22886 dated 15 April 2010. 2010-04-30 11:11:56 +00:00
wmaprodec.c Modify the ffmpeg source files in apps/codecs/libwmapro in order to compile the codec standalone. 2010-04-30 12:20:25 +00:00

Library: libwmapro
Imported: 2010-04-30 by Mohamed Tarek

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

LICENSING INFORMATION

ffmpeg is licensed under the Lesser GNU General Public License and the file
wmaprodec.c is copyright (c) 2007 Baptiste Coudurier, Benjamin Larsson, Ulion
and copyright (c) 2008 - 2009 Sascha Sommer, Benjamin Larsson.

IMPORT DETAILS

Based on ffmpeg svn r228866 dated 15 April 2010.

Currently, the files contain minimal changes from their original state in order
to be able to compile cleanly. 

The file wmaprodec.c contains a main function that is just a stub to make sure 
linking is done properly and without errors.

COMPILING

A make file is included that would compile and link the files when the "make"
command is executed without arguments in any Unix-like environment.

The file porduces an output binary called "test" that, as of now (30 April 2010)
, is still useless. 

To clean the compiler output and retain just the source code, the following 
command should be executed:
make clean