summaryrefslogtreecommitdiff
path: root/ext/srtp/gstsrtpenc.c
Commit message (Expand)AuthorAgeFilesLines
* srtp: Support libsrtp2Jan Alexander Steffens (heftig)2018-01-291-28/+39
* srtp: zero out session member on deallocMatthew Waters2017-08-241-1/+3
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-1/+2
* srtpenc: prevent deadlock in create_sessionPhilippe Normand2016-09-061-0/+4
* srtpenc: remove get-rollover-counter signal and add stats propertyAleix Conchillo Flaqué2016-06-131-38/+43
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-8/+8
* srtpenc: do not check input buffersMiguel París Díaz2015-07-241-57/+0
* srtpenc: fix failure return values from create_session()Tim-Philipp Müller2015-05-131-2/+2
* srtpenc: fix over unlockingMiguel París Díaz2015-05-131-2/+0
* srtpenc: Do not drop all buffers in buffer list if one failsJose Antonio Santos Cadenas2015-03-191-24/+66
* srtpenc: Add support for buffer listJose Antonio Santos Cadenas2015-03-181-1/+104
* srtpenc: Add missing locksJose Antonio Santos Cadenas2015-03-181-11/+21
* srtpenc: Split chain functionality so it can be reused for buffer listJose Antonio Santos Cadenas2015-03-181-41/+84
* srtpenc: Improve memory management on chain functionJose Antonio Santos Cadenas2015-03-171-7/+4
* srtpenc: Fix typo in logJose Antonio Santos Cadenas2015-03-171-1/+1
* gstsrtpenc: unref event when neededMiguel París Díaz2014-06-181-0/+1
* srtpenc: improve property commentsWim Taymans2014-06-181-2/+5
* gstsrtpenc: add allow-repeat-tx propertyMiguel París Díaz2014-06-181-1/+16
* srtp: add support for rollover counters and replay protection window sizeAleix Conchillo Flaqué2014-06-031-0/+48
* srtpenc: Use %u in templates to match rtpbinOlivier Crête2014-05-061-12/+12
* srtpenc: Add config for the replay window sizeOlivier Crête2014-05-021-1/+18
* srtpenc: Remove useless structureOlivier Crête2014-05-021-73/+41
* srtpenc: Remove ssrc parsing from streamOlivier Crête2014-05-021-12/+10
* srtpenc: Remove SSRC from signal, it's meaninglessOlivier Crête2014-05-021-3/+2
* srtpenc: Set the SRTP key as a shared key for all SSRCsOlivier Crête2014-05-021-32/+15
* srtpenc: unlock object lock before posting errorWim Taymans2014-03-251-21/+12
* srtpenc: unref caps after gst_query_set_caps_resultAleix Conchillo Flaqué2014-03-011-0/+1
* srtp: add 256-bit key supportAleix Conchillo Flaqué2013-12-131-15/+51
* srtpenc: Set the first session flag to false once one is createOlivier Crête2013-11-191-0/+2
* srtp: Let packets through without touching them if no crypto or auth is setOlivier Crête2013-08-121-2/+8
* srtp: Don't require a key if both auth and cipher are nullOlivier Crête2013-06-281-15/+49
* srtp: Remove unused codeOlivier Crête2013-06-281-2/+0
* ext: printf format fixes in debug and error messagesTim-Philipp Müller2013-04-081-2/+2
* srtp: Update example pipelinesOlivier Crête2013-03-281-8/+2
* srtp: Fix filter handling in caps negotiation to keep filter contentOlivier Crête2013-03-251-1/+2
* srtp: fix compilation warning returning NULL in case of errorJose Antonio Santos Cadenas2013-03-151-2/+3
* srtp: Add SRTP plugin based on libsrtpOlivier Crête2013-03-121-0/+1134