Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help Mac find the right libxml2.2.dylib. | Jacek Antonelli | 2009-04-10 | 1 | -0/+4 |
| | |||||
* | Tweaked Mac lib manifest. | Jacek Antonelli | 2009-04-10 | 1 | -0/+7 |
| | | | | Removed pango, commented out libopenal, added libxml2. | ||||
* | Don't use LL_ERRS, it makes the viewer abort! | Jacek Antonelli | 2009-04-06 | 1 | -0/+4 |
| | |||||
* | Made LogLock mutex less likely to fail, hopefully. | Jacek Antonelli | 2009-04-06 | 1 | -0/+4 |
| | |||||
* | Merge branch 'mac-1.1.0' into next | Jacek Antonelli | 2009-04-06 | 1 | -0/+104 |
|\ | | | | | | | | | | | | | 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 | 1 | -0/+6 |
| | | |||||
| * | set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="". | Jacek Antonelli | 2009-03-29 | 1 | -0/+6 |
| | | | | | | | | | | 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 | 1 | -0/+4 |
| | | |||||
| * | Merge commit 'origin/gst-revamp' into mac-1.1.0 | Jacek Antonelli | 2009-03-29 | 1 | -0/+25 |
| |\ | |||||
| * | | Using OpenAL framework on Mac after all. Maybe. | Jacek Antonelli | 2009-03-29 | 1 | -0/+4 |
| | | | |||||
| * | | Tweaked the list of linked-in gstreamer libs for Mac. | Jacek Antonelli | 2009-03-29 | 1 | -0/+4 |
| | | | |||||
| * | | Removed the "2.0.0" named glib libs. Only using "2.0" now. | Jacek Antonelli | 2009-03-29 | 1 | -0/+6 |
| | | | |||||
| * | | Merge commit 'gst-revamp' into mac-1.1.0 | Jacek Antonelli | 2009-03-26 | 1 | -1/+31 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+3 |
| | | | | |||||
| * | | | Added more Mac dylibs to manifest. | Jacek Antonelli | 2009-03-16 | 1 | -0/+6 |
| | | | | |||||
| * | | | Added error checking when generating an OpenAL source | Jacek Antonelli | 2009-03-13 | 1 | -0/+6 |
| | | | | |||||
| * | | | Don't find specific OpenAL lib locations on Mac/Linux. | Jacek Antonelli | 2009-03-12 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Linking that way is bad. Just use -lopenal -lalut instead. | ||||
| * | | | Removed redundant/unnecessary OpenAL lib names and paths | Jacek Antonelli | 2009-03-11 | 1 | -0/+3 |
| | | | | |||||
| * | | | Added Mac gstreamer plugins to viewer manifest | Jacek Antonelli | 2009-03-11 | 1 | -0/+3 |
| | | | | |||||
| * | | | LLAudio's CMakeLists should include OPENAL | Jacek Antonelli | 2009-03-11 | 1 | -0/+3 |
| | | | | |||||
| * | | | Removed Quicktime-related cmake code | Jacek Antonelli | 2009-03-11 | 1 | -0/+12 |
| | | | | |||||
| * | | | Manifest includes openal and gstreamer libs in Mac package | Jacek Antonelli | 2009-03-11 | 1 | -1/+3 |
| | | | | |||||
| * | | | Mac app icon will be called viewer.icns instead of secondlife.icns | Jacek Antonelli | 2009-03-09 | 1 | -0/+10 |
| | | | | |||||
| * | | | Load the proper gstreamer lib type (dylib) on Mac | Jacek Antonelli | 2009-03-08 | 1 | -0/+4 |
| | | | | |||||
| * | | | Tweaked GStreamer.cmake to work on Mac | Jacek Antonelli | 2009-03-08 | 1 | -0/+6 |
| | | | | |||||
| * | | | Moved Info-SecondLife.plist to Info-Imprudence.plist | Jacek Antonelli | 2009-03-07 | 1 | -0/+8 |
| | | | | |||||
* | | | | Converted BOOLs to bools in llthread. | Jacek Antonelli | 2009-04-06 | 1 | -0/+8 |
| | | | | |||||
* | | | | Merge branch 'gst-revamp' into next | Jacek Antonelli | 2009-04-06 | 1 | -0/+289 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch gst-thread into gst-revamp | Jacek Antonelli | 2009-04-06 | 1 | -0/+23 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp | ||||
| | * | | | | LLMediaImplGStreamer creates new thread for playing. | Jacek Antonelli | 2009-04-06 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | This keeps the viewer responsive while GStreamer does its thing. | ||||
| | * | | | | Added LLGstPlayThread class. | Jacek Antonelli | 2009-04-05 | 1 | -0/+10 |
| | | | | | | |||||
| | * | | | | Refactored the heart of the GST play code to startPlay(). | Jacek Antonelli | 2009-04-04 | 1 | -0/+6 |
| | | | | | | |||||
| * | | | | | Merge commit 'mccabe/gst-revamp' into gst-revamp | Jacek Antonelli | 2009-04-06 | 1 | -0/+167 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Cleaned up logic for bad streams | McCabe Maxsted | 2009-03-31 | 1 | -0/+8 |
| | | | | | | |||||
| | * | | | | Added flag for multi-core compiling in VS2005 | McCabe Maxsted | 2009-03-30 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Added VS optimizations to cmake | McCabe Maxsted | 2009-03-30 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵ | McCabe Maxsted | 2009-03-29 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | for windows | ||||
| | * | | | | Fixed merge conflicts | McCabe Maxsted | 2009-03-29 | 1 | -0/+25 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Fixed video streams freezing the viewer | McCabe Maxsted | 2009-03-27 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | Fixed merge conflict | McCabe Maxsted | 2009-03-26 | 1 | -0/+31 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | * | | | | Removed slviewer-0-v12160-VisitedLandmarks.patch | McCabe Maxsted | 2009-03-22 | 1 | -0/+15 |
| | | | | | | |||||
| | * | | | | Removed slviewer-0-v12160-RememberStatsPosAndSize.patch | McCabe Maxsted | 2009-03-22 | 1 | -0/+13 |
| | | | | | | |||||
| | * | | | | Visual Studio now ignores C4244 warnings in GStreamer | McCabe Maxsted | 2009-03-16 | 1 | -0/+12 |
| | | | | | | |||||
| | * | | | | Changed startinternetstream() a bit to be clearer | McCabe Maxsted | 2009-03-10 | 1 | -0/+6 |
| | | | | | | |||||
| | * | | | | Use std::string for nametags, removed bizarre name stacking option | McCabe Maxsted | 2009-03-07 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Landmark icons now correctly change color when visited (patch by Zi ↵ | McCabe Maxsted | 2009-03-07 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | Ree--VWR-7896) | ||||
| | * | | | | Backported fix for VWR-8783, original patch by Gigs Taggart | McCabe Maxsted | 2009-03-07 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Applied remember stats position and size patch from Latif Khalifa | McCabe Maxsted | 2009-03-07 | 1 | -0/+8 |
| | | | | | | |||||
| | * | | | | Applied memleak patch from VWR-9400 | McCabe Maxsted | 2009-03-07 | 1 | -0/+3 |
| | | | | | | |||||
| | * | | | | Applied patch by Zwagoth Klaar for muting sounds before decoding | McCabe Maxsted | 2009-03-07 | 1 | -0/+5 |
| | | | | | |