]> git.sesse.net Git - ffmpeg/history - libavformat/crypto.c
lavc: allow decoders to override frame parameters.
[ffmpeg] / libavformat / crypto.c
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-08-31 Martin Storsjöcrypto: Remove a stray double space
2011-11-13 Anton Khirnovavio: add support for passing options to protocols.
2011-11-13 Martin Storsjöavio: Add an AVIOInterruptCB parameter to ffurl_open...
2011-11-10 Anton Khirnovcrypto: add decoding flag to options.
2011-11-10 Martin Storsjöcrypto: Don't manually free memory allocated via AVOptions
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-06-08 Etienne Buiracrypto: Use av_freep instead of av_free
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-04-24 Martin Storsjöcrypto: Use av_freep instead of av_free
2011-04-22 Martin StorsjöAdd a protocol handler for AES CBC decryption with...