summaryrefslogtreecommitdiff
path: root/ext/srtp/gstsrtpdec.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-24srtp: zero out session member on deallocMatthew Waters1-1/+3
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-3/+3
2016-11-01srtpdec: add stats readonly property, similar to srtpencVincent Penquerc'h1-1/+43
2016-04-15srtpdec: also check for "roc" in capsAleix Conchillo Flaqué1-0/+1
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-8/+8
2015-10-16srtpdec: skip padding when mapping RTP packetsMiguel París Díaz1-2/+4
2015-08-13Revert "srtpdec: Add support for buffer list"Sebastian Dröge1-141/+1
2015-06-30srtpdec: Add config for the replay window sizeMiguel París Díaz1-1/+64
2015-05-06srtpdec: Actually set the caps on the srcpad instead of just calling the defa...Sebastian Dröge1-4/+4
2015-04-30srtpdec: Make sure to send caps events downstream before any segment eventsSebastian Dröge1-0/+16
2015-04-13srtpdec: Add some more debug outputSebastian Dröge1-0/+3
2015-03-19srtpdec: Add support for buffer listJose Antonio Santos Cadenas1-1/+141
2015-03-18srtpdec: Separate buffer encoding functionality into a different functionJose Antonio Santos Cadenas1-30/+52
2014-11-20srtpdec: fix rtp/rtcp sink event memory leakAleix Conchillo Flaqué1-2/+8
2014-10-30srtpdec: Trivial documentation fixArun Raghavan1-1/+1
2014-08-21srtpdec: Add support for RTP/RTCP mixing if data arrives on RTCP padYouness Alaoui1-10/+8
2014-06-03srtp: add support for rollover counters and replay protection window sizeAleix Conchillo Flaqué1-3/+54
2014-05-06srtpdec: Don't reset stream if the key hasn't changedOlivier Crête1-10/+36
2014-05-06srtpdec: Add "remove-key" action signal to remove a single keyOlivier Crête1-2/+22
2014-05-06srtpdec: Remove unused fieldOlivier Crête1-1/+0
2014-05-01srtpdec: Only clear streams if they have been createdOlivier Crête1-2/+2
2014-05-01srtpdec: Use object debugOlivier Crête1-1/+1
2014-04-09srtp: remove dead assignmentVincent Penquerc'h1-1/+1
2014-02-08srtpdec: Fix comparison compiler warningSebastian Dröge1-2/+2
2014-01-03srtpdec: Fix GstCaps memory leakMiguel París Díaz1-0/+1
2013-12-13srtp: add 256-bit key supportAleix Conchillo Flaqué1-4/+4
2013-11-19srtpdec: Make sure that stream-id/caps/segment are sent before buffersOlivier Crête1-12/+105
2013-11-19srtpdec: Pass is_rtcp to setcaps functionOlivier Crête1-1/+1
2013-11-19srtp: Implement SRTCP demultiplexingOlivier Crête1-12/+22
2013-08-16srtpdec: fix buffers being dropped due to shadowed variableTim-Philipp Müller1-2/+1
2013-08-12srtp: Let packets through without touching them if no crypto or auth is setOlivier Crête1-0/+6
2013-08-12srtpdec: Refactor code a bitOlivier Crête1-26/+31
2013-08-12srtpdec: Don't error on invalid packet, just drop itOlivier Crête1-4/+5
2013-06-28srtp: Don't require a key if both auth and cipher are nullOlivier Crête1-12/+23
2013-06-28srtp: Move the enums to the common headerOlivier Crête1-4/+4
2013-04-09srtpdec: Don't stop on invalid bufferOlivier Crête1-1/+1
2013-04-09srtpdec: Cleaner stream cleanupOlivier Crête1-7/+10
2013-04-09srtpdec: Don't crash on invalid cipherOlivier Crête1-0/+7
2013-04-08ext: printf format fixes in debug and error messagesTim-Philipp Müller1-2/+3
2013-03-28srtp: Update example pipelinesOlivier Crête1-4/+9
2013-03-25srtp: Fix filter handling in caps negotiation to keep filter contentOlivier Crête1-0/+10
2013-03-12srtp: Add SRTP plugin based on libsrtpOlivier Crête1-0/+965