documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / ext / srtp / gstsrtpdec.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-03-27 Ulf Olssonsrtp: Add support for GCM (RFC 7714)
2019-03-19 Jan Alexander Stef... srtpdec: Lower severity of srtp_err_status_replay_fail
2019-03-19 Jan Alexander Stef... srtpdec: Simplify code flow handling status_key_expired
2019-03-19 Jan Alexander Stef... srtpdec: Simplify checking the unprotect error
2019-03-19 Jan Alexander Stef... srtpdec: Simplify locking in gst_srtp_dec_decode_buffer
2019-03-15 Andreas Frischsrtp: Spell 'mechanisms' right
2018-11-09 Olivier Crêtesrtpdec: Add support for MKI
2018-10-17 Olivier CrêteRevert "srtpdec: also check for "roc" in caps"
2018-05-11 Olivier Crêtesrtp: Add "roc" caps field to the gst-launch example
2018-01-29 Jan Alexander Stef... srtp: Support libsrtp2
2017-08-24 Matthew Waterssrtp: zero out session member on dealloc
2017-04-12 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2016-11-01 Vincent Penquerc'hsrtpdec: add stats readonly property, similar to srtpenc
2016-04-15 Aleix Conchillo... srtpdec: also check for "roc" in caps
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2015-10-16 Miguel París Díazsrtpdec: skip padding when mapping RTP packets
2015-08-13 Sebastian DrögeRevert "srtpdec: Add support for buffer list"
2015-06-30 Miguel París Díazsrtpdec: Add config for the replay window size
2015-05-06 Sebastian Drögesrtpdec: Actually set the caps on the srcpad instead...
2015-04-30 Sebastian Drögesrtpdec: Make sure to send caps events downstream befor...
2015-04-13 Sebastian Drögesrtpdec: Add some more debug output
2015-03-19 Jose Antonio Santo... srtpdec: Add support for buffer list
2015-03-18 Jose Antonio Santo... srtpdec: Separate buffer encoding functionality into...
2014-11-20 Aleix Conchillo... srtpdec: fix rtp/rtcp sink event memory leak
2014-10-30 Arun Raghavansrtpdec: Trivial documentation fix
2014-08-21 Youness Alaouisrtpdec: Add support for RTP/RTCP mixing if data arrive...
2014-06-03 Aleix Conchillo... srtp: add support for rollover counters and replay...
2014-05-06 Olivier Crêtesrtpdec: Don't reset stream if the key hasn't changed
2014-05-06 Olivier Crêtesrtpdec: Add "remove-key" action signal to remove a...
2014-05-06 Olivier Crêtesrtpdec: Remove unused field
2014-05-01 Olivier Crêtesrtpdec: Only clear streams if they have been created
2014-05-01 Olivier Crêtesrtpdec: Use object debug
2014-04-09 Vincent Penquerc'hsrtp: remove dead assignment
2014-02-08 Sebastian Drögesrtpdec: Fix comparison compiler warning
2014-01-03 Miguel París Díazsrtpdec: Fix GstCaps memory leak
2013-12-13 Aleix Conchillo... srtp: add 256-bit key support
2013-11-20 Olivier Crêtesrtpdec: Make sure that stream-id/caps/segment are...
2013-11-20 Olivier Crêtesrtpdec: Pass is_rtcp to setcaps function
2013-11-19 Olivier Crêtesrtp: Implement SRTCP demultiplexing
2013-08-16 Tim-Philipp Müllersrtpdec: fix buffers being dropped due to shadowed...
2013-08-12 Olivier Crêtesrtp: Let packets through without touching them if...
2013-08-12 Olivier Crêtesrtpdec: Refactor code a bit
2013-08-12 Olivier Crêtesrtpdec: Don't error on invalid packet, just drop it
2013-06-29 Olivier Crêtesrtp: Don't require a key if both auth and cipher are...
2013-06-29 Olivier Crêtesrtp: Move the enums to the common header
2013-04-10 Olivier Crêtesrtpdec: Don't stop on invalid buffer
2013-04-10 Olivier Crêtesrtpdec: Cleaner stream cleanup
2013-04-10 Olivier Crêtesrtpdec: Don't crash on invalid cipher
2013-04-08 Tim-Philipp Müllerext: printf format fixes in debug and error messages
2013-03-28 Olivier Crêtesrtp: Update example pipelines
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-03-25 Olivier Crêtesrtp: Fix filter handling in caps negotiation to keep...
2013-03-13 Olivier Crêtesrtp: Add SRTP plugin based on libsrtp