client: add vmethod to configure media and streams
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-client.c
2013-12-18 Wim Taymansclient: add vmethod to configure media and streams
2013-11-29 Wim Taymansmedia: also handle prepare and range in suspended state
2013-11-28 Wim Taymansclient: store setup uri and use in PLAY response
2013-11-28 Wim Taymansclient: suspend after SDP and unsuspend before PLAYING
2013-11-22 Sebastian Rasmussenrtsp-*: Refer to NULL as a constant in comments
2013-11-18 Tim-Philipp Müllerrtsp-server: sprinkle some allow-none annotations for g-i
2013-11-15 Wim Taymansrtsp: allow NULL func in filters
2013-11-12 Patricia Muscaluclient: allow absolute path in requests
2013-11-12 Patricia Muscaluclient: make make_path_from_uri a vmethod
2013-10-04 Wim Taymansclient: append query string in PAUSE/PLAY/TEARDOWN...
2013-10-04 Jonas Holmbergclient: Add query to control path
2013-09-26 Jonas Holmbergclient: Reply 400 if media cannot be constructed
2013-09-26 Jonas Holmbergclient: Send setup reply once only
2013-09-19 Jonas Holmbergclient: Do not read beyond end of path string
2013-09-17 Wim Taymansclient: Fix RTPInfo header
2013-09-17 Wim Taymansclient: map url to path only in describe
2013-09-17 Wim TaymansRevert "client: map URL to path in requests"
2013-09-16 Wim Taymansclient: map URL to path in requests
2013-09-16 Wim Taymansmount-points: make vmethod to make path from uri
2013-09-06 Jonas Holmbergclient: free threadpool
2013-08-23 Patricia Muscalurtsp-client: remove query part from content-base string
2013-08-23 Wim Taymansclient: don't check url in response
2013-08-23 Youness AlaouiAdd handle-response signal for when we receive a GET_PA...
2013-08-16 Wim Taymansclient: use protocols supported by stream
2013-08-02 Wim Taymansserver: add method to iterate clients of server
2013-08-02 Youness AlaouiDo not take range header if range is invalid
2013-07-22 Wim TaymansClientState -> Context
2013-07-15 Wim Taymansclient: support pushed context in handle_request
2013-07-12 Wim Taymansauth: let the auth module check client_settings
2013-07-12 Wim Taymansauth: handle unauthorized response
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-10 Wim Taymansclient: pass thread from pool to media _prepare
2013-07-10 Wim Taymansclient: add method to configure thread pool
2013-07-09 Wim Taymansauth: simplify auth checks
2013-07-09 Wim Taymansclient: add state to current thread
2013-07-08 Wim Taymansauth: add auth checks
2013-07-08 Wim Taymansmedia: add optional context for bus messages
2013-07-05 Wim Taymansauth: remove auth from media and factory
2013-07-03 Wim Taymansclient: error out on non-aggregate control
2013-07-03 Wim Taymansclient: rework setup request a little
2013-07-03 Wim Taymanssession: use path matching for session media
2013-07-03 Wim Taymansmount-points: remove useless vmethod
2013-07-02 Wim Taymansclient: cleanups
2013-07-01 Wim Taymansstream: add more support for IPv6
2013-07-01 Wim Taymansclient: fix comment
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-20 Wim Taymansclient: also watch newly created session
2013-06-20 Wim Taymansclient: emit new-session when new session is created
2013-06-20 Alexander Schrabclient: handle asterisk as path in requests
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-06-14 David Svensson Forsmedia: convert_range replaces get_range_times
2013-06-14 Wim Taymanssdp: cleanup sdp info
2013-06-14 Alexander Schrabuse local address, not remote, in SDP
2013-06-03 Alexander Schrabrtspstream: handle both ipv4 and ipv6 clients
2013-05-30 Wim Taymansclient: improve debug
2013-05-30 Wim Taymansserver: refactor connection setup
2013-05-27 Alexander Schrabrtsp-server: Do not crash on nmapping of server
2013-05-27 Alexander Schrabrtsp-client: ipv4 adress should not be marked ipv6...
2013-04-15 David Svensson Forsclient: send out teardown signal before tearing down
2013-04-15 David Svensson Forsclient: expose connection
2013-03-22 Olivier Crêtertsp-media/client: Reply to PLAY request with same...
2013-03-18 Patricia Muscalurtsp-client: expose uri
2013-03-11 Olivier CrêteDocument locking and its order
2013-03-11 Olivier Crêteclient: Check client provided addresses against the...
2013-01-28 Wim Taymansclient: make sure the watch exists while sending data
2012-12-14 Wim Taymansrtsp-client: set the client backlog
2012-11-30 Wim TaymansRevert "client: never call gst_rtsp_media_unprepare...
2012-11-30 Alessandro Decinaclient: never call gst_rtsp_media_unprepare, let gst_rt...
2012-11-29 Wim TaymansRevert "client: TEARDOWN brings that state to Init...
2012-11-29 Wim Taymansclient: TEARDOWN brings that state to Init again
2012-11-29 Wim Taymansrtsp: make object details private
2012-11-28 Wim Taymansclient: fix factory leak
2012-11-27 Wim Taymansclient: improve debug
2012-11-27 Wim Taymansclient: improve debug and fix leaks
2012-11-27 Wim Taymansclient: use 454 when session can't be found
2012-11-27 Wim Taymansclient: only free connection when there is one
2012-11-26 Wim Taymansclient: small cleanup
2012-11-26 Wim Taymansclient: fix compilation
2012-11-26 Wim Taymansclient: call destroy without the lock
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: log more errors
2012-11-26 Wim Taymansclient: fix compilation
2012-11-26 Wim Taymansclient: add generic close-after-send support
2012-11-26 Wim TaymansMediaMapping -> MountPoints
2012-11-20 David Svensson Forsrtsp-media: remove bus watch before finalizing
2012-11-20 Alessandro Decinaclient: wait until the TEARDOWN response is sent to...
2012-11-17 Tim-Philipp Müllerrtsp-client: fix unused-but-set-variable compiler warning
2012-11-15 Wim Taymansrtsp: cleanups
2012-11-15 Wim Taymansstream: use the address managed by the stream
2012-11-15 Wim Taymansrtsp: improve debug
next