aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-19Added log info for when GStreamer fails to load because the plugin wasn't ↵McCabe Maxsted1-0/+10
compiled correctly
2011-03-04Fixed Linux compile warnings in media_plugin_gstreamer010.cpp.Jacek Antonelli1-2/+2
Warning was because writeToLog expected a char pointer, but was being given string constants. Exact warning message was: deprecated conversion from string constant to ‘char*’
2011-03-01fix gstreamer plugin doesn't compile on linuxArmin Weatherwax1-53/+53
2011-02-18Removed a bit of spam from the GStreamer log fileMcCabe Maxsted1-0/+1
2011-02-18Created a media_plugin_gstreamer010.log file in the cwd for the GStreamer pluginMcCabe Maxsted1-68/+96
2011-02-10Fixed gstreamer plugin headers missing from cmakeMcCabe Maxsted1-0/+6
2011-02-10Make media_plugin_gstreamer010 find all its headers correctly on Windows ↵McCabe Maxsted1-1/+1
(notes: need to add archives for iconv and gstreamer to install.xml, doesn't link yet)
2011-02-10Enabled gstreamer10 media plugin in CMake for WindowsMcCabe Maxsted1-2/+8
2010-11-23Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵McCabe Maxsted1-0/+2
winsock2.h is always included before windows.h throughout the source to prevent collisions
2010-11-17IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood1-9/+5
See http://redmine.imprudenceviewer.org/issues/590
2010-11-13Use Quicktime plugin on Mac, not GStreamer.Jacek Antonelli1-4/+4
2010-11-13GStreamer010 plugin needs Carbon.h on Mac.Jacek Antonelli1-0/+4
2010-11-07Ported media_plugin_webkit changes from Snowglobe2, which are identical to ↵McCabe Maxsted1-2/+8
SL2.3. This includes a more stable version of llqtwebkit for Windows
2010-11-07Use the LGPL version of the quicktime media plugin. This allows us to use ↵McCabe Maxsted1-22/+15
quicktime without violating the GPL
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood6-50/+10
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
2010-11-02Fix llqtwebkit version incompatibility.Aleric Inglewood1-3/+14
This patch has the minimum changes needed to be compatible with LLQTWEBKIT_API_VERSION 2. From llqtwebkit.h: Version 2: indra/media_plugins/webkit/media_plugin_webkit.cpp: * Changed the usage of the event parameters in onClickLinkHref and onClickLinkNoFollow events slightly. The clicked URI for both should now be retrieved with getEventUri() instead of getStringValue(). The "target" string in onClickLinkHref is now retrieved with getStringValue() instead of getStringValue2(). * The contents of getStringValue2() in the onClickLinkHref event is now a unique ID for the window proxy the click targets. all changed files: * Removed the "link target type" concept, since it doesn't really belong here. Note that not all changes have been taken into account, since we need a LOT of code changes for MoaP before that gets relevant; most notably: "target" and "uuid" aren't used anywhere. The new LLEmbeddedBrowserWindowObserver::onWindowGeometryChangeRequested and LLEmbeddedBrowserWindowObserver::onRequestFilePicker are still not implemented. Version 1 introduced LLEmbeddedBrowserWindowObserver::onWindowCloseRequested which is also still not implemented.
2010-11-02Delete piece of code that is redundant.Aleric Inglewood1-8/+0
2010-10-28Only initialize WebCore resource(s) on linux.Aleric Inglewood1-7/+8
I searched the darwin and windows llqtwebkit tarballs and neither qInitResources_WebCore nor qInitResources_WebCore_QT_NAMESPACE exist in there... No idea why, but then we can't call it to initialize it now can we?
2010-10-27Load prebuilt glib when needed. Don't compile gstreamer plugin on windows.Aleric Inglewood1-3/+5
Also, darwin doesn't use quicktime, so disabled compiling that plugin for darwin.
2010-10-27Remove the need for qglobal.h on non-standalone.Aleric Inglewood1-1/+13
2010-10-26Set LL_GSTREAMER010_ENABLED to true for Linux-only until gstreamer loading ↵McCabe Maxsted2-4/+4
can be sorted on windows
2010-10-22Fix the errors "QCursor: Cannot create bitmap cursor; invalid bitmap(s)" at ↵Aleric Inglewood1-0/+4
start up of the webkit plugin. These are caused because builtin resources of QtWebKit weren't initialized.
2010-10-15Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood1-0/+7
2010-10-10Let the gstreamer plugin build on windowsRobin Cornelius2-4/+22
2010-09-23linux* kill imprudence gstreamer, use system gstreamer instead.Armin Weatherwax1-1219/+0
who ever builds a release with that needs to consider to install some really old gstreamer at /usr/local/lib - lenny has 0.10.19
2010-09-23Imprudence style gstreamer plugin (remove llgst, syms and such)Armin Weatherwax8-528/+410
2010-09-23Fixed plugin compile issues on windowsMcCabe Maxsted2-1/+2
2010-09-23update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax9-66/+635
loading. Issue: llqtwebkit needs update for Linux 64bit
2010-09-23Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax4-0/+16
2010-09-23update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax1-0/+1
2010-09-23update to latest SG2 media_pluginsArmin Weatherwax20-229/+956
2010-09-23port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax21-142/+226
2010-09-23Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted5-8/+40
Linux or Mac as I can't test them)
2010-09-23First LL update of plugins, mainly documentationArmin Weatherwax9-101/+353
2010-09-23llmediaplugins first stepArmin Weatherwax22-0/+6512