documentation: fixed a heap o' typos
[platform/upstream/gstreamer.git] / ext / srtp / gstsrtpenc.c
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-10-25 Julien Isorcesrtpenc: also insert ssrc(s) from rtp buffers
2019-03-27 Ulf Olssonsrtp: Add support for GCM (RFC 7714)
2019-03-15 Andreas Frischsrtp: Spell 'mechanisms' right
2018-11-09 Olivier Crêtesrtpenc: Add support for adding a MKI
2018-05-04 Jan Schmidtsrtpenc: Handle session object disappearing
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-09-06 Philippe Normandsrtpenc: prevent deadlock in create_session
2016-06-13 Aleix Conchillo... srtpenc: remove get-rollover-counter signal and add...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2015-07-24 Miguel París Díazsrtpenc: do not check input buffers
2015-05-13 Tim-Philipp Müllersrtpenc: fix failure return values from create_session()
2015-05-13 Miguel París Díazsrtpenc: fix over unlocking
2015-03-19 Jose Antonio Santo... srtpenc: Do not drop all buffers in buffer list if...
2015-03-18 Jose Antonio Santo... srtpenc: Add support for buffer list
2015-03-18 Jose Antonio Santo... srtpenc: Add missing locks
2015-03-18 Jose Antonio Santo... srtpenc: Split chain functionality so it can be reused...
2015-03-17 Jose Antonio Santo... srtpenc: Improve memory management on chain function
2015-03-17 Jose Antonio Santo... srtpenc: Fix typo in log
2014-06-18 Miguel París Díazgstsrtpenc: unref event when needed
2014-06-18 Wim Taymanssrtpenc: improve property comments
2014-06-18 Miguel París Díazgstsrtpenc: add allow-repeat-tx property
2014-06-03 Aleix Conchillo... srtp: add support for rollover counters and replay...
2014-05-06 Olivier Crêtesrtpenc: Use %u in templates to match rtpbin
2014-05-02 Olivier Crêtesrtpenc: Add config for the replay window size
2014-05-02 Olivier Crêtesrtpenc: Remove useless structure
2014-05-02 Olivier Crêtesrtpenc: Remove ssrc parsing from stream
2014-05-02 Olivier Crêtesrtpenc: Remove SSRC from signal, it's meaningless
2014-05-02 Olivier Crêtesrtpenc: Set the SRTP key as a shared key for all SSRCs
2014-03-25 Wim Taymanssrtpenc: unlock object lock before posting error
2014-03-01 Aleix Conchillo... srtpenc: unref caps after gst_query_set_caps_result
2013-12-13 Aleix Conchillo... srtp: add 256-bit key support
2013-11-20 Olivier Crêtesrtpenc: Set the first session flag to false once one...
2013-08-12 Olivier Crêtesrtp: Let packets through without touching them if...
2013-06-29 Olivier Crêtesrtp: Don't require a key if both auth and cipher are...
2013-06-29 Olivier Crêtesrtp: Remove unused code
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-15 Jose Antonio Santo... srtp: fix compilation warning returning NULL in case...
2013-03-13 Olivier Crêtesrtp: Add SRTP plugin based on libsrtp