caudio/plugins/mp3Decoder
Joshua Jones 48d264d0be Added a pass in for the logger to plugins, so they don't need to link with cAudio.dll to access logging capabilities.
Fixed a bug that prevented cAudio from getting plugin symbols correctly.
Fixed a bug where cPluginManager would be constructed multiple times.
2010-02-10 04:46:00 +00:00
..
mpaudec Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cMP3Decoder.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cMP3Decoder.h Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cMP3DecoderFactory.h Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
license.txt Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
main.cpp Added a pass in for the logger to plugins, so they don't need to link with cAudio.dll to access logging capabilities. 2010-02-10 04:46:00 +00:00
mp3Decoder.vcproj Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
readme.txt Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00

Note: This plugin uses code from "MP3 input for Audiere" by Matt Campbell <mattcampbell@pobox.com>, which is based on libavcodec from ffmpeg (http://ffmpeg.sourceforge.net/).

As a result, this plugin falls under his license and is not statically linked to the main library.

See license.txt for license details of this plugin.