]> git.sesse.net Git - ffmpeg/history - libavformat/srtp.c
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
[ffmpeg] / libavformat / srtp.c
2013-01-20 Martin Storsjösrtp: Move a variable to a local scope
2013-01-20 Martin Storsjösrtp: Add tests for the crypto suite with 32/80 bit...
2013-01-20 Martin Storsjösrtp: cosmetics: Use fewer lines for the test vectors
2013-01-20 Martin Storsjösrtp: Don't require more input data than what actually...
2013-01-20 Martin Storsjösrtp: Improve the minimum encryption buffer size check
2013-01-20 Martin Storsjösrtp: Add support for a few DTLS-SRTP related crypto...
2013-01-20 Martin Storsjörtpdec/srtp: Handle CSRC fields being present
2013-01-15 Martin Storsjösrtp: Mark a few variables as uninitialized
2013-01-15 Martin Storsjölavf: Add a fate test for the SRTP functions
2013-01-15 Martin Storsjölavf: Add functions for SRTP decryption/encryption