index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
srtp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-23
srtp: Fix critical warning trying to retrieve SSRC from a non fb message
Santiago Carot-Nemesio
1
-1
/
+0
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-07-24
srtpenc: do not check input buffers
Miguel París Díaz
1
-57
/
+0
2015-06-30
srtpdec: Add config for the replay window size
Miguel París Díaz
2
-1
/
+66
2015-06-05
srtp: Allow getting ssrc of more package types than RR and SR
Jose Antonio Santos Cadenas
1
-0
/
+6
2015-05-13
srtpenc: fix failure return values from create_session()
Tim-Philipp Müller
1
-2
/
+2
2015-05-13
srtpenc: fix over unlocking
Miguel París Díaz
1
-2
/
+0
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-19
srtpenc: Do not drop all buffers in buffer list if one fails
Jose Antonio Santos Cadenas
1
-24
/
+66
2015-03-18
srtpdec: Separate buffer encoding functionality into a different function
Jose Antonio Santos Cadenas
1
-30
/
+52
2015-03-18
srtpenc: Add support for buffer list
Jose Antonio Santos Cadenas
1
-1
/
+104
2015-03-18
srtpenc: Add missing locks
Jose Antonio Santos Cadenas
1
-11
/
+21
2015-03-18
srtpenc: Split chain functionality so it can be reused for buffer list
Jose Antonio Santos Cadenas
1
-41
/
+84
2015-03-17
srtpenc: Improve memory management on chain function
Jose Antonio Santos Cadenas
1
-7
/
+4
2015-03-17
srtpenc: Fix typo in log
Jose Antonio Santos Cadenas
1
-1
/
+1
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-18
gstsrtpenc: unref event when needed
Miguel París Díaz
1
-0
/
+1
2014-06-18
srtpenc: improve property comments
Wim Taymans
1
-2
/
+5
2014-06-18
gstsrtpenc: add allow-repeat-tx property
Miguel París Díaz
2
-1
/
+17
2014-06-03
srtp: add support for rollover counters and replay protection window size
Aleix Conchillo Flaqué
4
-3
/
+107
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
2
-2
/
+23
2014-05-06
srtpenc: Use %u in templates to match rtpbin
Olivier Crête
1
-12
/
+12
2014-05-06
srtpdec: Remove unused field
Olivier Crête
1
-1
/
+0
2014-05-02
srtpenc: Add config for the replay window size
Olivier Crête
2
-1
/
+20
2014-05-02
srtpenc: Remove unused object members
Olivier Crête
1
-5
/
+0
2014-05-02
srtpenc: Remove useless structure
Olivier Crête
1
-73
/
+41
2014-05-02
srtpenc: Remove ssrc parsing from stream
Olivier Crête
1
-12
/
+10
2014-05-02
srtpenc: Remove SSRC from signal, it's meaningless
Olivier Crête
1
-3
/
+2
2014-05-02
srtpenc: Set the SRTP key as a shared key for all SSRCs
Olivier Crête
2
-34
/
+15
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-12
srtpdec: fix assertion checking ssrc from rtcp packets
Aleix Conchillo Flaqué
1
-2
/
+5
2014-04-09
srtp: remove dead assignment
Vincent Penquerc'h
1
-1
/
+1
2014-03-25
srtpenc: unlock object lock before posting error
Wim Taymans
1
-21
/
+12
2014-03-01
srtpenc: unref caps after gst_query_set_caps_result
Aleix Conchillo Flaqué
1
-0
/
+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é
4
-21
/
+85
2013-11-19
srtpenc: Set the first session flag to false once one is create
Olivier Crête
1
-0
/
+2
2013-11-19
srtpdec: Make sure that stream-id/caps/segment are sent before buffers
Olivier Crête
2
-12
/
+108
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
[next]