summaryrefslogtreecommitdiff
path: root/ext/srtp/gstsrtpdec.c
AgeCommit message (Expand)AuthorFilesLines
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