index
:
~slomo/gst-plugins-bad
0.10
audiomixer
dash-take2
decklink-rewrite
decklink2
eagl
instant-rate-change
jp2decimator
master
musepack
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
srtp
/
gstsrtpdec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
srtp: zero out session member on dealloc
Matthew Waters
1
-1
/
+3
2017-04-12
docs: Port all docstring to gtk-doc markdown
Thibault Saunier
1
-3
/
+3
2016-11-01
srtpdec: add stats readonly property, similar to srtpenc
Vincent Penquerc'h
1
-1
/
+43
2016-04-15
srtpdec: also check for "roc" in caps
Aleix Conchillo Flaqué
1
-0
/
+1
2016-03-24
bad: use new gst_element_class_add_static_pad_template()
Vineeth TM
1
-8
/
+8
2015-10-16
srtpdec: skip padding when mapping RTP packets
Miguel París Díaz
1
-2
/
+4
2015-08-13
Revert "srtpdec: Add support for buffer list"
Sebastian Dröge
1
-141
/
+1
2015-06-30
srtpdec: Add config for the replay window size
Miguel París Díaz
1
-1
/
+64
2015-05-06
srtpdec: Actually set the caps on the srcpad instead of just calling the defa...
Sebastian Dröge
1
-4
/
+4
2015-04-30
srtpdec: Make sure to send caps events downstream before any segment events
Sebastian Dröge
1
-0
/
+16
2015-04-13
srtpdec: Add some more debug output
Sebastian Dröge
1
-0
/
+3
2015-03-19
srtpdec: Add support for buffer list
Jose Antonio Santos Cadenas
1
-1
/
+141
2015-03-18
srtpdec: Separate buffer encoding functionality into a different function
Jose Antonio Santos Cadenas
1
-30
/
+52
2014-11-20
srtpdec: fix rtp/rtcp sink event memory leak
Aleix Conchillo Flaqué
1
-2
/
+8
2014-10-30
srtpdec: Trivial documentation fix
Arun Raghavan
1
-1
/
+1
2014-08-21
srtpdec: Add support for RTP/RTCP mixing if data arrives on RTCP pad
Youness Alaoui
1
-10
/
+8
2014-06-03
srtp: add support for rollover counters and replay protection window size
Aleix Conchillo Flaqué
1
-3
/
+54
2014-05-06
srtpdec: Don't reset stream if the key hasn't changed
Olivier Crête
1
-10
/
+36
2014-05-06
srtpdec: Add "remove-key" action signal to remove a single key
Olivier Crête
1
-2
/
+22
2014-05-06
srtpdec: Remove unused field
Olivier Crête
1
-1
/
+0
2014-05-01
srtpdec: Only clear streams if they have been created
Olivier Crête
1
-2
/
+2
2014-05-01
srtpdec: Use object debug
Olivier Crête
1
-1
/
+1
2014-04-09
srtp: remove dead assignment
Vincent Penquerc'h
1
-1
/
+1
2014-02-08
srtpdec: Fix comparison compiler warning
Sebastian Dröge
1
-2
/
+2
2014-01-03
srtpdec: Fix GstCaps memory leak
Miguel París Díaz
1
-0
/
+1
2013-12-13
srtp: add 256-bit key support
Aleix Conchillo Flaqué
1
-4
/
+4
2013-11-19
srtpdec: Make sure that stream-id/caps/segment are sent before buffers
Olivier Crête
1
-12
/
+105
2013-11-19
srtpdec: Pass is_rtcp to setcaps function
Olivier Crête
1
-1
/
+1
2013-11-19
srtp: Implement SRTCP demultiplexing
Olivier Crête
1
-12
/
+22
2013-08-16
srtpdec: fix buffers being dropped due to shadowed variable
Tim-Philipp Müller
1
-2
/
+1
2013-08-12
srtp: Let packets through without touching them if no crypto or auth is set
Olivier Crête
1
-0
/
+6
2013-08-12
srtpdec: Refactor code a bit
Olivier Crête
1
-26
/
+31
2013-08-12
srtpdec: Don't error on invalid packet, just drop it
Olivier Crête
1
-4
/
+5
2013-06-28
srtp: Don't require a key if both auth and cipher are null
Olivier Crête
1
-12
/
+23
2013-06-28
srtp: Move the enums to the common header
Olivier Crête
1
-4
/
+4
2013-04-09
srtpdec: Don't stop on invalid buffer
Olivier Crête
1
-1
/
+1
2013-04-09
srtpdec: Cleaner stream cleanup
Olivier Crête
1
-7
/
+10
2013-04-09
srtpdec: Don't crash on invalid cipher
Olivier Crête
1
-0
/
+7
2013-04-08
ext: printf format fixes in debug and error messages
Tim-Philipp Müller
1
-2
/
+3
2013-03-28
srtp: Update example pipelines
Olivier Crête
1
-4
/
+9
2013-03-25
srtp: Fix filter handling in caps negotiation to keep filter content
Olivier Crête
1
-0
/
+10
2013-03-12
srtp: Add SRTP plugin based on libsrtp
Olivier Crête
1
-0
/
+965