aboutsummaryrefslogtreecommitdiffstats
path: root/mediaplugin/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-13enable auto import to suppress C++ warningstobigun1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2795 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-23apply projectM dso_handle patch from trunktobigun1-0/+5
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2771 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-23Path class implemented for full unicode supporttobigun7-31/+121
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2770 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-22replace asf... by AUDIO_SAMPLE_FORMAT_... constantstobigun5-24/+28
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2769 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-22replaced "ffmpeg" with "opengl"tobigun1-52/+52
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2768 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-22support for video pixel format selectiontobigun11-54/+143
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2767 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-22meld video-frame info (width/height/aspect) to reduce exported functionstobigun4-22/+35
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2766 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-12-01- implement Mac specific abstract UPlatform.GetMusicPath() for win and linuxtobigun3-1/+34
- add UPlatform.AddLibrarySearchPath() to be able to add new dll search paths - use AddLibrarySearchPath() for loading plugin dependencies (e.g. ffmpeg libs) from game/mediaplugins/deps git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2758 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-27add AC_CONFIG_MACRO_DIRtobigun1-0/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2756 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-27fix a few conflicts with <windows.h>:tobigun3-19/+42
- prefix log-constants with LOG_ - remove already defined WAIT_TIMEOUT - use more portable _WIN32 instead of __WIN32__ - define <stdint.h> types for MSVC git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2755 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-25move /src/plugins/media to src/mediaplugins and /game/plugins/media to ↵tobigun29-23/+22
/game/mediaplugins git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2753 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-23remove deprecated AM_PROG_LIBTOOL (replaced by LT_INIT)tobigun2-8/+6
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2750 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-23call ./autogen.shtobigun1-1143/+1014
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2749 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-23add libtoolize to autogen.sh and configure.actobigun2-0/+4
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2748 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-22use automake to create projectm-cwrappertobigun2-25/+502
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2745 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-14./autogen.sh updatetobigun2-1039/+1236
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2741 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-14now configure/make works with ming32 to build plugin dllstobigun2-39/+28
- replaced AC_CANONICAL_SYSTEM with AC_CANONICAL_SYSTEM to define $target_os - moved mac os x specific -dynamic to the mac os x section of configure.ac git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2740 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-13DLL_EXPORT already defined by libtool during configure in mingw ↵tobigun2-11/+9
(-DDLL_EXPORT) -> rename to DECLSPEC_EXPORT git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2737 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-12initialize module-handle before call to LoadModuletobigun3-2/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2736 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-12C compatibilitytobigun1-3/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2735 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-12added missing breaktobigun1-0/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2734 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-11do not create versioned aliases of the plugins (e.g. xyz.0.dylib or ↵tobigun2-2/+2
xyz.so.0(.0.0)) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2733 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-11copy plugins to game foldertobigun5-24/+57
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2731 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-10use -dynamic to create dynamic libstobigun1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2729 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-10default to x86 libs on mac os xtobigun2-26/+38
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2728 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-10removed call to libtoolize which seems to be unnecessarytobigun1-1/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2724 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-10added media plugins to build scriptstobigun4-0/+18499
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2723 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-09do not define HAVE_SWSCALE twicetobigun1-0/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2722 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-09fix header checktobigun1-4/+4
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2721 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-09fixes for compilation on mac os xtobigun5-16/+58
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2720 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-09compatibility with older ffmpeg versionstobigun3-4/+11
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2719 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-08preliminary build scriptstobigun3-0/+112
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2717 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-08handle linux and mac os x pluginstobigun1-1/+9
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2715 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-08- fix audio-converter initializationtobigun1-10/+17
- constructors must be public in pascal git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2714 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-07fix compilation on linuxtobigun2-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2713 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-07fix compilation with older versions of ffmpegtobigun2-23/+29
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2712 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-05media pluginstobigun21-0/+3536
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2710 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-05use folder game/plugins/media for media pluginstobigun1-1/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2709 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-05- unload plugintobigun5-9/+55
- module specific init/finalize git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2708 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-02- Support for media interface priorities tobigun13-35/+102
- all media interfaces classes have to explicitly implement IMediaInterface, otherwise access to the priority and name will fail git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2707 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-02utf-8 file reading supporttobigun1-9/+59
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2705 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-01last audio-converter (libsamplerate) working againtobigun2-2/+336
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2704 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-01audio converter plugin interface addedtobigun1-0/+183
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2703 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-01renamed SDL specific interface UAudioConverter.pas to UAudioConverter_SDL.pastobigun2-2/+2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2702 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-01audio converter plugin interface addedtobigun3-318/+9
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2701 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-01- audio converter managed by media interface handlertobigun16-149/+309
- added (yet unused) interface priorities git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2700 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-30ffmpeg audio converter renamedtobigun2-8/+8
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2698 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-30audio/video decoder filenames adjustedtobigun4-8/+7
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2697 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-30renamed ffmpeg audio/decoder to something generictobigun3-51/+49
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2696 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-30dynamic loading of video- and audio-decodertobigun6-107/+174
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2695 b956fd51-792f-4845-bead-9b4dfca2ff2c