client: guard against invalid paths
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-client.c
2010-03-09 Wim Taymansclient: guard against invalid paths
2010-03-05 Luca Ognibeneclient: call unlink_streams in client finalize
2010-03-05 Wim Taymansclient: rework transport parsing
2010-01-27 Wim Taymansrtsp-client: implement error_full
2009-12-25 Wim Taymansdocs: update docs and comments
2009-11-21 Sebastian Pölsterlclient: dump rtsp message only if debug threshold is...
2009-11-21 Sebastian PölsterlUse GStreamer's debugging subsystem
2009-10-13 Luca Ognibeneclient: call weak-unref on client->sessions from finalize
2009-08-24 Peter Kjellerstedtrtsp: Use gst_rtsp_watch_send_message().
2009-07-27 Wim Taymansrtsp: allocate channels in TCP mode
2009-07-24 Wim Taymansclient: don't crash when tunnelid is missing
2009-06-11 Wim Taymansclient: use g_source_destroy()
2009-06-09 Wim Taymansrtsp: prepare for handling GET/SET_PARAMETER
2009-05-26 Wim Taymansrtsp: use RTCP to keep the session alive
2009-05-26 Wim Taymansclient: replay OK to GET/SET_PARAMETER
2009-05-23 Wim Taymansclient: warn when we can't do RTP-Info
2009-05-23 Wim Taymansclient: only add RTP-Info when we have the info
2009-04-14 Wim Taymansserver: use appsink and appsrc with the API
2009-04-03 Wim Taymansclient: fix refcounting crasher
2009-04-01 Tim-Philipp MüllerFix rtsp client refcount management in TCP mode.
2009-03-12 Wim TaymansAdd beginnings of seeking.
2009-03-12 Wim Taymansallow pause requests for now.
2009-03-11 Wim TaymansRemove weak ref on the session in teardown
2009-03-11 Wim TaymansDo some more session cleanup
2009-03-11 Wim TaymansAdd TCP transports
2009-03-06 Wim TaymansAdd support for live streams
2009-03-04 Wim TaymansOnly free the pending tunnel if there is one
2009-03-04 Wim Taymansrtsp-server: Add support for tunneling
2009-02-19 Wim TaymansFix for channel -> watch rename in gstreamer
2009-02-18 Wim TaymansUse ASYNC RTSP io
2009-02-13 Wim TaymansAdd support for session keepalive
2009-02-13 Wim TaymansSome more session timeout handling
2009-02-10 Wim TaymansAdd timeout property
2009-02-04 Wim TaymansMerge branch 'master' of git+ssh://git.collabora.co...
2009-02-04 Wim TaymansAdd beginnings of session timeouts and limits
2009-02-04 Wim TaymansCleanup of sessions and more
2009-02-03 Wim TaymansRework the way we handle transports for streams
2009-01-31 Wim TaymansDrop const from functions dealing with urls
2009-01-30 Wim TaymansFix various leaks
2009-01-30 Wim TaymansMore cleanups
2009-01-30 Wim TaymansCleanups and reuse media from DESCRIBE
2009-01-30 Wim TaymansAdd a little comment
2009-01-30 Wim TaymansReorganize things, prepare for media sharing
2009-01-22 Wim TaymansCleanups and doc updates
2009-01-22 Wim TaymansMore improvements
2009-01-22 Wim TaymansHandle state change failures better
2009-01-22 Wim TaymansMake the server handle arbitrary pipelines
2009-01-20 Wim TaymansAllow setting a custom media factory for a client.
2009-01-20 Wim TaymansMove the connection code in one place
2009-01-19 Wim TaymansName the parameters more appropriately.
2009-01-08 Wim TaymansCheck if return value of gst_rtsp_session_get_media...
2009-01-08 Wim TaymansSplit in library and example program