summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtsp/rtspconnection.c: Add include to make buildbot happy.Wim Taymans2007-06-011-0/+2
* gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505Peter Kjellerstedt2007-06-015-65/+116
* gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2007-05-311-1/+3
* gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2007-05-281-1/+1
* gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops.Wim Taymans2007-05-241-1/+2
* gst/rtsp/: Fix for new API.Peter Kjellerstedt2007-05-245-113/+167
* gst/rtsp/gstrtpdec.*: Added signal for backwards compat.Wim Taymans2007-05-212-0/+8
* gst/rtsp/gstrtspsrc.c: Printf format fix.Tim-Philipp Müller2007-05-201-1/+1
* gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was re...Wim Taymans2007-05-181-4/+15
* gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...Wim Taymans2007-05-183-13/+147
* gst/rtsp/gstrtspsrc.c: Refactor timeout handling.Wim Taymans2007-05-183-63/+130
* gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will re...Wim Taymans2007-05-172-3/+17
* gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported ...Wim Taymans2007-05-141-1/+15
* gst/rtsp/gstrtspsrc.c: Parse range correctly.Wim Taymans2007-05-142-6/+21
* gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff...Wim Taymans2007-05-142-40/+74
* gst/rtsp/: Make channel guint8 where possible.Peter Kjellerstedt2007-05-127-9/+12
* gst/rtsp/rtspurl.*: Add support for query parameters to RTSP URLs.Peter Kjellerstedt2007-05-122-21/+37
* gst/rtsp/rtsptransport.*: Add validation to rtsp_transport_parse().Peter Kjellerstedt2007-05-122-38/+364
* gst/rtsp/: Preliminary seek support.Wim Taymans2007-05-113-16/+218
* gst/rtsp/rtsptransport.c: UDP MCAST is actually the default for RTP/AVP.Wim Taymans2007-05-111-1/+1
* gst/rtsp/rtsptransport.c: Make UDP the default transport when not specified.Wim Taymans2007-05-111-1/+1
* gst/rtsp/: Add code to parse time ranges.Wim Taymans2007-05-094-3/+302
* gst/rtsp/gstrtspsrc.c: Let more error state trickle down so that we can catch...Wim Taymans2007-05-041-22/+41
* gst/rtsp/gstrtspsrc.c: Ignore errors when trying to use the keep-alive messages.Wim Taymans2007-05-041-1/+3
* gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP con...Wim Taymans2007-05-043-59/+167
* gst/rtsp/gstrtspsrc.c: Refactor transport configuration code.Wim Taymans2007-05-031-220/+416
* gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just...Wim Taymans2007-05-023-102/+163
* gst/rtsp/test.c: Fix compilation of deprecated test just because I'm too lazy...Wim Taymans2007-05-021-8/+8
* gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.Wim Taymans2007-05-027-99/+289
* gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.Wim Taymans2007-04-291-5/+22
* gst/rtsp/gstrtspsrc.c: Ignore ASYNC state messages from the udpsink, it's irr...Wim Taymans2007-04-271-1/+11
* gst/rtsp/gstrtspsrc.*: Protect state changes with a lock.Wim Taymans2007-04-264-8/+87
* gst/rtsp/gstrtpdec.*: Add dummy latency property to be backwards compat with ...Wim Taymans2007-04-254-2/+38
* gst/rtsp/rtspconnection.c: Read the channel byte as an unsigned byte.Wim Taymans2007-04-251-1/+1
* gst/rtsp/gstrtspsrc.*: Parse server address from SDP.Wim Taymans2007-04-253-2/+96
* docs/plugins/gst-plugins-good-plugins-sections.txt: Fix docs.Wim Taymans2007-04-133-23/+6
* gst/rtsp/gstrtpdec.*: Make backward compat with rtpbin by adding the request-...Wim Taymans2007-04-124-5/+118
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-101-1/+1
* gst/rtsp/: Morph RTPDec into something compatible with RTPBin as a fallback.Wim Taymans2007-04-068-212/+776
* gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.Stefan Kost2007-03-281-0/+3
* gst/rtsp/gstrtspsrc.*: Handle default clock-rates for static payload types, r...Wim Taymans2007-03-252-32/+190
* gst/rtsp/gstrtspsrc.c: When activated, remove the udpsrc timeout, we have dat...Wim Taymans2007-03-091-0/+5
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-043-2/+18
* gst/rtsp/gstrtspsrc.c: Errors from the udp sources are not fatal unless all o...Wim Taymans2007-03-011-13/+52
* gst/rtsp/gstrtpdec.c: Make state change to PAUSED NO_PREROLL because that's w...Wim Taymans2007-03-012-4/+5
* gst/rtsp/URLS: Add another interesting test url.Wim Taymans2007-02-282-0/+4
* gst/rtsp/Makefile.am: Fix make check too.Jan Schmidt2007-02-261-1/+1
* gst/rtsp/base64.*: Commit missing files for base64 encoding.Jan Schmidt2007-02-262-0/+101
* gst/rtsp/: g_base64_encode is a GLib 2.12 function. Use an equivalent taken f...Jan Schmidt2007-02-232-4/+5
* gst/rtsp/: Implement simple Basic Authentication support so that urls like rt...Jan Schmidt2007-02-237-37/+322