introspection: add missing allow-none annotations
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-client.c
2014-06-26 Evan Nemersonintrospection: add missing allow-none annotations
2014-06-24 Evan Nemersongi: improve annotations
2014-06-24 Wim Taymanssignals: use generic marshal function
2014-06-24 Wim Taymanssdp: hide key length defines
2014-06-19 Aleix Conchillo... mikey: add different key length parameters
2014-06-18 Ognyan Tonchevclient: ref the context until rtsp watch is alive
2014-06-18 Ognyan Tonchevclient: Destroy the rtsp watch after connection close
2014-05-20 Wim Taymansclient: store TCP ports in transport
2014-05-10 Aleix Conchillo... client: fix send-message signal marshaller
2014-05-09 Tim-Philipp Müllerrtsp-client: handle Require headers and respond with...
2014-05-01 Wim Taymansclient: emit a signal before sending a message
2014-05-01 Wim Taymansclient: pass context to send_message
2014-05-01 Wim Taymansclient: fix typo in comment
2014-04-15 Wim Taymansclient: set the watch to flushing before going to NULL
2014-04-10 Vincent Penquerc'hrtsp-client: indent cleanup
2014-04-10 Göran Jönssonclient: Add drop-backlog property
2014-04-08 Ognyan Tonchevclient: support for POST before GET when setting up...
2014-04-08 Ognyan Tonchevclient: remove watch of the second client after http...
2014-04-04 Wim Taymansrtsp: update for MIKEY API changes
2014-04-03 Wim Taymansclient: parse the mikey response from the client
2014-04-03 Wim Taymansclient: cleanup error paths
2014-03-24 Sebastian Rasmussengobject-introspection: Add annotations to support langu...
2014-03-11 David Svensson Forsrtsp-client: vmethod for modifying tunnel GET response
2014-02-09 Sebastian Drögertsp-server: Fix lots of compiler warnings with clang
2014-01-07 Wim Taymansclient: let stream check supported transport
2013-12-26 Wim Taymanssession-media: let the session-media make the RTPInfo
2013-12-19 Aleix Conchillo... media: add setup_sdp vmethod
2013-12-19 Edward Herveyrtsp-client: Fix iteration
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
next