aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed merge conflictsMcCabe Maxsted2009-04-028-2/+138
|\
| * Apply saved MediaDebugLevel at media init time.Jacek Antonelli2009-04-021-0/+7
| |
| * Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-021-1/+5
| |
| * Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-022-0/+55
| |
| * Implemented handleMediaDebugLevelChanged hook.Jacek Antonelli2009-04-021-0/+18
| |
| * Added MediaDebugLevel setting in XML (does nothing yet).Jacek Antonelli2009-04-021-0/+11
| |
| * Implemented LLMediaImplGstreamer::setDebugLevel().Jacek Antonelli2009-04-022-0/+14
| |
| * Added LLMediaImplCommon::setDebugLevel().Jacek Antonelli2009-04-022-1/+13
| |
| * Added LLMediaBase::EDebugLevel and setDebugLevel stub.Jacek Antonelli2009-04-021-0/+15
| |
* | Cleaned up logic for bad streamsMcCabe Maxsted2009-03-311-11/+10
| |
* | Added flag for multi-core compiling in VS2005McCabe Maxsted2009-03-301-0/+8
| |
* | Added VS optimizations to cmakeMcCabe Maxsted2009-03-301-0/+7
| |
* | removed gst_element_get_stateMcCabe Maxsted2009-03-301-29/+45
| |
* | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵McCabe Maxsted2009-03-292-16/+23
| | | | | | | | for windows
* | Fixed merge conflictsMcCabe Maxsted2009-03-294-28/+75
|\ \ | |/
| * Fixed some minor mistakes in set_gst_plugin_path().Jacek Antonelli2009-03-281-2/+2
| |
| * Improved set_gst_plugin_path, more comprehensive path.Jacek Antonelli2009-03-281-9/+38
| | | | | | | | Also tried to tidy up a bit.
| * Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2009-03-284-28/+31
| | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path
| * Print out the plugins gstreamer finds, for debugging.Jacek Antonelli2009-03-281-0/+15
| |
* | Fixed video streams freezing the viewerMcCabe Maxsted2009-03-271-3/+3
| |
* | Merge branch 'gst-revamp' into lineendingsMcCabe Maxsted2009-03-269-464/+85
|\ \
| * \ Fixed merge conflictMcCabe Maxsted2009-03-2641-15018/+14639
| |\ \ | | |/
| | * Fixed/improved how slvideo gst plugin is registered.Jacek Antonelli2009-03-261-16/+10
| | |
| | * Removed obsolete gstreamer_syms files.Jacek Antonelli2009-03-265-326/+0
| | |
| | * Removed all that llgst and symbol grabbing silliness.Jacek Antonelli2009-03-263-106/+71
| | | | | | | | | | | | Some symbols require gstreamer >= 0.10.11.
| | * Link with some gstreamer core libs on Linux.Jacek Antonelli2009-03-261-6/+4
| | |
* | | Converted all skin XML files to Unix LF line endings.Jacek Antonelli2009-03-26472-37959/+37959
|/ /
* | Ghost files, ignore this commitMcCabe Maxsted2009-03-226-1907/+1907
| |
* | Removed slviewer-0-v12160-VisitedLandmarks.patchMcCabe Maxsted2009-03-227-25/+13
| |
* | Removed slviewer-0-v12160-RememberStatsPosAndSize.patchMcCabe Maxsted2009-03-223-22/+5
| |
* | Removed slviewer-0-v12160-LostConnectionOnLogin.patchMcCabe Maxsted2009-03-221-1/+1
| |
* | Visual Studio now ignores C4244 warnings in GStreamerMcCabe Maxsted2009-03-163-4/+37
| |
* | Changed startinternetstream() a bit to be clearerMcCabe Maxsted2009-03-101-19/+22
| |
* | Use std::string for nametags, removed bizarre name stacking optionMcCabe Maxsted2009-03-071-26/+19
| |
* | Landmark icons now correctly change color when visited (patch by Zi ↵McCabe Maxsted2009-03-077-13/+25
| | | | | | | | Ree--VWR-7896)
* | Backported fix for VWR-8783, original patch by Gigs TaggartMcCabe Maxsted2009-03-071-1/+1
| |
* | Applied remember stats position and size patch from Latif KhalifaMcCabe Maxsted2009-03-073-5/+22
| |
* | Applied memleak patch from VWR-9400McCabe Maxsted2009-03-071-8/+6
| |
* | Applied patch by Zwagoth Klaar for muting sounds before decodingMcCabe Maxsted2009-03-072-2/+10
| |
* | Backported fix for VWR-4070 from 1.22McCabe Maxsted2009-03-071-3/+16
| |
* | Merge branch 'cvpatches' into nextMcCabe Maxsted2009-03-048-19/+112
|\ \
| * | Applied my patch for VWR-8454 (PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not ↵McCabe Maxsted2009-03-011-0/+1
| | | | | | | | | | | | highlighted in script editor)
| * | Backported fix for VWR-996 (wrong visualisation of animations) from 1.22McCabe Maxsted2009-03-011-9/+36
| | |
| * | Backported fix for SVC-2771 (script resetting can fail) from 1.22McCabe Maxsted2009-03-012-3/+18
| | |
| * | Backported fix for VWR-3871 (prim position appears to be off) from 1.22McCabe Maxsted2009-03-011-2/+10
| | |
| * | Backported possible crash fix in llfloater.cpp from 1.22McCabe Maxsted2009-03-011-0/+1
| | |
| * | Backported possible crash fix while changing graphics settings from 1.22McCabe Maxsted2009-03-011-0/+12
| | |
| * | Fixed crash involving file picker and locales (patch by Alissa Sabre)McCabe Maxsted2009-03-011-5/+34
| | |
* | | Backported fix for VWR-6744 (No way to hide IMs in chat console)McCabe Maxsted2009-03-012-2/+6
|/ /
* | Fixed pause button texture showing up in certain instancesMcCabe Maxsted2009-03-015-170/+157
|/