summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-13media: fix confusing commentWim Taymans1-1/+1
2014-06-05rtsp-session: Timeout in header.Göran Jönsson1-2/+19
2014-05-21Back to developmentSebastian Dröge1-5/+5
2014-05-21Release 1.3.2Sebastian Dröge6-62/+121
2014-05-21Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-20client: store TCP ports in transportWim Taymans1-0/+29
2014-05-16stream: add signals for new RTP/RTCP encodersAleix Conchillo Flaqué1-2/+31
2014-05-15media: Make suspend()/unsuspend() virtualOgnyan Tonchev2-43/+104
2014-05-10client: fix send-message signal marshallerAleix Conchillo Flaqué1-1/+1
2014-05-09tests: add and remove pads only onceWim Taymans1-3/+10
2014-05-09tests: add unit test for correct handling of Require headersTim-Philipp Müller1-10/+110
2014-05-09rtsp-client: handle Require headers and respond with OPTION_NOT_SUPPORTEDTim-Philipp Müller1-0/+81
2014-05-03Back to developmentSebastian Dröge1-5/+5
2014-05-03Release 1.3.1Sebastian Dröge5-7/+7501
2014-05-03Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-02Update .gitignoreTim-Philipp Müller1-0/+1
2014-05-02tests: fix memory leak in sessionmedia unit testTim-Philipp Müller1-0/+1
2014-05-01client: emit a signal before sending a messageWim Taymans1-0/+9
2014-05-01client: pass context to send_messageWim Taymans1-13/+34
2014-05-01client: fix typo in commentWim Taymans1-1/+1
2014-04-21media: Do not stop thread twice if default_prepare() failsOgnyan Tonchev1-6/+0
2014-04-15client: set the watch to flushing before going to NULLWim Taymans1-0/+7
2014-04-12rtsp-session-pool: Fixes annotationLinus Svensson2-11/+29
2014-04-12media: make media_prepare virtualOgnyan Tonchev2-59/+98
2014-04-12media: stop the thread in more error casesOgnyan Tonchev2-1/+12
2014-04-12media: allow NULL as the threadOgnyan Tonchev2-5/+8
2014-04-10rtsp-client: indent cleanupVincent Penquerc'h1-1/+1
2014-04-10client: Add drop-backlog propertyGöran Jönsson2-7/+60
2014-04-08client: support for POST before GET when setting up a tunnelOgnyan Tonchev1-61/+67
2014-04-08client: remove watch of the second client after http tunnel setupOgnyan Tonchev1-0/+6
2014-04-08media: Make media_prepare() fail if port allocation failsOgnyan Tonchev2-4/+54
2014-04-08media test: cleanup the thread pool in testsLinus Svensson1-0/+8
2014-04-08rtsp-media: Unblock blocked streams in unprepareLinus Svensson2-13/+28
2014-04-08media: release the state lock when going to NULLWim Taymans1-2/+20
2014-04-08media: protect status with lockWim Taymans1-54/+55
2014-04-04rtsp: update for MIKEY API changesWim Taymans2-9/+22
2014-04-03client: parse the mikey response from the clientsrtpWim Taymans1-1/+241
2014-04-03stream: add method to set crypto infoWim Taymans2-6/+67
2014-04-03client: cleanup error pathsWim Taymans1-24/+16
2014-04-02media: fix docsWim Taymans1-1/+1
2014-03-25test: enable SRTP only on RTSPSWim Taymans1-1/+3
2014-03-25test: print an error on failureWim Taymans1-1/+6
2014-03-25stream: add SRTP supportWim Taymans5-2/+205
2014-03-24tests: Add unit tests for sessionpoolSebastian Rasmussen2-1/+181
2014-03-24tests: Improve code coverage of rtsp-threadpool testsSebastian Rasmussen1-11/+153
2014-03-24tests: Improve code coverage for rtsp-session-mediaSebastian Rasmussen1-4/+284
2014-03-24gobject-introspection: Add annotations to support language bindingsSebastian Rasmussen18-119/+132
2014-03-15rtsp-stream: Don't mix IPv4 and IPv6 addressesSebastian Rasmussen1-4/+4
2014-03-13stream: take caps after the session managerWim Taymans1-2/+2
2014-03-13stream: release lock while pushing out packetsWim Taymans1-4/+29