]> git.sesse.net Git - ffmpeg/history - libavformat/srtp.c
Ignore all generated example binaries
[ffmpeg] / libavformat / srtp.c
2016-04-07 Diego Biurrunbuild: Split test programs off into separate files
2013-04-09 Martin Storsjösrtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
2013-04-09 Andrew Van Tillavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
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