aboutsummaryrefslogtreecommitdiffstats
path: root/mediaplugin/src/media (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-12-23Path class implemented for full unicode supporttobigun1-4/+73
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2770 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 selectiontobigun4-18/+57
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 functionstobigun2-6/+20
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 linuxtobigun1-0/+6
- 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-12initialize module-handle before call to LoadModuletobigun1-0/+1
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2736 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 linuxtobigun1-1/+0
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2713 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-11-05- unload plugintobigun4-9/+53
- 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 tobigun10-14/+52
- 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 againtobigun1-0/+335
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.pastobigun1-1/+1
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 addedtobigun2-317/+3
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 handlertobigun14-64/+180
- 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 adjustedtobigun3-4/+4
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-decodertobigun4-107/+169
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2695 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-28removed ffmpeg stufftobigun4-961/+54
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2694 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-28TimeDifference must be TimeDifftobigun1-3/+3
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2693 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-27separated video playback and decodertobigun2-640/+872
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2691 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-27ffmpeg audio converter moved to media plugintobigun4-382/+57
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2690 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-24more helper functions added, no need for SDL as a plugin dependency anymore tobigun2-55/+263
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2689 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-19audio code replaced by (yet pseudo-)plugintobigun2-956/+158
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2687 b956fd51-792f-4845-bead-9b4dfca2ff2c
2010-10-19initial committobigun17-0/+9659
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2684 b956fd51-792f-4845-bead-9b4dfca2ff2c