rtsp-client: No flush during Teardown.
[platform/upstream/gstreamer.git] / gst / rtsp-server / rtsp-client.c
2015-06-03 Göran Jönssonrtsp-client: No flush during Teardown.
2015-02-13 Sebastian Drögertsp-client: Only error out in PLAY if seeking actually...
2015-02-12 Sebastian Drögertsp-media: If seeking fails, don't wait forever for...
2015-02-08 Tim-Philipp Müllerrtsp-client: fix awkward if clause
2015-02-06 Sebastian Drögertsp-media: Use flags to distinguish between PLAY and...
2015-02-06 Tim-Philipp Müllerrtsp-client: fix a couple of leaks in handle_announce
2015-02-06 Sebastian DrögeAdd initial support for RECORD
2015-01-19 Tim-Philipp Müllerrtsp-client: log interleaved data received
2015-01-19 Tim-Philipp Müllerrtsp-client: fix unintentional fallthrough to debug...
2015-01-19 Sebastian Drögertsp-client: If we have a single-stream media and SETUP...
2015-01-18 Sebastian Drögertsp-client: Use a random session ID in the SDP
2015-01-16 Sebastian Drögertsp-client: Drop trailing \0 of RTSP DATA messages
2014-12-29 Sebastian Drögertsp-client: Add a send_message default signal handler
2014-12-02 Göran Jönssonrtsp: Ref transports in hash table.
2014-11-07 Wim Taymansclient: refactor cleanup of cached media
2014-11-07 Linus Svenssonclient: Configure transport after creating session...
2014-11-07 Linus Svenssonclient: Stop caching media in client when doing setup
2014-10-30 Aleix Conchillo... rtsp-client: mikey memory leaks
2014-10-21 Aleix Conchillo... rtsp-client: add stream transport to context
2014-10-01 Aleix Conchillo... client: set session media to NULL without the lock
2014-09-30 Sebastian Rasmussenrtsp-client: Remove backlog limit while processings...
2014-09-24 Ognyan Tonchevrtsp-client: do not free main context before rtsp watch
2014-09-24 Branko Subasicrtsp-*: Treat sending packets to clients as keepalive
2014-09-24 Branko Subasicrtsp-client: Allow backlog to grow while expiring session
2014-09-22 Edward Herveyrtsp-client: Make old compilers happy
2014-09-16 Göran Jönssonclient: raise the backlog limits before pausing
2014-09-16 Göran Jönssonclient: make define for the WATCH_BACKLOG
2014-09-16 Wim Taymansclient: simplify session transport handling
2014-09-04 Göran Jönssonrtsp-client: Protect saved clients watch with a mutex
2014-07-10 Wim Taymansclient: expose _close() method
2014-07-10 Wim Taymansfilter: Release lock in filter functions
2014-07-09 Ognyan Tonchevclient: check if watch is set in handle_teardown()
2014-07-09 Ognyan Tonchevclient: keep ref to client for the session removed...
2014-07-08 Wim Taymansclient: manage media in session as a last step
2014-07-02 Wim Taymansrtsp: fix for MIKEY api change
2014-07-01 Wim Taymansclient: free watch context only once
2014-07-01 Wim Taymansclient: fix build
2014-07-01 Wim Taymansclient: protect sessions with lock
2014-07-01 Wim TaymansClient: keep a ref to the session
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
next