summaryrefslogtreecommitdiff
path: root/ext/srtp
AgeCommit message (Expand)AuthorFilesLines
2014-05-02srtpenc: Remove ssrc parsing from streamOlivier Crête1-12/+10
2014-05-02srtpenc: Remove SSRC from signal, it's meaninglessOlivier Crête1-3/+2
2014-05-02srtpenc: Set the SRTP key as a shared key for all SSRCsOlivier Crête2-34/+15
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-12srtpdec: fix assertion checking ssrc from rtcp packetsAleix Conchillo Flaqué1-2/+5
2014-04-09srtp: remove dead assignmentVincent Penquerc'h1-1/+1
2014-03-25srtpenc: unlock object lock before posting errorWim Taymans1-21/+12
2014-03-01srtpenc: unref caps after gst_query_set_caps_resultAleix Conchillo Flaqué1-0/+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é4-21/+85
2013-11-19srtpenc: Set the first session flag to false once one is createOlivier Crête1-0/+2
2013-11-19srtpdec: Make sure that stream-id/caps/segment are sent before buffersOlivier Crête2-12/+108
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ête2-2/+14
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ête2-27/+72
2013-06-28srtp: Move the enums to the common headerOlivier Crête5-26/+22
2013-06-28srtp: Remove unused codeOlivier Crête1-2/+0
2013-06-23srtp: Fix distEdward Hervey1-3/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
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ête2-1/+12
2013-04-08ext: printf format fixes in debug and error messagesTim-Philipp Müller2-4/+5
2013-03-28srtp: Update example pipelinesOlivier Crête2-12/+11
2013-03-25srtp: Fix filter handling in caps negotiation to keep filter contentOlivier Crête2-1/+12
2013-03-15srtp: fix compilation warning returning NULL in case of errorJose Antonio Santos Cadenas1-2/+3
2013-03-15srtp: use constant AES_128_ICM instead of AES_ICM that is not foundJose Antonio Santos Cadenas1-1/+1
2013-03-12srtp: Add SRTP plugin based on libsrtpOlivier Crête8-0/+2643