| Commit message (Expand) | Author | Age | Files | Lines |
* | move /src/plugins/media to src/mediaplugins and /game/plugins/media to /game/... | tobigun | 2010-11-25 | 34 | -30/+43 |
* | fix dylibs in the bundle. No need to fix libffmpegplugin.dylib. it works. | k-m_schindler | 2010-11-24 | 1 | -4/+5 |
* | remove deprecated AM_PROG_LIBTOOL (replaced by LT_INIT) | tobigun | 2010-11-23 | 2 | -8/+6 |
* | call ./autogen.sh | tobigun | 2010-11-23 | 1 | -1143/+1014 |
* | add libtoolize to autogen.sh and configure.ac | tobigun | 2010-11-23 | 2 | -0/+4 |
* | set required autoconf version back to 2.61 | tobigun | 2010-11-23 | 1 | -1/+1 |
* | use automake to create projectm-cwrapper | tobigun | 2010-11-22 | 5 | -117/+1432 |
* | ./autogen.sh update | tobigun | 2010-11-14 | 3 | -1865/+1237 |
* | now configure/make works with ming32 to build plugin dlls | tobigun | 2010-11-14 | 2 | -39/+28 |
* | add pkg.m4 for environments without pkg-config (e.g. mingw) | tobigun | 2010-11-14 | 1 | -0/+158 |
* | removed now unused sections in main configure.ac | tobigun | 2010-11-14 | 1 | -44/+0 |
* | DLL_EXPORT already defined by libtool during configure in mingw (-DDLL_EXPORT... | tobigun | 2010-11-13 | 2 | -11/+9 |
* | initialize module-handle before call to LoadModule | tobigun | 2010-11-12 | 3 | -2/+3 |
* | C compatibility | tobigun | 2010-11-12 | 1 | -3/+3 |
* | added missing break | tobigun | 2010-11-12 | 1 | -0/+1 |
* | do not create versioned aliases of the plugins (e.g. xyz.0.dylib or xyz.so.0(... | tobigun | 2010-11-11 | 2 | -2/+2 |
* | fix installation and cleanup of media libs (should fix mac os bundles too) | tobigun | 2010-11-11 | 1 | -1/+7 |
* | copy plugins to game folder | tobigun | 2010-11-11 | 5 | -24/+57 |
* | use -dynamic to create dynamic libs | tobigun | 2010-11-10 | 1 | -1/+1 |
* | default to x86 libs on mac os x | tobigun | 2010-11-10 | 2 | -26/+38 |
* | add real files | tobigun | 2010-11-10 | 3 | -0/+9419 |
* | remove symbolic links | tobigun | 2010-11-10 | 3 | -3/+0 |
* | added missing files for configure | tobigun | 2010-11-10 | 3 | -0/+3 |
* | removed call to libtoolize which seems to be unnecessary | tobigun | 2010-11-10 | 2 | -1/+1 |
* | added media plugins to build scripts | tobigun | 2010-11-10 | 11 | -376/+19060 |
* | do not define HAVE_SWSCALE twice | tobigun | 2010-11-09 | 1 | -0/+2 |
* | fix header check | tobigun | 2010-11-09 | 1 | -4/+4 |
* | fixes for compilation on mac os x | tobigun | 2010-11-09 | 5 | -16/+58 |
* | compatibility with older ffmpeg versions | tobigun | 2010-11-09 | 3 | -4/+11 |
* | preliminary build scripts | tobigun | 2010-11-08 | 3 | -0/+112 |
* | handle linux and mac os x plugins | tobigun | 2010-11-08 | 1 | -1/+9 |
* | - fix audio-converter initialization | tobigun | 2010-11-08 | 1 | -10/+17 |
* | fix compilation on linux | tobigun | 2010-11-07 | 2 | -1/+1 |
* | fix compilation with older versions of ffmpeg | tobigun | 2010-11-07 | 2 | -23/+29 |
* | media plugins | tobigun | 2010-11-05 | 21 | -0/+3536 |
* | use folder game/plugins/media for media plugins | tobigun | 2010-11-05 | 2 | -1/+2 |
* | - unload plugin | tobigun | 2010-11-05 | 5 | -9/+55 |
* | - Support for media interface priorities | tobigun | 2010-11-02 | 13 | -35/+102 |
* | create experimental songmanagement branch | whiteshark0 | 2010-11-02 | 1259 | -0/+262786 |
* | utf-8 file reading support | tobigun | 2010-11-02 | 1 | -9/+59 |
* | last audio-converter (libsamplerate) working again | tobigun | 2010-11-01 | 2 | -2/+336 |
* | audio converter plugin interface added | tobigun | 2010-11-01 | 1 | -0/+183 |
* | renamed SDL specific interface UAudioConverter.pas to UAudioConverter_SDL.pas | tobigun | 2010-11-01 | 2 | -2/+2 |
* | audio converter plugin interface added | tobigun | 2010-11-01 | 3 | -318/+9 |
* | - audio converter managed by media interface handler | tobigun | 2010-11-01 | 16 | -149/+309 |
* | ffmpeg audio converter renamed | tobigun | 2010-10-30 | 2 | -8/+8 |
* | audio/video decoder filenames adjusted | tobigun | 2010-10-30 | 4 | -8/+7 |
* | renamed ffmpeg audio/decoder to something generic | tobigun | 2010-10-30 | 3 | -51/+49 |
* | dynamic loading of video- and audio-decoder | tobigun | 2010-10-30 | 6 | -107/+174 |
* | removed ffmpeg stuff | tobigun | 2010-10-28 | 19 | -10609/+60 |