aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-04replace ambiguous NULL pointers for g_object.Armin Weatherwax1-3/+3
2009-11-18Fixed more warnings about converting string to gchar*Jacek Antonelli1-6/+6
2009-11-15Fixed a warning about converting string literal to gchar*.Jacek Antonelli1-4/+4
2009-10-19Fixes VWR-12161: avatar_skeleton.xml cannot be parsedLilly Zenovka1-7/+7
2009-10-03Fixed extern C issue in llmediaimplgstreamer.h for WindowsMcCabe Maxsted1-2/+3
2009-06-15Fixed stream info not updatingMcCabe Maxsted1-9/+2
2009-06-15Applied Dale Glass' patch for VWR-12655: Add support for displaying the title...McCabe Maxsted3-13/+35
2009-06-08Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolumeMcCabe Maxsted1-2/+0
2009-05-24Second Life viewer sources 1.23.1-RCJacek Antonelli1-10/+10
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli26-175/+292
2009-04-18Cleaned up indentation in llmediaimplgstreamer.h.Jacek Antonelli1-24/+24
2009-04-18LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.Jacek Antonelli1-2/+6
2009-04-18Removed redundant play() from LLMediaImplGStreamer::navigateTo().Jacek Antonelli1-3/+0
2009-04-18LLMediaImplGStreamer::play() is no-op if already playing.Jacek Antonelli1-0/+7
2009-04-18Removed some useless code from LLMediaImplGStreamer::startPlay().Jacek Antonelli1-3/+0
2009-04-17GST_PLUGIN_PATH should only search plugin directories for WindowsMcCabe Maxsted1-1/+1
2009-04-06Don't use LL_ERRS, it makes the viewer abort!Jacek Antonelli1-1/+1
2009-04-06LLMediaImplGStreamer creates new thread for playing.Jacek Antonelli2-6/+24
2009-04-05Added LLGstPlayThread class.Jacek Antonelli3-0/+118
2009-04-04Refactored the heart of the GST play code to startPlay().Jacek Antonelli2-4/+10
2009-04-02Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli1-1/+5
2009-04-02Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2-0/+55
2009-04-02Implemented LLMediaImplGstreamer::setDebugLevel().Jacek Antonelli2-0/+14
2009-04-02Added LLMediaImplCommon::setDebugLevel().Jacek Antonelli2-1/+13
2009-04-02Added LLMediaBase::EDebugLevel and setDebugLevel stub.Jacek Antonelli1-0/+15
2009-03-31Cleaned up logic for bad streamsMcCabe Maxsted1-11/+10
2009-03-30removed gst_element_get_stateMcCabe Maxsted1-29/+45
2009-03-29Added loading info to log's plugin list, set_gst_plugin_path now compiles for...McCabe Maxsted1-13/+23
2009-03-29set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="".Jacek Antonelli1-0/+3
2009-03-29Improved set_gst_plugin_path, now sets path on Mac too.Jacek Antonelli1-36/+67
2009-03-28Fixed some minor mistakes in set_gst_plugin_path().Jacek Antonelli1-2/+2
2009-03-28Improved set_gst_plugin_path, more comprehensive path.Jacek Antonelli1-9/+38
2009-03-28Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2-0/+31
2009-03-28Print out the plugins gstreamer finds, for debugging.Jacek Antonelli1-0/+15
2009-03-27Fix commit problemMcCabe Maxsted1-46/+37
2009-03-27Fixed video streams freezing the viewerMcCabe Maxsted1-3/+3
2009-03-26Fixed/improved how slvideo gst plugin is registered.Jacek Antonelli1-16/+10
2009-03-26Removed obsolete gstreamer_syms files.Jacek Antonelli5-326/+0
2009-03-26Removed all that llgst and symbol grabbing silliness.Jacek Antonelli3-106/+71
2009-03-16Visual Studio now ignores C4244 warnings in GStreamerMcCabe Maxsted3-4/+37
2009-03-11Removed Quicktime-related cmake codeJacek Antonelli1-13/+0
2009-03-08Load the proper gstreamer lib type (dylib) on MacJacek Antonelli1-8/+15
2009-02-28Initialize gstreamer (if needed) when making LLMediaImplGStreamer.Jacek Antonelli1-0/+2
2009-02-26Fixed bad LM patch side-effectMcCabe Maxsted1-1/+1
2009-02-20get_state shows name infoMcCabe Maxsted2-3/+4
2009-02-20Added STATUS_DEAD to LLMediaBaseMcCabe Maxsted3-11/+27
2009-02-18Updated GStreamer commentsMcCabe Maxsted2-5/+32
2009-02-18Added GStreamer version info to About > ImprudenceMcCabe Maxsted2-3/+6
2009-02-18Added error checking to play/stop/pause to prevent bad loopingMcCabe Maxsted2-25/+41
2009-02-14Added artist/title tag info supportMcCabe Maxsted2-7/+6