Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mac-1.1.0' into next | Jacek Antonelli | 2009-04-06 | 12 | -145/+370 |
|\ | | | | | | | | | | | | | Required substantial portability changes to set_gst_plugin_path(). Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp | ||||
| * | Added libgstdecodebin.so plugin to Mac manifest. | Jacek Antonelli | 2009-03-30 | 2 | -0/+7 |
| | | |||||
| * | set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="". | Jacek Antonelli | 2009-03-29 | 2 | -0/+9 |
| | | | | | | | | | | This prevents GStreamer from looking for system-installed plugins, which can have conflicts with our packaged ones. | ||||
| * | Improved set_gst_plugin_path, now sets path on Mac too. | Jacek Antonelli | 2009-03-29 | 2 | -36/+71 |
| | | |||||
| * | Merge commit 'origin/gst-revamp' into mac-1.1.0 | Jacek Antonelli | 2009-03-29 | 5 | -28/+100 |
| |\ | |||||
| * | | Using OpenAL framework on Mac after all. Maybe. | Jacek Antonelli | 2009-03-29 | 2 | -1/+11 |
| | | | |||||
| * | | Tweaked the list of linked-in gstreamer libs for Mac. | Jacek Antonelli | 2009-03-29 | 2 | -3/+10 |
| | | | |||||
| * | | Removed the "2.0.0" named glib libs. Only using "2.0" now. | Jacek Antonelli | 2009-03-29 | 2 | -6/+6 |
| | | | |||||
| * | | Merge commit 'gst-revamp' into mac-1.1.0 | Jacek Antonelli | 2009-03-26 | 10 | -463/+116 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/llmedia/llmediaimplgstreamer.cpp | ||||
| * | | | Symlinks for Mac glib dylibs (2.0.0 -> 2.0). | Jacek Antonelli | 2009-03-16 | 2 | -0/+9 |
| | | | | |||||
| * | | | Added more Mac dylibs to manifest. | Jacek Antonelli | 2009-03-16 | 2 | -1/+16 |
| | | | | |||||
| * | | | Added error checking when generating an OpenAL source | Jacek Antonelli | 2009-03-13 | 2 | -0/+17 |
| | | | | |||||
| * | | | Don't find specific OpenAL lib locations on Mac/Linux. | Jacek Antonelli | 2009-03-12 | 2 | -8/+9 |
| | | | | | | | | | | | | | | | | Linking that way is bad. Just use -lopenal -lalut instead. | ||||
| * | | | Removed redundant/unnecessary OpenAL lib names and paths | Jacek Antonelli | 2009-03-11 | 2 | -5/+8 |
| | | | | |||||
| * | | | Better indentation in OPENAL.cmake. | Jacek Antonelli | 2009-03-11 | 1 | -17/+15 |
| | | | | |||||
| * | | | Added Mac gstreamer plugins to viewer manifest | Jacek Antonelli | 2009-03-11 | 2 | -0/+65 |
| | | | | |||||
| * | | | LLAudio's CMakeLists should include OPENAL | Jacek Antonelli | 2009-03-11 | 2 | -0/+4 |
| | | | | |||||
| * | | | Removed Quicktime-related cmake code | Jacek Antonelli | 2009-03-11 | 5 | -65/+12 |
| | | | | |||||
| * | | | Manifest includes openal and gstreamer libs in Mac package | Jacek Antonelli | 2009-03-11 | 2 | -4/+38 |
| | | | | |||||
| * | | | Mac app icon will be called viewer.icns instead of secondlife.icns | Jacek Antonelli | 2009-03-09 | 4 | -4/+14 |
| | | | | |||||
| * | | | Load the proper gstreamer lib type (dylib) on Mac | Jacek Antonelli | 2009-03-08 | 2 | -8/+19 |
| | | | | |||||
| * | | | Tweaked GStreamer.cmake to work on Mac | Jacek Antonelli | 2009-03-08 | 2 | -14/+36 |
| | | | | |||||
| * | | | Moved Info-SecondLife.plist to Info-Imprudence.plist | Jacek Antonelli | 2009-03-07 | 3 | -1/+9 |
| | | | | |||||
* | | | | Converted BOOLs to bools in llthread. | Jacek Antonelli | 2009-04-06 | 3 | -9/+17 |
| | | | | |||||
* | | | | Merge branch 'gst-revamp' into next | Jacek Antonelli | 2009-04-06 | 43 | -599/+1005 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch gst-thread into gst-revamp | Jacek Antonelli | 2009-04-06 | 6 | -8/+175 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp | ||||
| | * | | | | LLMediaImplGStreamer creates new thread for playing. | Jacek Antonelli | 2009-04-06 | 3 | -6/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | This keeps the viewer responsive while GStreamer does its thing. | ||||
| | * | | | | Added LLGstPlayThread class. | Jacek Antonelli | 2009-04-05 | 4 | -0/+128 |
| | | | | | | |||||
| | * | | | | Refactored the heart of the GST play code to startPlay(). | Jacek Antonelli | 2009-04-04 | 3 | -4/+16 |
| | | | | | | |||||
| * | | | | | Merge commit 'mccabe/gst-revamp' into gst-revamp | Jacek Antonelli | 2009-04-06 | 503 | -40162/+40488 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Cleaned up logic for bad streams | McCabe Maxsted | 2009-03-31 | 2 | -11/+18 |
| | | | | | | |||||
| | * | | | | Merge commit 'edadcfadf71ac23d301a1b6fb186883d' into next | McCabe Maxsted | 2009-03-30 | 6 | -60/+184 |
| | |\ \ \ \ | |||||
| | | * | | | | Added flag for multi-core compiling in VS2005 | McCabe Maxsted | 2009-03-30 | 2 | -0/+9 |
| | | | | | | | |||||
| | | * | | | | Added VS optimizations to cmake | McCabe Maxsted | 2009-03-30 | 2 | -0/+11 |
| | | | | | | | |||||
| | | * | | | | removed gst_element_get_state | McCabe Maxsted | 2009-03-30 | 1 | -29/+45 |
| | | | | | | | |||||
| | | * | | | | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵ | McCabe Maxsted | 2009-03-29 | 3 | -16/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for windows | ||||
| | | * | | | | Fixed merge conflicts | McCabe Maxsted | 2009-03-29 | 5 | -28/+100 |
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| | | |||||
| | * | | | | | Merge branch 'gst-revamp' into next | McCabe Maxsted | 2009-03-27 | 9 | -418/+85 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Fixed video streams freezing the viewer | McCabe Maxsted | 2009-03-27 | 2 | -3/+9 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'gst-revamp' into lineendings | McCabe Maxsted | 2009-03-26 | 10 | -464/+116 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Fixed merge conflict | McCabe Maxsted | 2009-03-26 | 42 | -15018/+14670 |
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| | | |||||
| | * | | | | | | Fix commit problem | McCabe Maxsted | 2009-03-27 | 1 | -46/+37 |
| | |/ / / / / | |||||
| | * | | | | | Converted all skin XML files to Unix LF line endings. | Jacek Antonelli | 2009-03-26 | 472 | -37959/+37959 |
| | |/ / / / | |||||
| | * | | | | Ghost files, ignore this commit | McCabe Maxsted | 2009-03-22 | 6 | -1907/+1907 |
| | | | | | | |||||
| | * | | | | Removed slviewer-0-v12160-VisitedLandmarks.patch | McCabe Maxsted | 2009-03-22 | 8 | -25/+28 |
| | | | | | | |||||
| | * | | | | Removed slviewer-0-v12160-RememberStatsPosAndSize.patch | McCabe Maxsted | 2009-03-22 | 4 | -22/+18 |
| | | | | | | |||||
| | * | | | | Removed slviewer-0-v12160-LostConnectionOnLogin.patch | McCabe Maxsted | 2009-03-22 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Visual Studio now ignores C4244 warnings in GStreamer | McCabe Maxsted | 2009-03-16 | 4 | -4/+49 |
| | | | | | | |||||
| | * | | | | Changed startinternetstream() a bit to be clearer | McCabe Maxsted | 2009-03-10 | 2 | -19/+28 |
| | | | | | | |||||
| | * | | | | Use std::string for nametags, removed bizarre name stacking option | McCabe Maxsted | 2009-03-07 | 2 | -26/+22 |
| | | | | | |