rtspsrc: Use a mutex for protecting against concurrent send/receives
[platform/upstream/gst-plugins-good.git] / gst / rtsp / gstrtspsrc.c
2017-06-17 Sebastian Drögertspsrc: Use a mutex for protecting against concurrent...
2017-04-21 Sebastian Drögertspsrc: Chain up to the parent class' provide_clock...
2017-04-17 Edward Herveyrtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
2017-02-13 Edward Herveyrtspsrc: Properly notify missing elements
2017-01-26 Matt Staplesrtspsrc: find_stream_by_channel should ignore unconfigu...
2017-01-09 Tim-Philipp MüllerFix indentation
2016-12-05 Matt Staplesrtspsrc: Fix session cleanup when handling redirect...
2016-12-05 Aleix Conchillo... rtspsrc: always send teardown request
2016-11-21 Sebastian Drögertspsrc: Move to new helper function to parse authentic...
2016-11-01 Matt Staplesrtspsrc: Also handle redirect on PLAY
2016-11-01 Petr Kulhavyrtspsrc: allow missing control attribute in case of...
2016-10-26 Mark Nauwelaertsrtspsrc: reset connection info to non-flushing when...
2016-09-15 Sebastian Drögertspsrc: Use new bin suppressed flags API for managing...
2016-08-26 Thibault SaunierUse the new API to post flow ERROR messages on the bus
2016-08-17 Sebastian Drögertspsrc: Allow mimetypes with properties as long as...
2016-07-06 Steven Hovingrtspsrc: Fix error messages to first convert to doubles...
2016-07-05 Sebastian Drögertspsrc: Set to PLAYING after a seek again after settin...
2016-07-01 Brad Lackeyrtspsrc: Don't disable UDP protocols on redirecting
2016-06-28 Sebastian Drögertspsrc: When seeking, consider the current element...
2016-06-20 Aleix Conchillo... rtspsrc: make all srtp encoder properties explicit
2016-04-27 Sebastian Drögertspsrc: Update caps for TCP whenever they change
2016-04-27 Sebastian Drögertspsrc: Don't propagate spurious state change returns...
2016-04-15 Aleix Conchillo... rtspsrc: add srtp rollover counters from mikey crypto...
2016-04-03 Sebastian Drögertpjitterbuffer: Add RFC7273 media clock handling
2016-03-24 Vineeth TMgood: use new gst_element_class_add_static_pad_template()
2016-03-24 Jihae Yirtspsrc: avoid potentially overflowing expression
2016-02-28 Sebastian Drögertspsrc: Properly error out if binding the UDP sockets...
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-opus'
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
2016-01-18 Aleix Conchillo... rtspsrc: handle rtcp/srtcp caps properly when using...
2015-12-31 Hyunjun Kortspsrc: replace duplicated codes to call new base...
2015-12-14 Evan Callawayrtspsrc: Retry connection if tunneling needs authentication
2015-12-14 Luis de Bethencourtrtspsrc: check port-range format
2015-11-15 Reynaldo H. Verdej... rtspsrc: remove unnecessary NULL checks before g_free()
2015-09-25 Sebastian Drögertpbin/rtpjitterbuffer/rtspsrc: Add property to set...
2015-09-05 Jan Schmidtrtspsrc: Don't parse key data more than needed.
2015-09-05 Jan Schmidtrtspsrc: Fix SRTP + RTX, auth access, a leak, and an...
2015-08-21 Vineeth TMrtspsrc: Trivial fix to check correct condition
2015-08-14 George Kiagiadakisrtspsrc: send the User-Agent header
2015-08-14 George Kiagiadakisrtspsrc: wrap gst_rtsp_message_init_request in a local...
2015-07-30 Vineeth TMrtspsrc: assertion error due to wrong condition check
2015-07-29 Sebastian Drögertspsrc: Strip keys from the fmtp that we use internall...
2015-06-25 Hyunjun Kortspsrc: Add new ntp-time-source property and deprecate...
2015-06-10 Xavier Claessensrtspsrc: Add a GTlsInteraction property
2015-06-02 Sebastian Drögertspsrc: Set RTP profile on the rtpsession objects
2015-05-04 Sebastian Drögertspsrc: Fix up last commit
2015-05-04 Sebastian Drögertspsrc: Only do RTX when using a feedback profile
2015-04-29 Sebastian Drögertspsrc: Only enable retransmissions if there is retran...
2015-04-24 Luis de Bethencourtremove unused enum items PROP_LAST
2015-04-23 Jesper Larsenrtspsrc: Fix RTCP caps leak
2015-03-26 Nicolas Dufresnertspsrc: Fix segment in TCP mode
2015-03-25 Nicolas Dufresnertspsrc: Remove useless function
2015-03-24 Nicolas Dufresnertspsrc: Fix seeking query
2015-03-18 Nicolas Dufresnertspsrc: Improve trace readability
2015-03-14 Ramiro Pollartspsrc: properly escape percent sign in documentation
2015-03-09 Linus Svenssonrtspsrc: Don't include payload type in the caps for...
2015-03-05 Sebastian Drögertspsrc: Fix handling of interleaved (TCP) streams
2015-03-05 Sebastian Drögertspsrc: Don't unref caps we don't own
2015-03-05 Sebastian Drögertspsrc: Push RTCP caps on the RTCP pads
2015-03-05 Sebastian Drögertspsrc: Make sure to send SEGMENT events on all pads
2015-02-24 Krzysztof Kotlengartspsrc: improve error message when unauthorized
2015-02-08 Tim-Philipp Müllerrtspsrc: fix awkward if clause
2015-02-03 Wim Taymansrtspsrc: fix container handling
2015-01-21 Sebastian DrögeConstify some static arrays everywhere
2014-12-31 Aleix Conchillo... rtspsrc: set PLAYING state after configuring caps
2014-12-18 Sebastian Drögertspsrc: Don't dereference NULL if a suitable stream...
2014-12-16 Sebastian Drögertspsrc: Add something to the debug logs if an RTX...
2014-12-16 Matthew Watersrtspsrc: add retransmission support according to RFC4588
2014-11-20 Aleix Conchillo... rtspsrc: fix leak for mikey base64 decoded key-mgmt
2014-10-31 Aleix Conchillo... rtspsrc: mikey related memory leaks
2014-10-21 Aleix Conchillo... rtspsrc: set full stream caps on internal src TCP pads
2014-09-26 Sebastian Drögertspsrc: Fix compiler warnings
2014-09-23 Sanjay NMrtsp: clarify expression so operator precedence is...
2014-08-05 Sebastian Drögertspsrc: Push the correct segment in TCP mode when...
2014-07-10 Tim-Philipp Müllerrtspsrc: fix query leak
2014-07-02 Wim Taymansrtspsrc: fix for mikey api change
2014-06-19 Wim Taymansrtspsrc: pass the stream id when asking for crypto...
2014-06-19 Aleix Conchillo... rtspsrc: add support for key length parameters
2014-05-16 Aleix Conchillo... rtspsrc: always use a random ssrc for the internal...
2014-05-02 Vincent Penquerc'hrtspsrc: remove duplicate test
2014-04-26 Tim-Philipp Müllerdocs: remove outdated and pointless 'Last reviewed...
2014-04-04 Wim Taymansrtspsrc: update for new MIKEY API
2014-04-03 Wim Taymansrtspsrc: send sender SSRC in the MIKEY message
2014-04-03 Wim Taymansrtspsrc: make random number for the CSB
2014-04-03 Wim Taymansrtspsrc: don't put spaces in keymgmt header
2014-04-03 Wim Taymansrtspsrc: create and send the RTCP encryption key
2014-04-03 Wim Taymansrtspsrc: free the srtpdec element
2014-04-03 Wim Taymansrtspsrc: cleanup stream_free function
2014-03-25 Wim Taymansrtspsrc: only expose streams on dataflow
2014-03-25 Wim Taymansrtspsrc: copy sticky events to ghostpad
2014-03-25 Wim Taymansrtspsrc: srtp handling
2014-03-25 Wim Taymansrtspsrc: set SSRC on caps if known
2014-03-24 Wim Taymansrtspsrc: put caps on udpsrc instead of using the signals
2014-03-24 Wim Taymansrtspsrc: use profile to set rtcp caps
2014-03-24 Wim Taymansrtspsrc: set udpsrc to READY
2014-03-24 Wim Taymansrtspsrc: free caps in ptmap array
2014-03-20 Wim Taymansrtspsrc: handle NULL rtpmap and parse error better
2014-03-06 Wim Taymansrtspsrc: skip streams with same control url
2014-03-06 Wim Taymansrtspsrc: remove obsolete code
2014-03-06 Wim Taymansrtspsrc: just use the SDP index as the stream id
next