rtsp-client: vmethod for modifying tunnel GET response
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-client.h
2014-03-11 David Svensson Forsrtsp-client: vmethod for modifying tunnel GET response
2013-12-18 Wim Taymansclient: add vmethod to configure media and streams
2013-12-12 Tim-Philipp Müllerrtsp-server: add padding to many public structures
2013-11-12 Patricia Muscaluclient: make make_path_from_uri a vmethod
2013-08-23 Youness AlaouiAdd handle-response signal for when we receive a GET_PA...
2013-08-02 Youness Alaouismall documentation fix
2013-07-22 Wim TaymansClientState -> Context
2013-07-12 Wim Taymansauth: let the auth module check client_settings
2013-07-12 Wim Taymansclient: allow for sending any message, not only requests
2013-07-12 Wim Taymansclient: add state push/pop
2013-07-12 Wim Taymansclient: add connection to state
2013-07-11 Wim Taymansdocs: improve docs
2013-07-11 Wim Taymansdocs: update docs
2013-07-10 Wim Taymansclient: add method to configure thread pool
2013-07-10 Wim Taymansserver: use thread pool
2013-07-09 Wim Taymansclient: add state to current thread
2013-07-08 Wim Taymansauth: use the token after authentication
2013-07-05 Wim Taymansauth: remove auth from media and factory
2013-07-04 Wim Taymansauth: add support for multiple basic auth tokens
2013-06-26 Wim Taymansclient: add method to filter managed sessions
2013-06-26 Wim Taymansclient: remove _get_uri() method
2013-06-25 Wim Taymansclient: clean some variables
2013-06-25 Youness AlaouiAdd gst_rtsp_client_send_request API
2013-06-17 Ognyan Tonchevrtsp-client: Make configure_client_transport virtual
2013-06-17 Ognyan Tonchevrtsp-client: Make param_set and param_get virtual
2013-05-30 Wim Taymansserver: refactor connection setup
2013-04-15 David Svensson Forsclient: expose connection
2013-03-18 Patricia Muscalurtsp-client: expose uri
2012-11-29 Wim Taymansrtsp: make object details private
2012-11-26 Wim Taymansclient: remove unused include
2012-11-26 Wim Taymansclient: make the client usable without a socket
2012-11-26 Wim Taymansclient: small cleanup
2012-11-26 Wim Taymansclient: remove reference to server
2012-11-26 Wim Taymansclient: add locking
2012-11-26 Wim Taymansclient: add generic close-after-send support
2012-11-26 Wim TaymansMediaMapping -> MountPoints
2012-11-20 Alessandro Decinaclient: wait until the TEARDOWN response is sent to...
2012-11-12 Wim Taymansclient: rename method
2012-11-12 Wim Taymansserver: rework maincontext handling in clients
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-10-27 Wim Taymansrtsp: refactor configuration of transport
2012-10-25 Wim Taymansrtsp: massive refactoring
2012-10-10 Ognyan Tonchevclient: Use client transport settings for multicast...
2012-09-07 Aleix Conchillo... rtsp-client: add signals for rtsp requests (fixes ...
2012-08-30 Aleix Conchillo... add new-session signal to rtsp-client (fixes #683058)
2012-07-24 Patricia Muscalurtsp-client: make create_sdp virtual method
2012-07-10 Ognyan Tonchevrtsp-server: use an existing socket to establish HTTP...
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-26 Wim TaymansMerge branch 'master' into 0.11
2012-03-26 Wim TaymansMerge branch 'master' into 0.11
2012-03-07 Wim Taymansrtsp-server: port to GIO
2011-04-26 Wim TaymansMerge branch 'master' into 0.11
2011-01-12 Wim Taymansclient: emit signal when closing
2011-01-12 Wim Taymansrtsp-server: Pass ClientState structure arround
2011-01-12 Wim Taymansclient: add support for setting the server.
2011-01-11 Wim Taymansauth: add authentication object
2011-01-11 Wim Taymansrtsp: move network includes where they are needed
2010-12-28 Wim Taymansclient: cleanup headers
2010-03-16 Wim Taymansrtsp: keep track of server ip and ipv6
2009-03-11 Wim TaymansDo some more session cleanup
2009-03-11 Wim TaymansAdd TCP transports
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-10 Wim TaymansAdd timeout property
2009-01-30 Wim TaymansCleanups and reuse media from DESCRIBE
2009-01-30 Wim TaymansReorganize things, prepare for media sharing
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 TaymansSplit in library and example program