summaryrefslogtreecommitdiff
path: root/ext/rtmp
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* rtmpsrc: Implement basesrc->unlock()David Schleef2013-04-011-1/+19
* rtmpsrc: disable seeking if the configured url specifies live=trueAlessandro Decina2012-12-011-6/+7
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* rtmpsink: handle RTMP_Write() return value correctlySergey N. Gorshkov2012-10-121-1/+1
* rtmpsink: fix memory leak from URI verification via RTMP_ParseURL()David Régade2012-10-121-4/+12
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* rtmpsrc: Fix element losing data at the end of buffersMike Ruprecht2012-06-211-1/+1
* Add WINSOCK2_LIBS, remove WIN32_LIBS, fix rtmp build on Windows some moreTim-Philipp Müller2012-05-051-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for buffer changesWim Taymans2012-03-281-1/+1
* update for memory api changesWim Taymans2012-03-151-1/+1
* rtmp: don't use gst_element_class_install_std_props()Tim-Philipp Müller2012-02-092-13/+15
* port some more to new memory APIMark Nauwelaerts2012-01-252-9/+11
* GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-041-1/+1
* Merge commit '26d6add9457f00ce8ec13844368466f0e3816e5d' into 0.11Tim-Philipp Müller2011-11-282-0/+40
|\
| * rtmp: add WSAStartup and WSACleanup on Win32Julien Isorce2011-11-282-0/+40
* | faac, rtmp: more printf format fixes in debug messagesTim-Philipp Müller2011-11-231-5/+5
* | Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-132-20/+32
* | rtmp: port to 0.11Wim Taymans2011-10-082-91/+77
|/
* rtmpsink: don't block the main thread with RTMP_ConnectAlessandro Decina2011-09-121-14/+15
* RTMP: add rtmpsink element for output to an RTMP serverJan Schmidt2011-06-185-17/+473
* rtmpsrc: fix wrong use of GST_ELEMENT_ERRORTim-Philipp Müller2010-09-021-1/+1
* rtmpsrc: fix warning on osx.Alessandro Decina2010-07-301-1/+1
* rtmp: All read return values smaller than zero are failuresSebastian Dröge2010-06-231-1/+1
* rtmpsrc: Do some sanity checks before accepting an URISebastian Dröge2010-06-231-1/+2
* rtmpsrc: Fix timestamps after a seekSebastian Dröge2010-06-091-5/+6
* rtmpsrc: Remove page-url and swf-url propertiesSebastian Dröge2010-06-071-42/+0
* rtmpsrc: Fix memory leaksSebastian Dröge2010-06-071-6/+4
* rtmpsrc: Add some braces to improve readabilitySebastian Dröge2010-06-061-2/+2
* rtmpsrc: Improve timestamp handling a bitSebastian Dröge2010-06-061-3/+6
* rtmpsrc: Add support for seekingSebastian Dröge2010-06-062-8/+120
* rtmpsrc: Handle timestamps and the position querySebastian Dröge2010-06-062-8/+23
* rtmpsrc: Allocate and free the RTMP instance in start/stopSebastian Dröge2010-06-061-57/+55
* rtmpsrc: Add properties for setting the swfUrl and pageUrl propertiesSebastian Dröge2010-06-052-3/+58
* rtmpsrc: Major cleanup and reorganizationSebastian Dröge2010-06-052-314/+126
* rtmp: Move to ext and drop internal librtmp copySebastian Dröge2010-06-054-0/+745