summaryrefslogtreecommitdiff
path: root/ext/dtls
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+2
2018-06-24dtls: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller3-26/+19
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-02-05dtls: drop upstream segment and stream-start eventsMatthew Waters1-0/+25
2018-02-05dtls: don't leak the system clockMatthew Waters1-3/+2
2018-02-05dtlsenc: fix typo in is-client property descriptionMatthew Waters1-1/+1
2018-02-01dtls: remove reliance on a default GMainContext/LoopMatthew Waters1-25/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-12-05dtls: Set openssl's threadid the 1.0.x wayScott D Phillips1-4/+4
2016-11-14dtlscertificate: Fix error checking in RSA_generate_key_ex() usageSebastian Dröge1-3/+4
2016-11-02dtls: Fix compiler warnings with openssl 1.1 or newerSebastian Dröge2-10/+19
2016-11-01dtls: Downgrade locking debugOlivier Crête1-1/+1
2016-10-31dtls: port to OpenSSL 1.1.0Daiki Ueno2-9/+93
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+25
2016-04-18dtsl: add some documentationRaffaele Rossi1-0/+153
2016-04-04dtls: Use unique names for internal elements to ease debuggingSantiago Carot-Nemesio2-6/+6
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM5-30/+17
2015-11-06Fix code indentationTim-Philipp Müller1-1/+2
2015-10-15dtls: Fix name conflict with openssl on win32Paul Arzelier1-0/+7
2015-10-02dtls: fix printf format on win32Polochon_street1-1/+1
2015-10-02dtls: fix printf format on win32Paul Arzelier1-2/+2
2015-09-18Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt1-0/+6
2015-06-03dtlsdec: Fix critical warning "got data flow before stream-start event"Santiago Carot-Nemesio2-6/+25
2015-05-28dtlssrtpdec: Release requested padsSantiago Carot-Nemesio1-0/+29
2015-05-28dtlsdec: Remove unnecessary ref/unref operationsSantiago Carot-Nemesio1-2/+1
2015-05-28dtlsdec: Fix release request pad functionSantiago Carot-Nemesio1-4/+2
2015-05-15dtls: Fix memory leakJose Antonio Santos Cadenas4-0/+16
2015-05-13dtlsenc: Fix memory leak releasing connection_idJose Antonio Santos Cadenas1-0/+5
2015-05-13dtlsenc: Fix memory leak while setting connection-idJose Antonio Santos Cadenas1-0/+4
2015-05-13dtlsdec: Fix memory leak, release previous pemJose Antonio Santos Cadenas1-0/+4
2015-05-13dtlsdec: Fix memory leak on disposeJose Antonio Santos Cadenas1-0/+2
2015-05-13dtlsconnection: Fix memory leak while setting closureJose Antonio Santos Cadenas1-0/+4
2015-05-07dtlssrtpdec: Don't merge RTP and RTCP streams that were just split by srtpdecSebastian Dröge2-72/+31
2015-04-13dtlsdec: Fix typoSebastian Dröge1-1/+1
2015-04-13dtlssrtpdec: Add some more debug outputSebastian Dröge1-0/+2
2015-03-19dtls: Pass the connection instance as data to the thread poolSebastian Dröge1-5/+6
2015-03-19dtls: Remove unused thread struct fieldSebastian Dröge1-7/+0
2015-03-19dtls: Use a shared thread pool for the timeoutsSebastian Dröge3-91/+100
2015-03-18dtls: Shutdown timeout thread when it's not neededSebastian Dröge1-19/+27
2015-03-18dtlsenc: Clear the queue when deactivating the padSebastian Dröge1-0/+2
2015-03-18dtlsenc: Handle pad activity states properlySebastian Dröge2-43/+32
2015-03-18dtlsenc: Don't manually activate/deactivate srcpadSebastian Dröge1-7/+9
2015-03-18dtlsenc: Use a GQueue instead of a GPtrArraySebastian Dröge2-15/+12
2015-03-18dtlsdec: Fix lockingSebastian Dröge1-22/+38
2015-03-18dtlsdec: Add support for buffer listsSebastian Dröge1-13/+79
2015-03-18dtls: Fix some search & replace mistakes from renaming the elementsSebastian Dröge9-55/+55
2015-03-17dtls: Initialize debug category earlierSebastian Dröge1-3/+4
2015-03-16dtls: make sure we actually log into the right debug categoryTim-Philipp Müller3-15/+5
2015-03-16dtls: fix some more compiler warningsTim-Philipp Müller2-10/+21
2015-03-16dtls: Unconditionally use GStreamer debug log systemSebastian Dröge7-172/+106