summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-16client: raise the backlog limits before pausingHEADmasterGöran Jönsson1-0/+9
2014-09-16client: make define for the WATCH_BACKLOGGöran Jönsson1-3/+5
2014-09-16client: simplify session transport handlingWim Taymans1-131/+23
2014-09-16stream-transport: make method to handle received dataWim Taymans2-0/+35
2014-09-15test: add example of dumping RTCP reportsWim Taymans1-0/+57
2014-09-12rtsp-media: Make sure that sequence numbers are monotonic after pauseSrimanta Panda3-0/+59
2014-09-04rtsp-client: Protect saved clients watch with a mutexGöran Jönsson1-0/+8
2014-08-25rtsp-stream: Remove the multicast group udp sources when removing from the binSebastian Dröge1-0/+21
2014-08-12rtsp-media: Query position and stop time only on the RTP parts of the pipelineSebastian Dröge3-14/+144
2014-08-09examples: fix another reference leakTim-Philipp Müller1-0/+1
2014-08-09examples: unref element after usageSebastian Rasmussen1-0/+1
2014-08-04signals: Fix copy-pasto in target-state signal offsetArun Raghavan1-2/+2
2014-08-01Makefile: Add usage of build-checks stepEdward Hervey2-0/+4
2014-07-22rtsp-stream: Listen on the multicast group for RTP/RTCP packetsSebastian Dröge1-1/+89
2014-07-19Back to developmentSebastian Dröge1-6/+6
2014-07-19Release 1.4.0Sebastian Dröge5-34/+50
2014-07-16media: correct misspelled words in descriptionHyunjun Ko1-2/+2
2014-07-11Release 1.3.91Sebastian Dröge5-14/+172
2014-07-10docs: update docsWim Taymans1-1/+40
2014-07-10server: implement client REMOVE filterWim Taymans1-1/+6
2014-07-10client: expose _close() methodWim Taymans2-3/+12
2014-07-10session-pool: signal session-removed outside of the lockWim Taymans1-10/+40
2014-07-10filter: Release lock in filter functionsWim Taymans5-61/+194
2014-07-09client: check if watch is set in handle_teardown()Ognyan Tonchev1-2/+4
2014-07-09client tests: send teardown to cleanup sessionOgnyan Tonchev1-0/+55
2014-07-09server tests: send teardown to cleanup sessionOgnyan Tonchev1-0/+8
2014-07-09client: keep ref to client for the session removed handlerOgnyan Tonchev1-7/+28
2014-07-08client: manage media in session as a last stepWim Taymans3-15/+21
2014-07-03examples: print 'stream ready at url' for mp4 and ogg exampleTim-Philipp Müller2-0/+2
2014-07-02rtsp: fix for MIKEY api changeWim Taymans2-3/+3
2014-07-01client: free watch context only onceworkWim Taymans1-3/+1
2014-07-01client: fix buildWim Taymans1-1/+1
2014-07-01client: protect sessions with lockWim Taymans1-6/+15
2014-07-01Client: keep a ref to the sessionWim Taymans1-76/+60
2014-06-30session-pool: add session-removed signalWim Taymans2-8/+59
2014-06-30Make rtsp-server.h a single-include header, use it for G-IEvan Nemerson2-3/+17
2014-06-28Release 1.3.90Sebastian Dröge5-34/+118
2014-06-27stream: crypto can be NULLWim Taymans1-1/+1
2014-06-26introspection: add missing allow-none annotationsEvan Nemerson3-4/+6
2014-06-26introspection: add (nullable) annotations to return valuesEvan Nemerson7-23/+27
2014-06-24gi: improve annotationsEvan Nemerson2-3/+8
2014-06-24signals: use generic marshal functionWim Taymans4-29/+29
2014-06-24context: add type macroWim Taymans1-0/+2
2014-06-24sdp: hide key length definesWim Taymans3-6/+12
2014-06-22Back to developmentSebastian Dröge1-5/+5
2014-06-22Release 1.3.3Sebastian Dröge5-31/+110
2014-06-19mikey: add different key length parametersAleix Conchillo Flaqué3-0/+64
2014-06-18stream tests: Make sure we get right multicast address from streamOgnyan Tonchev1-0/+65
2014-06-18client: ref the context until rtsp watch is aliveOgnyan Tonchev1-0/+11
2014-06-18client: Destroy the rtsp watch after connection closeOgnyan Tonchev1-0/+9