summaryrefslogtreecommitdiffstats
path: root/gst/rtsp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtsp/: Small cleanups. when multicast is selected as the transport, creat...Thijs Vermeir2006-09-182-84/+115
* docs/plugins/gst-plugins-good-plugins-docs.sgml: There is no taglibmux elemen...Tim-Philipp Müller2006-08-221-1/+1
* Small documentation updates.Wim Taymans2006-08-222-4/+15
* gst/rtsp/gstrtpdec.c: Add pads after setting them up.Wim Taymans2006-08-163-69/+205
* gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line.Wim Taymans2006-07-241-1/+0
* gst/rtsp/gstrtspsrc.c: Don't try doing state changes on a NULL pointer.Tim-Philipp Müller2006-07-151-4/+6
* gst/rtsp/: replaced closesocket and close in code with one CLOSE_SOCKET.Wim Taymans2006-07-103-22/+30
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-222-2/+2
* Added documentation for the rtsp plugin. Fixes #345393.Wim Taymans2006-06-203-9/+62
* gst/rtsp/rtspconnection.c: Use better G_OS_* macros. Fixes #345301 some more.Wim Taymans2006-06-201-7/+18
* gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301.Joni Valtanen2006-06-201-1/+49