index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
rtsp
/
gstrtspsrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gst/rtsp/gstrtspsrc.c: Fix some more leaks. Fixes #497007.
Tommi Myöhänen
2007-11-15
1
-0
/
+3
*
gst/rtsp/gstrtspsrc.c: Fix 3 pad leaks. Fixes #496983.
Tommi Myöhänen
2007-11-15
1
-2
/
+10
*
gst/rtsp/gstrtspsrc.c: Don't leak sdp message contents (fixes #496773).
Tim-Philipp Müller
2007-11-14
1
-0
/
+2
*
gst/rtsp/gstrtspsrc.c: Don't leak event, don't leak range (fixes #496752).
Tommi Myöhänen
2007-11-14
1
-0
/
+3
*
gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved.
Tommi Myöhänen
2007-10-22
1
-0
/
+17
*
gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.
Wim Taymans
2007-10-17
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...
Jan Schmidt
2007-10-08
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...
Wim Taymans
2007-10-08
1
-38
/
+45
*
gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.
Wim Taymans
2007-10-05
1
-17
/
+93
*
gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...
Wim Taymans
2007-10-01
1
-0
/
+51
*
gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...
Wim Taymans
2007-10-01
1
-50
/
+22
*
gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...
Wim Taymans
2007-09-28
1
-9
/
+21
*
gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.
Wim Taymans
2007-09-26
1
-8
/
+19
*
gst/: Fix compiler warnings shown with Forte.
Jan Schmidt
2007-09-17
1
-7
/
+16
*
gst/rtsp/gstrtspsrc.c: Give meaningfull error when all streams failed to conf...
Wim Taymans
2007-09-17
1
-4
/
+18
*
gst/rtsp/gstrtspsrc.c: Use new basesink async property to make sparse RTCP pa...
Wim Taymans
2007-08-29
1
-0
/
+2
*
gst/rtsp/gstrtspsrc.c: Make sure we generate and parse floating point values ...
Wim Taymans
2007-08-23
1
-5
/
+38
*
gst/rtsp/gstrtspsrc.*: Fix method detection again.
Wim Taymans
2007-08-22
1
-21
/
+63
*
gst/rtsp/gstrtspsrc.c: Refactor the udp and interleaved loop function a bit.
Wim Taymans
2007-08-18
1
-84
/
+48
*
gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids de...
Wim Taymans
2007-08-17
1
-24
/
+62
*
gst/rtsp/gstrtspsrc.c: Fix stray %u in debug line as spotted by Saur on IRC.
Wim Taymans
2007-08-17
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.*: Improve timeout handling.
Wim Taymans
2007-08-17
1
-75
/
+188
*
gst/rtsp/gstrtpdec.*: Add (dummy) SSRC management signals.
Wim Taymans
2007-08-16
1
-58
/
+145
*
gst/rtsp/gstrtspsrc.c: Fix default clock-rate for realmedia.
Wim Taymans
2007-08-03
1
-5
/
+14
*
gst/rtsp/gstrtspsrc.c: If we don't hav a session manager, set the caps on out...
Wim Taymans
2007-07-27
1
-2
/
+23
*
gst/rtsp/: Clean up the interface list.
Wim Taymans
2007-07-27
1
-29
/
+15
*
gst/rtsp/: Use rank to filter out extensions.
Wim Taymans
2007-07-26
1
-1
/
+1
*
gst/rtsp/: Use shiny new RTSP and SDP library.
Wim Taymans
2007-07-25
1
-302
/
+333
*
gst/rtsp/gstrtspsrc.c: Cast stack args to the proper types. Fixes #451249.
Wim Taymans
2007-06-27
1
-4
/
+4
*
gst/rtsp/gstrtspsrc.*: For container formats we only need to activate one of ...
Wim Taymans
2007-06-27
1
-1
/
+5
*
gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops.
Wim Taymans
2007-05-24
1
-1
/
+2
*
gst/rtsp/: Fix for new API.
Peter Kjellerstedt
2007-05-24
1
-34
/
+44
*
gst/rtsp/gstrtspsrc.c: Printf format fix.
Tim-Philipp Müller
2007-05-20
1
-1
/
+1
*
gst/rtsp/gstrtspsrc.c: Don't crash when an unsupported transport error was re...
Wim Taymans
2007-05-18
1
-4
/
+15
*
gst/rtsp/gstrtspsrc.*: Add TCP timeout property and use it for all TCP connec...
Wim Taymans
2007-05-18
1
-10
/
+47
*
gst/rtsp/gstrtspsrc.c: Refactor timeout handling.
Wim Taymans
2007-05-18
1
-60
/
+86
*
gst/rtsp/gstrtspsrc.c: Ignore streams that fail the setup command, we will re...
Wim Taymans
2007-05-17
1
-1
/
+15
*
gst/rtsp/gstrtspsrc.c: When we try to execute a method that is not supported ...
Wim Taymans
2007-05-14
1
-1
/
+15
*
gst/rtsp/gstrtspsrc.c: Parse range correctly.
Wim Taymans
2007-05-14
1
-4
/
+19
*
gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff...
Wim Taymans
2007-05-14
1
-39
/
+72
*
gst/rtsp/: Preliminary seek support.
Wim Taymans
2007-05-11
1
-16
/
+214
*
gst/rtsp/: Add code to parse time ranges.
Wim Taymans
2007-05-09
1
-2
/
+13
*
gst/rtsp/gstrtspsrc.c: Let more error state trickle down so that we can catch...
Wim Taymans
2007-05-04
1
-22
/
+41
*
gst/rtsp/gstrtspsrc.c: Ignore errors when trying to use the keep-alive messages.
Wim Taymans
2007-05-04
1
-1
/
+3
*
gst/rtsp/gstrtspsrc.c: Send RTCP messages back to the server over the TCP con...
Wim Taymans
2007-05-04
1
-7
/
+69
*
gst/rtsp/gstrtspsrc.c: Refactor transport configuration code.
Wim Taymans
2007-05-03
1
-220
/
+416
*
gst/rtsp/gstrtspsrc.*: Fix race when multiple udp sources post timeouts, just...
Wim Taymans
2007-05-02
1
-96
/
+146
*
gst/rtsp/gstrtspsrc.*: Fix sending RTCP to the right place.
Wim Taymans
2007-05-02
1
-64
/
+217
*
gst/udp/gstmultiudpsink.c: Add code to drop membership of a multicast group.
Wim Taymans
2007-04-29
1
-5
/
+22
*
gst/rtsp/gstrtspsrc.c: Ignore ASYNC state messages from the udpsink, it's irr...
Wim Taymans
2007-04-27
1
-1
/
+11
[next]