aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gst-revamp' into nextJacek Antonelli2009-04-0642-599/+716
|\
| * Merge branch gst-thread into gst-revampJacek Antonelli2009-04-065-8/+152
| |\
| | * LLMediaImplGStreamer creates new thread for playing.Jacek Antonelli2009-04-062-6/+24
| | * Added LLGstPlayThread class.Jacek Antonelli2009-04-053-0/+118
| | * Refactored the heart of the GST play code to startPlay().Jacek Antonelli2009-04-042-4/+10
| * | Merge commit 'mccabe/gst-revamp' into gst-revampJacek Antonelli2009-04-06502-40162/+40321
| |\ \ | | |/ | |/|
| | * 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 for...McCabe Maxsted2009-03-292-16/+23
| | * Fixed merge conflictsMcCabe Maxsted2009-03-294-28/+75
| | |\
| | * | 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
| | | |\ \
| | * | | | 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 Ree--VWR-...McCabe Maxsted2009-03-077-13/+25
| | * | | 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 hig...McCabe Maxsted2009-03-011-0/+1
| | | * | | 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
| * | | | 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
| | |_|/ | |/| |
| * | | 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
| * | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2009-03-284-28/+31