summaryrefslogtreecommitdiff
path: root/gst/rtsp
AgeCommit message (Expand)AuthorFilesLines
2015-03-26rtspsrc: Fix segment in TCP modeNicolas Dufresne2-24/+15
2015-03-25rtspsrc: Remove useless functionNicolas Dufresne1-11/+4
2015-03-24rtspsrc: Fix seeking queryNicolas Dufresne1-3/+2
2015-03-18rtspsrc: Improve trace readabilityNicolas Dufresne1-5/+32
2015-03-14rtspsrc: properly escape percent sign in documentationRamiro Polla1-1/+1
2015-03-09rtspsrc: Don't include payload type in the caps for framesizeLinus Svensson1-0/+17
2015-03-05rtspsrc: Fix handling of interleaved (TCP) streamsSebastian Dröge1-1/+1
2015-03-05rtspsrc: Don't unref caps we don't ownSebastian Dröge1-3/+0
2015-03-05rtspsrc: Push RTCP caps on the RTCP padsSebastian Dröge1-1/+31
2015-03-05rtspsrc: Make sure to send SEGMENT events on all padsSebastian Dröge1-0/+10
2015-02-24rtspsrc: improve error message when unauthorizedKrzysztof Kotlenga1-0/+4
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-0/+1
2015-02-08rtspsrc: fix awkward if clauseTim-Philipp Müller1-1/+1
2015-02-03rtspsrc: fix container handlingWim Taymans1-4/+3
2015-01-21Constify some static arrays everywhereSebastian Dröge1-1/+1
2014-12-31rtspsrc: set PLAYING state after configuring capsAleix Conchillo Flaqué1-2/+5
2014-12-18rtspsrc: Don't dereference NULL if a suitable stream for the AUX element can'...Sebastian Dröge1-0/+4
2014-12-16rtspsrc: Add something to the debug logs if an RTX AUX element can't be addedSebastian Dröge1-1/+5
2014-12-16rtspsrc: add retransmission support according to RFC4588Matthew Waters2-0/+121
2014-11-20rtspsrc: fix leak for mikey base64 decoded key-mgmtAleix Conchillo Flaqué1-0/+1
2014-11-06rtsp: fix build in gst-uninstalled setupJosep Torra1-1/+1
2014-10-31rtspsrc: mikey related memory leaksAleix Conchillo Flaqué1-0/+3
2014-10-21rtspsrc: set full stream caps on internal src TCP padsAleix Conchillo Flaqué1-0/+6
2014-09-26rtspsrc: Fix compiler warningsSebastian Dröge1-6/+7
2014-09-24rtsp: clarify expression so operator precedence is clearSanjay NM1-3/+6
2014-08-05rtspsrc: Push the correct segment in TCP mode when seekingSebastian Dröge1-1/+2
2014-07-10rtspsrc: fix query leakTim-Philipp Müller1-1/+5
2014-07-02rtspsrc: fix for mikey api changeWim Taymans1-2/+2
2014-06-19rtspsrc: pass the stream id when asking for crypto paramsWim Taymans1-4/+6
2014-06-19rtspsrc: add support for key length parametersAleix Conchillo Flaqué2-16/+173
2014-05-16rtspsrc: always use a random ssrc for the internal sessionAleix Conchillo Flaqué1-1/+1
2014-05-02rtspsrc: remove duplicate testVincent Penquerc'h1-2/+1
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2-4/+0
2014-04-04rtspsrc: update for new MIKEY APIWim Taymans1-6/+22
2014-04-03rtspsrc: send sender SSRC in the MIKEY messageWim Taymans2-1/+5
2014-04-03rtspsrc: make random number for the CSBWim Taymans1-1/+1
2014-04-03rtspsrc: don't put spaces in keymgmt headerWim Taymans1-1/+1
2014-04-03rtspsrc: create and send the RTCP encryption keyWim Taymans2-2/+124
2014-04-03rtspsrc: free the srtpdec elementWim Taymans1-0/+2
2014-04-03rtspsrc: cleanup stream_free functionWim Taymans1-16/+4
2014-03-25rtspsrc: only expose streams on dataflowWim Taymans1-1/+2
2014-03-25rtspsrc: copy sticky events to ghostpadWim Taymans1-0/+12
2014-03-25rtspsrc: srtp handlingWim Taymans2-1/+150
2014-03-25rtspsrc: set SSRC on caps if knownWim Taymans1-0/+3
2014-03-24rtspsrc: put caps on udpsrc instead of using the signalsWim Taymans1-0/+9
2014-03-24rtspsrc: use profile to set rtcp capsWim Taymans1-2/+10
2014-03-24rtspsrc: set udpsrc to READYWim Taymans1-4/+4
2014-03-24rtspsrc: free caps in ptmap arrayWim Taymans1-0/+8
2014-03-20rtspsrc: handle NULL rtpmap and parse error betterWim Taymans1-5/+7
2014-03-06rtspsrc: skip streams with same control urlWim Taymans2-11/+42