aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gst-revamp' into nextJacek Antonelli2009-04-0643-599/+1005
|\
| * Merge branch gst-thread into gst-revampJacek Antonelli2009-04-066-8/+175
| |\
| | * LLMediaImplGStreamer creates new thread for playing.Jacek Antonelli2009-04-063-6/+31
| | * Added LLGstPlayThread class.Jacek Antonelli2009-04-054-0/+128
| | * Refactored the heart of the GST play code to startPlay().Jacek Antonelli2009-04-043-4/+16
| * | Merge commit 'mccabe/gst-revamp' into gst-revampJacek Antonelli2009-04-06503-40162/+40488
| |\ \ | | |/ | |/|
| | * Cleaned up logic for bad streamsMcCabe Maxsted2009-03-312-11/+18
| | * Merge commit 'edadcfadf71ac23d301a1b6fb186883d' into nextMcCabe Maxsted2009-03-306-60/+184
| | |\
| | | * Added flag for multi-core compiling in VS2005McCabe Maxsted2009-03-302-0/+9
| | | * Added VS optimizations to cmakeMcCabe Maxsted2009-03-302-0/+11
| | | * 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-293-16/+32
| | | * Fixed merge conflictsMcCabe Maxsted2009-03-295-28/+100
| | | |\
| | * | \ Merge branch 'gst-revamp' into nextMcCabe Maxsted2009-03-279-418/+85
| | |\ \ \ | | | |/ /
| | | * | Fixed video streams freezing the viewerMcCabe Maxsted2009-03-272-3/+9
| | | * | Merge branch 'gst-revamp' into lineendingsMcCabe Maxsted2009-03-2610-464/+116
| | | |\ \
| | | | * \ Fixed merge conflictMcCabe Maxsted2009-03-2642-15018/+14670
| | | | |\ \
| | * | | | | Fix commit problemMcCabe Maxsted2009-03-271-46/+37
| | |/ / / /
| | * | | | 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-228-25/+28
| | * | | Removed slviewer-0-v12160-RememberStatsPosAndSize.patchMcCabe Maxsted2009-03-224-22/+18
| | * | | Removed slviewer-0-v12160-LostConnectionOnLogin.patchMcCabe Maxsted2009-03-221-1/+1
| | * | | Visual Studio now ignores C4244 warnings in GStreamerMcCabe Maxsted2009-03-164-4/+49
| | * | | Changed startinternetstream() a bit to be clearerMcCabe Maxsted2009-03-102-19/+28
| | * | | Use std::string for nametags, removed bizarre name stacking optionMcCabe Maxsted2009-03-072-26/+22
| | * | | Landmark icons now correctly change color when visited (patch by Zi Ree--VWR-...McCabe Maxsted2009-03-078-13/+41
| | * | | Backported fix for VWR-8783, original patch by Gigs TaggartMcCabe Maxsted2009-03-072-1/+4
| | * | | Applied remember stats position and size patch from Latif KhalifaMcCabe Maxsted2009-03-074-5/+30
| | * | | Applied memleak patch from VWR-9400McCabe Maxsted2009-03-072-8/+9
| | * | | Applied patch by Zwagoth Klaar for muting sounds before decodingMcCabe Maxsted2009-03-073-2/+15
| | * | | Backported fix for VWR-4070 from 1.22McCabe Maxsted2009-03-072-3/+22
| | * | | Merge branch 'cvpatches' into nextMcCabe Maxsted2009-03-049-19/+136
| | |\ \ \
| | | * | | Applied my patch for VWR-8454 (PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not hig...McCabe Maxsted2009-03-012-0/+5
| | | * | | Backported fix for VWR-996 (wrong visualisation of animations) from 1.22McCabe Maxsted2009-03-012-11/+39
| | | * | | Backported fix for SVC-2771 (script resetting can fail) from 1.22McCabe Maxsted2009-03-013-3/+24
| | | * | | Backported fix for VWR-3871 (prim position appears to be off) from 1.22McCabe Maxsted2009-03-012-2/+13
| | | * | | Backported possible crash fix in llfloater.cpp from 1.22McCabe Maxsted2009-03-012-0/+4
| | | * | | Backported possible crash fix while changing graphics settings from 1.22McCabe Maxsted2009-03-012-0/+15
| | | * | | Fixed crash involving file picker and locales (patch by Alissa Sabre)McCabe Maxsted2009-03-012-5/+38
| | * | | | Backported fix for VWR-6744 (No way to hide IMs in chat console)McCabe Maxsted2009-03-013-2/+14
| | |/ / /
| | * | | Fixed pause button texture showing up in certain instancesMcCabe Maxsted2009-03-016-170/+173
| * | | | Apply saved MediaDebugLevel at media init time.Jacek Antonelli2009-04-022-0/+11
| * | | | Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-022-1/+9
| * | | | Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-023-0/+61
| * | | | Implemented handleMediaDebugLevelChanged hook.Jacek Antonelli2009-04-022-0/+24
| * | | | Added MediaDebugLevel setting in XML (does nothing yet).Jacek Antonelli2009-04-022-0/+15
| * | | | Implemented LLMediaImplGstreamer::setDebugLevel().Jacek Antonelli2009-04-023-0/+20
| * | | | Added LLMediaImplCommon::setDebugLevel().Jacek Antonelli2009-04-023-1/+19
| * | | | Added LLMediaBase::EDebugLevel and setDebugLevel stub.Jacek Antonelli2009-04-022-0/+21
| | |_|/ | |/| |