fix mem leak (patch from upstream)
[platform/upstream/gstreamer.git] / ext / dtls /
2015-11-26 Eunhae ChoiMerge remote-tracking branch 'remotes/origin/upstream...
2015-10-17 Paul Arzelierdtls: Fix name conflict with openssl on win32
2015-10-05 Polochon_streetdtls: fix printf format on win32
2015-10-05 Paul Arzelierdtls: fix printf format on win32
2015-09-17 Jan SchmidtDon't throw compiler warnings with G_DISABLE_ASSERT
2015-06-03 Santiago Carot-Nemesiodtlsdec: Fix critical warning "got data flow before...
2015-05-28 Santiago Carot-Nemesiodtlssrtpdec: Release requested pads
2015-05-28 Santiago Carot-Nemesiodtlsdec: Remove unnecessary ref/unref operations
2015-05-28 Santiago Carot-Nemesiodtlsdec: Fix release request pad function
2015-05-15 Jose Antonio Santo... dtls: Fix memory leak
2015-05-13 Jose Antonio Santo... dtlsenc: Fix memory leak releasing connection_id
2015-05-13 Jose Antonio Santo... dtlsenc: Fix memory leak while setting connection-id
2015-05-13 Jose Antonio Santo... dtlsdec: Fix memory leak, release previous pem
2015-05-13 Jose Antonio Santo... dtlsdec: Fix memory leak on dispose
2015-05-13 Jose Antonio Santo... dtlsconnection: Fix memory leak while setting closure
2015-05-07 Sebastian Drögedtlssrtpdec: Don't merge RTP and RTCP streams that...
2015-04-13 Sebastian Drögedtlsdec: Fix typo
2015-04-13 Sebastian Drögedtlssrtpdec: Add some more debug output
2015-03-19 Sebastian Drögedtls: Pass the connection instance as data to the threa...
2015-03-19 Sebastian Drögedtls: Remove unused thread struct field
2015-03-19 Sebastian Drögedtls: Use a shared thread pool for the timeouts
2015-03-18 Sebastian Drögedtls: Shutdown timeout thread when it's not needed
2015-03-18 Sebastian Drögedtlsenc: Clear the queue when deactivating the pad
2015-03-18 Sebastian Drögedtlsenc: Handle pad activity states properly
2015-03-18 Sebastian Drögedtlsenc: Don't manually activate/deactivate srcpad
2015-03-18 Sebastian Drögedtlsenc: Use a GQueue instead of a GPtrArray
2015-03-18 Sebastian Drögedtlsdec: Fix locking
2015-03-18 Sebastian Drögedtlsdec: Add support for buffer lists
2015-03-18 Sebastian Drögedtls: Fix some search & replace mistakes from renaming...
2015-03-17 Sebastian Drögedtls: Initialize debug category earlier
2015-03-16 Tim-Philipp Müllerdtls: make sure we actually log into the right debug...
2015-03-16 Tim-Philipp Müllerdtls: fix some more compiler warnings
2015-03-16 Sebastian Drögedtls: Unconditionally use GStreamer debug log system
2015-03-16 Sebastian Drögedtls: Re-namespace from Er to Gst
2015-03-16 Sebastian Drögedtls: Fix some compiler warnings
2015-03-16 Sebastian Drögedtls: Fix indention
2015-03-16 Sebastian Drögedtls: Add new DTLS plugin