index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
srtp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
Martin Storsjö
2013-04-09
1
-0
/
+1
*
lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
Andrew Van Til
2013-04-09
1
-2
/
+2
*
srtp: Move a variable to a local scope
Martin Storsjö
2013-01-21
1
-2
/
+2
*
srtp: Add tests for the crypto suite with 32/80 bit HMAC
Martin Storsjö
2013-01-21
1
-0
/
+32
*
srtp: cosmetics: Use fewer lines for the test vectors
Martin Storsjö
2013-01-21
1
-22
/
+8
*
srtp: Don't require more input data than what actually is needed
Martin Storsjö
2013-01-21
1
-2
/
+6
*
srtp: Improve the minimum encryption buffer size check
Martin Storsjö
2013-01-21
1
-6
/
+10
*
srtp: Add support for a few DTLS-SRTP related crypto suites
Martin Storsjö
2013-01-21
1
-11
/
+21
*
rtpdec/srtp: Handle CSRC fields being present
Martin Storsjö
2013-01-21
1
-1
/
+14
*
srtp: Mark a few variables as uninitialized
Martin Storsjö
2013-01-15
1
-2
/
+2
*
lavf: Add a fate test for the SRTP functions
Martin Storsjö
2013-01-15
1
-0
/
+129
*
lavf: Add functions for SRTP decryption/encryption
Martin Storsjö
2013-01-15
1
-0
/
+293