summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gst/rtsp/URLS: Add example H264 rtsp url.Wim Taymans2007-02-162-18/+26
* gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _...Wim Taymans2007-02-141-0/+7
* gst/rtsp/sdpmessage.*: Fix memory management of SDP messages. Fixes #407793.jp.liu2007-02-142-40/+204
* gst/rtsp/rtspurl.c: Fix parsing of password field in url. Fixes #407797.jp.liu2007-02-141-1/+1
* gst/avi/gstavimux.c: Comment a #if 0 in caps template definition as VS6 seems...Sébastien Moutte2007-02-114-6/+20
* gst/rtsp/gstrtspsrc.c: Convert SDP fields to upper/lowercase following the ru...Wim Taymans2007-01-251-7/+19
* gst/rtsp/gstrtspsrc.*: Only unblock the udp pads when we linked and activated...Wim Taymans2007-01-242-9/+22
* gst/rtsp/gstrtspsrc.c: Unblock pads after adding the pads to the element so t...Wim Taymans2007-01-241-4/+7
* gst/rtsp/gstrtspsrc.c: Check for stream pad before activating.Lutz Mueller2007-01-111-5/+7
* gst/rtsp/: Allow url to be NULL to be able to use it for server connections.Peter Kjellerstedt2007-01-1010-299/+644
* ext/jpeg/: These libjpeg callbacks should return a 'boolean' (unsigned char a...Vincent Torri2007-01-081-2/+9
* gst/rtsp/: Add method so that extensions can choose to disable the setup of a...Wim Taymans2006-11-284-9/+43
* gst/rtsp/rtspconnection.c: Don't set a data pointer to NULL and a size > 0 wh...Wim Taymans2006-11-152-1/+4
* gst/rtsp/: Reuse already existing enum for lower transport.Wim Taymans2006-10-185-34/+56
* Fix a bunch of problems discovered by the Forte compiler, mostly type mixups ...Josep Torra Valles2006-10-162-2/+10
* gst/rtsp/URLS: Added some other URL.Wim Taymans2006-10-116-14/+135
* gst/rtsp/gstrtspsrc.c: Activate pads before adding them to the source.Tim-Philipp Müller2006-10-071-0/+2
* gst/rtsp/gstrtspsrc.*: Rework how the transport string is constructed, try to...Wim Taymans2006-10-069-241/+552
* Printf format fixes.Tim-Philipp Müller2006-10-051-4/+4
* gst/rtsp/Makefile.am: Dist new .h file too.Wim Taymans2006-10-041-1/+1
* gst/rtsp/: Factor out extension in separate module.Wim Taymans2006-10-0411-67/+425
* gst/rtsp/URLS: Add some more URLs.Wim Taymans2006-09-293-68/+188
* gst/rtsp/gstrtspsrc.c: Fix flag registration.Wim Taymans2006-09-292-4/+4
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* gst/rtsp/: Improve error reporting.Wim Taymans2006-09-234-23/+89
* gst/rtsp/URLS: Added some test URLS.Wim Taymans2006-09-2022-201/+946
* gst/rtsp/gstrtspsrc.*: Reorganize stream parsing and creation.Wim Taymans2006-09-193-84/+172
* gst/rtsp/test.c: Fix build.Wim Taymans2006-09-191-3/+3
* gst/rtsp/gstrtspsrc.*: Small cleanups, added documentation.Wim Taymans2006-09-189-306/+426
* gst/rtsp/gstrtspsrc.*: Export sometimes source pad with correct caps on the t...Wim Taymans2006-09-182-19/+68
* gst/rtsp/gstrtspsrc.*: Make sure we can never set an invalid location.Lutz Mueller2006-09-185-14/+70
* gst/rtsp/gstrtspsrc.*: Use boilerplate.Lutz Mueller2006-09-182-100/+31