aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GST_PLUGIN_PATH should only search plugin directories for WindowsMcCabe Maxsted2009-04-171-1/+1
|
* Don't use LL_ERRS, it makes the viewer abort!Jacek Antonelli2009-04-061-1/+1
|
* Merge branch 'mac-1.1.0' into nextJacek Antonelli2009-04-062-54/+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 Antonelli2009-03-291-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 Antonelli2009-03-291-36/+67
| |
| * Merge commit 'origin/gst-revamp' into mac-1.1.0Jacek Antonelli2009-03-292-0/+75
| |\
| * \ Merge commit 'gst-revamp' into mac-1.1.0Jacek Antonelli2009-03-268-455/+81
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/llmedia/llmediaimplgstreamer.cpp
| * | | Removed Quicktime-related cmake codeJacek Antonelli2009-03-111-13/+0
| | | |
| * | | Load the proper gstreamer lib type (dylib) on MacJacek Antonelli2009-03-081-8/+15
| | | |
* | | | Merge branch gst-thread into gst-revampJacek Antonelli2009-04-065-8/+152
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/llmedia/llmediaimplgstreamer.cpp
| * | | | LLMediaImplGStreamer creates new thread for playing.Jacek Antonelli2009-04-062-6/+24
| | | | | | | | | | | | | | | | | | | | This keeps the viewer responsive while GStreamer does its thing.
| * | | | 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-062-44/+92
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Cleaned up logic for bad streamsMcCabe Maxsted2009-03-311-11/+10
| | | | |
| * | | | removed gst_element_get_stateMcCabe Maxsted2009-03-301-29/+45
| | | | |
| * | | | Added loading info to log's plugin list, set_gst_plugin_path now compiles ↵McCabe Maxsted2009-03-291-13/+23
| | | | | | | | | | | | | | | | | | | | for windows
| * | | | Fixed merge conflictsMcCabe Maxsted2009-03-292-0/+75
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fixed video streams freezing the viewerMcCabe Maxsted2009-03-271-3/+3
| | | | |
| * | | | Fixed merge conflictMcCabe Maxsted2009-03-268-458/+81
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Visual Studio now ignores C4244 warnings in GStreamerMcCabe Maxsted2009-03-163-4/+37
| | |_|/ | |/| |
* | | | Plugged in LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-021-1/+5
| | | |
* | | | Implemented LLMediaImplGStreamer::gstreamer_log().Jacek Antonelli2009-04-022-0/+55
| | | |
* | | | 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
| | | | | | | | | | | | Also tried to tidy up a bit.
* | | Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.Jacek Antonelli2009-03-282-0/+31
| | | | | | | | | | | | | | | LLAppViewer::gst_plugin_path --> LLMediaImplGStreamer::set_gst_plugin_path
* | | Print out the plugins gstreamer finds, for debugging.Jacek Antonelli2009-03-281-0/+15
| |/ |/|
* | Fixed/improved how slvideo gst plugin is registered.Jacek Antonelli2009-03-261-16/+10
| |
* | Removed obsolete gstreamer_syms files.Jacek Antonelli2009-03-265-326/+0
| |
* | Removed all that llgst and symbol grabbing silliness.Jacek Antonelli2009-03-263-106/+71
|/ | | | Some symbols require gstreamer >= 0.10.11.
* Initialize gstreamer (if needed) when making LLMediaImplGStreamer.Jacek Antonelli2009-02-281-0/+2
| | | | Lets us find gstreamer version for "About Imprudence" before login.
* Fixed bad LM patch side-effectMcCabe Maxsted2009-02-261-1/+1
|
* get_state shows name infoMcCabe Maxsted2009-02-202-3/+4
|
* Added STATUS_DEAD to LLMediaBaseMcCabe Maxsted2009-02-203-11/+27
|
* Updated GStreamer commentsMcCabe Maxsted2009-02-182-5/+32
|
* Added GStreamer version info to About > ImprudenceMcCabe Maxsted2009-02-182-3/+6
|
* Added error checking to play/stop/pause to prevent bad loopingMcCabe Maxsted2009-02-182-25/+41
|
* Added artist/title tag info supportMcCabe Maxsted2009-02-142-7/+6
|
* Removed junk code from gstreamerMcCabe Maxsted2009-02-133-42/+7
|
* Removed spammy gstreamer debug messagesMcCabe Maxsted2009-01-301-0/+12
|
* Added GStreamer to CmakeMcCabe Maxsted2009-01-281-1/+1
|
* Added newline at end of llmediaimplgstreamer.cppJacek Antonelli2009-01-111-1/+1
| | | | Newline at end of file is needed for Linux compile.
* minor gstreamer tweakunknown2009-01-101-3/+0
|
* minor gstreamer tweakunknown2009-01-092-9/+6
|
* Streaming music/video now works on Windows.unknown2009-01-068-185/+176
|
* Workaround for change volume bug in gstreamen 0.10.21Anders Arnholm2008-12-191-0/+7
|
* Clean up logging to used standard LL metods.Anders Arnholm2008-12-193-49/+76
|