summaryrefslogtreecommitdiff
path: root/ext/srtp
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-0/+6
2018-05-11srtp: Add "roc" caps field to the gst-launch exampleOlivier Crête1-1/+1
2018-05-05srtpenc: Handle session object disappearingJan Schmidt1-27/+39
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-03-22meson: use gnome.mkenums_simple() to generate enumtypes filesAlessandro Decina2-67/+5
2018-01-29srtp: Support libsrtp2Jan Alexander Steffens (heftig)10-107/+241
2017-12-27srtp: get ssrc for Application-Defined RTCP PacketJustin Kim1-0/+4
2017-08-24srtp: zero out session member on deallocMatthew Waters2-2/+6
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-4/+5
2016-11-01srtpdec: add stats readonly property, similar to srtpencVincent Penquerc'h1-1/+43
2016-09-06srtpenc: prevent deadlock in create_sessionPhilippe Normand1-0/+4
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan2-0/+89
2016-06-13srtpenc: remove get-rollover-counter signal and add stats propertyAleix Conchillo Flaqué2-41/+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 TM2-16/+16
2015-10-23srtp: Fix critical warning trying to retrieve SSRC from a non fb messageSantiago Carot-Nemesio1-1/+0
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-07-24srtpenc: do not check input buffersMiguel París Díaz1-57/+0
2015-06-30srtpdec: Add config for the replay window sizeMiguel París Díaz2-1/+66
2015-06-05srtp: Allow getting ssrc of more package types than RR and SRJose Antonio Santos Cadenas1-0/+6
2015-05-13srtpenc: fix failure return values from create_session()Tim-Philipp Müller1-2/+2
2015-05-13srtpenc: fix over unlockingMiguel París Díaz1-2/+0
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-19srtpenc: Do not drop all buffers in buffer list if one failsJose Antonio Santos Cadenas1-24/+66
2015-03-18srtpdec: Separate buffer encoding functionality into a different functionJose Antonio Santos Cadenas1-30/+52
2015-03-18srtpenc: Add support for buffer listJose Antonio Santos Cadenas1-1/+104
2015-03-18srtpenc: Add missing locksJose Antonio Santos Cadenas1-11/+21
2015-03-18srtpenc: Split chain functionality so it can be reused for buffer listJose Antonio Santos Cadenas1-41/+84
2015-03-17srtpenc: Improve memory management on chain functionJose Antonio Santos Cadenas1-7/+4
2015-03-17srtpenc: Fix typo in logJose Antonio Santos Cadenas1-1/+1
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-18gstsrtpenc: unref event when neededMiguel París Díaz1-0/+1
2014-06-18srtpenc: improve property commentsWim Taymans1-2/+5
2014-06-18gstsrtpenc: add allow-repeat-tx propertyMiguel París Díaz2-1/+17
2014-06-03srtp: add support for rollover counters and replay protection window sizeAleix Conchillo Flaqué4-3/+107
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ête2-2/+23
2014-05-06srtpenc: Use %u in templates to match rtpbinOlivier Crête1-12/+12
2014-05-06srtpdec: Remove unused fieldOlivier Crête1-1/+0
2014-05-02srtpenc: Add config for the replay window sizeOlivier Crête2-1/+20
2014-05-02srtpenc: Remove unused object membersOlivier Crête1-5/+0
2014-05-02srtpenc: Remove useless structureOlivier Crête1-73/+41