summaryrefslogtreecommitdiff
path: root/ext/dtls
Commit message (Expand)AuthorAgeFilesLines
* dtls: Fix name conflict with openssl on win32Paul Arzelier2015-10-171-0/+7
* dtls: fix printf format on win32Polochon_street2015-10-051-1/+1
* dtls: fix printf format on win32Paul Arzelier2015-10-051-2/+2
* Don't throw compiler warnings with G_DISABLE_ASSERTJan Schmidt2015-09-181-0/+6
* dtlsdec: Fix critical warning "got data flow before stream-start event"Santiago Carot-Nemesio2015-06-032-6/+25
* dtlssrtpdec: Release requested padsSantiago Carot-Nemesio2015-05-281-0/+29
* dtlsdec: Remove unnecessary ref/unref operationsSantiago Carot-Nemesio2015-05-281-2/+1
* dtlsdec: Fix release request pad functionSantiago Carot-Nemesio2015-05-281-4/+2
* dtls: Fix memory leakJose Antonio Santos Cadenas2015-05-154-0/+16
* dtlsenc: Fix memory leak releasing connection_idJose Antonio Santos Cadenas2015-05-131-0/+5
* dtlsenc: Fix memory leak while setting connection-idJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlsdec: Fix memory leak, release previous pemJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlsdec: Fix memory leak on disposeJose Antonio Santos Cadenas2015-05-131-0/+2
* dtlsconnection: Fix memory leak while setting closureJose Antonio Santos Cadenas2015-05-131-0/+4
* dtlssrtpdec: Don't merge RTP and RTCP streams that were just split by srtpdecSebastian Dröge2015-05-072-72/+31
* dtlsdec: Fix typoSebastian Dröge2015-04-131-1/+1
* dtlssrtpdec: Add some more debug outputSebastian Dröge2015-04-131-0/+2
* dtls: Pass the connection instance as data to the thread poolSebastian Dröge2015-03-191-5/+6
* dtls: Remove unused thread struct fieldSebastian Dröge2015-03-191-7/+0
* dtls: Use a shared thread pool for the timeoutsSebastian Dröge2015-03-193-91/+100
* dtls: Shutdown timeout thread when it's not neededSebastian Dröge2015-03-181-19/+27
* dtlsenc: Clear the queue when deactivating the padSebastian Dröge2015-03-181-0/+2
* dtlsenc: Handle pad activity states properlySebastian Dröge2015-03-182-43/+32
* dtlsenc: Don't manually activate/deactivate srcpadSebastian Dröge2015-03-181-7/+9
* dtlsenc: Use a GQueue instead of a GPtrArraySebastian Dröge2015-03-182-15/+12
* dtlsdec: Fix lockingSebastian Dröge2015-03-181-22/+38
* dtlsdec: Add support for buffer listsSebastian Dröge2015-03-181-13/+79
* dtls: Fix some search & replace mistakes from renaming the elementsSebastian Dröge2015-03-189-55/+55
* dtls: Initialize debug category earlierSebastian Dröge2015-03-171-3/+4
* dtls: make sure we actually log into the right debug categoryTim-Philipp Müller2015-03-163-15/+5
* dtls: fix some more compiler warningsTim-Philipp Müller2015-03-162-10/+21
* dtls: Unconditionally use GStreamer debug log systemSebastian Dröge2015-03-167-172/+106
* dtls: Re-namespace from Er to GstSebastian Dröge2015-03-1620-645/+622
* dtls: Fix some compiler warningsSebastian Dröge2015-03-161-3/+4
* dtls: Fix indentionSebastian Dröge2015-03-1610-2504/+2741
* dtls: Add new DTLS pluginSebastian Dröge2015-03-1621-0/+4646