summaryrefslogtreecommitdiff
path: root/libavformat/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Use av_freep instead of av_freeEtienne Buira2011-06-091-2/+2
* Revert "crypto: fix potential double free"Michael Niedermayer2011-06-091-2/+4
* crypto: fix potential double freeEtienne Buira2011-06-081-4/+2
* lavf: use designated initializers for AVClasses.Anton Khirnov2011-04-291-1/+4
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-241-3/+3
* Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö2011-04-231-0/+170