index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
crypto.c
Age
Commit message (
Expand
)
Author
2013-08-30
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2012-10-12
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
Michael Niedermayer
2012-10-11
Use the new aes/md5/sha/tree allocation functions
Martin Storsjö
2012-10-09
crypto should allow passing of options to the underlying protocol via the url...
Duncan Salerno
2012-08-31
crypto: Remove a stray double space
Martin Storsjö
2011-11-13
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-11-10
crypto: add decoding flag to options.
Anton Khirnov
2011-11-10
crypto: Don't manually free memory allocated via AVOptions
Martin Storsjö
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-06-08
crypto: Use av_freep instead of av_free
Etienne Buira
2011-05-17
lavf: use designated initializers for AVClasses.
Anton Khirnov
2011-04-24
crypto: Use av_freep instead of av_free
Martin Storsjö
2011-04-23
Add a protocol handler for AES CBC decryption with PKCS7 padding
Martin Storsjö