summaryrefslogtreecommitdiff
path: root/ext/srtp
Commit message (Expand)AuthorAgeFilesLines
* srtp: allow per feature registrationStéphane Cerveau2021-03-239-56/+162
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-2/+2
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+3
* srtp: Added support for BYE packetZeid Bekli2020-04-091-0/+4
* srtpdec: reduce log level for replay casesMiguel Paris2020-04-011-2/+2
* srtpdec: do not warning old replay errorsMiguel París Díaz2020-04-012-0/+5
* srtpdec: fix reseting RTP sequence number on ROC changesMiguel Paris2020-04-012-8/+18
* srtp: Remove %z as it doesn't work on WindowsOlivier Crête2019-12-091-4/+5
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-7/+7
* srtpenc: also insert ssrc(s) from rtp buffersJulien Isorce2019-10-251-1/+26
* Remove autotools build systemTim-Philipp Müller2019-10-142-31/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* srtp: bump libsrtp requirement to 1.6.0Tim-Philipp Müller2019-03-291-2/+2
* srtp: Add support for GCM (RFC 7714)Ulf Olsson2019-03-275-9/+46
* srtpdec: Lower severity of srtp_err_status_replay_failJan Alexander Steffens (heftig)2019-03-192-1/+6
* srtpdec: Simplify code flow handling status_key_expiredJan Alexander Steffens (heftig)2019-03-191-16/+21
* srtpdec: Simplify checking the unprotect errorJan Alexander Steffens (heftig)2019-03-191-34/+33
* srtpdec: Simplify locking in gst_srtp_dec_decode_bufferJan Alexander Steffens (heftig)2019-03-191-8/+1
* srtp: Spell 'mechanisms' rightAndreas Frisch2019-03-152-3/+3
* srtpenc: Add support for adding a MKIOlivier Crête2018-11-092-9/+83
* srtpdec: Add support for MKIOlivier Crête2018-11-091-21/+212
* Revert "srtpdec: also check for "roc" in caps"Olivier Crête2018-10-171-2/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-0/+6
* srtp: Add "roc" caps field to the gst-launch exampleOlivier Crête2018-05-111-1/+1
* srtpenc: Handle session object disappearingJan Schmidt2018-05-051-27/+39
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* meson: use gnome.mkenums_simple() to generate enumtypes filesAlessandro Decina2018-03-222-67/+5
* srtp: Support libsrtp2Jan Alexander Steffens (heftig)2018-01-2910-107/+241
* srtp: get ssrc for Application-Defined RTCP PacketJustin Kim2017-12-271-0/+4
* srtp: zero out session member on deallocMatthew Waters2017-08-242-2/+6
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-122-4/+5
* srtpdec: add stats readonly property, similar to srtpencVincent Penquerc'h2016-11-011-1/+43
* srtpenc: prevent deadlock in create_sessionPhilippe Normand2016-09-061-0/+4
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-202-0/+89
* srtpenc: remove get-rollover-counter signal and add stats propertyAleix Conchillo Flaqué2016-06-132-41/+43
* srtpdec: also check for "roc" in capsAleix Conchillo Flaqué2016-04-151-0/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-16/+16
* srtp: Fix critical warning trying to retrieve SSRC from a non fb messageSantiago Carot-Nemesio2015-10-231-1/+0
* srtpdec: skip padding when mapping RTP packetsMiguel París Díaz2015-10-161-2/+4
* Revert "srtpdec: Add support for buffer list"Sebastian Dröge2015-08-131-141/+1
* srtpenc: do not check input buffersMiguel París Díaz2015-07-241-57/+0
* srtpdec: Add config for the replay window sizeMiguel París Díaz2015-06-302-1/+66
* srtp: Allow getting ssrc of more package types than RR and SRJose Antonio Santos Cadenas2015-06-051-0/+6
* 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
* srtpdec: Actually set the caps on the srcpad instead of just calling the defa...Sebastian Dröge2015-05-061-4/+4
* srtpdec: Make sure to send caps events downstream before any segment eventsSebastian Dröge2015-04-301-0/+16
* srtpdec: Add some more debug outputSebastian Dröge2015-04-131-0/+3