Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'mccabe/next' into next-1.1 | Jacek Antonelli | 2009-06-05 | 1 | -1/+1 |
|\ | |||||
| * | GST_PLUGIN_PATH should only search plugin directories for Windows | McCabe Maxsted | 2009-04-17 | 1 | -1/+1 |
| | | |||||
* | | Removed redundant play() from LLMediaImplGStreamer::navigateTo(). | Jacek Antonelli | 2009-04-18 | 1 | -3/+0 |
| | | |||||
* | | LLMediaImplGStreamer::play() is no-op if already playing. | Jacek Antonelli | 2009-04-18 | 1 | -0/+7 |
| | | |||||
* | | Removed some useless code from LLMediaImplGStreamer::startPlay(). | Jacek Antonelli | 2009-04-18 | 1 | -3/+0 |
|/ | |||||
* | Don't use LL_ERRS, it makes the viewer abort! | Jacek Antonelli | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'mac-1.1.0' into next | Jacek Antonelli | 2009-04-06 | 1 | -41/+95 |
|\ | | | | | | | | | | | | | Required substantial portability changes to set_gst_plugin_path(). Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp | ||||
| * | set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="". | Jacek Antonelli | 2009-03-29 | 1 | -0/+3 |
| | | | | | | | | | | 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 | -36/+67 |
| | | |||||
* | | Merge branch gst-thread into gst-revamp | Jacek Antonelli | 2009-04-06 | 1 | -8/+28 |
|\ \ | | | | | | | | | | | | | Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp | ||||
| * | | LLMediaImplGStreamer creates new thread for playing. | Jacek Antonelli | 2009-04-06 | 1 | -6/+21 |
| | | | | | | | | | | | | This keeps the viewer responsive while GStreamer does its thing. | ||||
| * | | Refactored the heart of the GST play code to startPlay(). | Jacek Antonelli | 2009-04-04 | 1 | -4/+7 |
| | | | |||||
* | | | Merge commit 'mccabe/gst-revamp' into gst-revamp | Jacek Antonelli | 2009-04-06 | 1 | -43/+79 |
|\ \ \ | |/ / |/| | | |||||
| * | | Cleaned up logic for bad streams | McCabe Maxsted | 2009-03-31 | 1 | -11/+10 |
| | | | |||||
| * | | 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 | 1 | -13/+23 |
| | | | | | | | | | | | | for windows | ||||
| * | | Fixed merge conflicts | McCabe Maxsted | 2009-03-29 | 1 | -0/+71 |
| |\ \ | | |/ | |||||
| * | | Fixed video streams freezing the viewer | McCabe Maxsted | 2009-03-27 | 1 | -3/+3 |
| | | | |||||
| * | | Fixed merge conflict | McCabe Maxsted | 2009-03-26 | 1 | -74/+44 |
| |\ \ | |||||
| * | | | Visual Studio now ignores C4244 warnings in GStreamer | McCabe Maxsted | 2009-03-16 | 1 | -2/+13 |
| | | | | |||||
* | | | | Plugged in LLMediaImplGStreamer::gstreamer_log(). | Jacek Antonelli | 2009-04-02 | 1 | -1/+5 |
| | | | | |||||
* | | | | Implemented LLMediaImplGStreamer::gstreamer_log(). | Jacek Antonelli | 2009-04-02 | 1 | -0/+40 |
| | | | | |||||
* | | | | Implemented LLMediaImplGstreamer::setDebugLevel(). | Jacek Antonelli | 2009-04-02 | 1 | -0/+12 |
| |_|/ |/| | | |||||
* | | | Fixed some minor mistakes in set_gst_plugin_path(). | Jacek Antonelli | 2009-03-28 | 1 | -2/+2 |
| | | | |||||
* | | | Improved set_gst_plugin_path, more comprehensive path. | Jacek Antonelli | 2009-03-28 | 1 | -9/+38 |
| | | | | | | | | | | | | Also tried to tidy up a bit. | ||||
* | | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer. | Jacek Antonelli | 2009-03-28 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path | ||||
* | | | Print out the plugins gstreamer finds, for debugging. | Jacek Antonelli | 2009-03-28 | 1 | -0/+15 |
| |/ |/| | |||||
* | | Removed all that llgst and symbol grabbing silliness. | Jacek Antonelli | 2009-03-26 | 1 | -74/+44 |
|/ | | | | Some symbols require gstreamer >= 0.10.11. | ||||
* | Initialize gstreamer (if needed) when making LLMediaImplGStreamer. | Jacek Antonelli | 2009-02-28 | 1 | -0/+2 |
| | | | | Lets us find gstreamer version for "About Imprudence" before login. | ||||
* | Fixed bad LM patch side-effect | McCabe Maxsted | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | get_state shows name info | McCabe Maxsted | 2009-02-20 | 1 | -3/+3 |
| | |||||
* | Added STATUS_DEAD to LLMediaBase | McCabe Maxsted | 2009-02-20 | 1 | -9/+24 |
| | |||||
* | Updated GStreamer comments | McCabe Maxsted | 2009-02-18 | 1 | -5/+31 |
| | |||||
* | Added GStreamer version info to About > Imprudence | McCabe Maxsted | 2009-02-18 | 1 | -3/+5 |
| | |||||
* | Added error checking to play/stop/pause to prevent bad looping | McCabe Maxsted | 2009-02-18 | 1 | -25/+39 |
| | |||||
* | Added artist/title tag info support | McCabe Maxsted | 2009-02-14 | 1 | -7/+2 |
| | |||||
* | Removed junk code from gstreamer | McCabe Maxsted | 2009-02-13 | 1 | -28/+0 |
| | |||||
* | Removed spammy gstreamer debug messages | McCabe Maxsted | 2009-01-30 | 1 | -0/+12 |
| | |||||
* | Added newline at end of llmediaimplgstreamer.cpp | Jacek Antonelli | 2009-01-11 | 1 | -1/+1 |
| | | | | Newline at end of file is needed for Linux compile. | ||||
* | minor gstreamer tweak | unknown | 2009-01-09 | 1 | -4/+4 |
| | |||||
* | Streaming music/video now works on Windows. | unknown | 2009-01-06 | 1 | -143/+136 |
| | |||||
* | Workaround for change volume bug in gstreamen 0.10.21 | Anders Arnholm | 2008-12-19 | 1 | -0/+7 |
| | |||||
* | Clean up logging to used standard LL metods. | Anders Arnholm | 2008-12-19 | 1 | -49/+70 |
| | |||||
* | VWR-10759 (use delete [] in LLMediaImplGStreamer) | Jacek Antonelli | 2008-12-06 | 1 | -1/+1 |
| | | | | Patch by Aleric Inglewood. | ||||
* | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 2008-09-06 | 1 | -4/+26 |
| | |||||
* | Second Life viewer sources 1.20.7 | Jacek Antonelli | 2008-08-15 | 1 | -1/+2 |
| | |||||
* | Second Life viewer sources 1.19.1.2 | Jacek Antonelli | 2008-08-15 | 1 | -0/+4 |
| | |||||
* | Second Life viewer sources 1.19.1.0 | Jacek Antonelli | 2008-08-15 | 1 | -375/+277 |
| | |||||
* | Second Life viewer sources 1.19.0.0 | Jacek Antonelli | 2008-08-15 | 1 | -2/+2 |
| | |||||
* | Second Life viewer sources 1.18.6.4-RC | Jacek Antonelli | 2008-08-15 | 1 | -1/+1 |
| |