32 Commits (555c31de9da0ef1b4b0cea75bb7a6d6a246a1ebd)

Author SHA1 Message Date
Steven Liu 2c1cc326e9 avformat/crypto.c: remove unnecessary code 4 years ago
Andreas Rheinhardt 82bf41f3ab avformat: Replace ffurl_close() by ffurl_closep() where appropriate 5 years ago
Christian Suloway d860a3cc0a crypto: Add encryption support 8 years ago
Simon Hailes a13a81a0dc avformat/crypto: add seeking support on read 8 years ago
Simon Hailes a2fcacc880 libavformat/crypto - encourage reads of 4096 bytes 8 years ago
Martin Storsjö fab8156b2f avio: Copy URLContext generic options into child URLContexts 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 8c0ceafb0f urlprotocol: receive a list of protocols from the caller 9 years ago
Anton Khirnov 2758cdedfb lavf: reorganize URLProtocols 9 years ago
Michael Niedermayer fe3fed0b14 Update demuxers and protocols for protocol whitelist support 9 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 2d0117f816 avformat/crypto: fix key vs iv typo 10 years ago
Michael Niedermayer 24e7e0237b avformat/crypto: Use av_memdup() 10 years ago
Christian Suloway 00d4013d9f avformat/crypto: added encryption 10 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Duncan Salerno f3f35f7430 crypto should allow passing of options to the underlying protocol via the url_open2 interface 12 years ago
Martin Storsjö 12c8912de2 crypto: Remove a stray double space 12 years ago
Anton Khirnov ddffc2fdc3 avio: add support for passing options to protocols. 13 years ago
Martin Storsjö 6f1b7b3944 avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc 13 years ago
Anton Khirnov dc86ca1ab5 crypto: add decoding flag to options. 13 years ago
Martin Storsjö eaa8c1f9fe crypto: Don't manually free memory allocated via AVOptions 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Etienne Buira c8d0d8bc76 crypto: Use av_freep instead of av_free 14 years ago
Michael Niedermayer c1ad93c08c Revert "crypto: fix potential double free" 14 years ago
Etienne Buira a71bcd1a7f crypto: Use av_freep instead of av_free 14 years ago
Etienne Buira 7d89f7cbf3 crypto: fix potential double free 14 years ago
Anton Khirnov f0029cbcf6 lavf: use designated initializers for AVClasses. 14 years ago
Anton Khirnov 4a7a1b7def lavf: use designated initializers for AVClasses. 14 years ago
Martin Storsjö ac9cf2e5c4 crypto: Use av_freep instead of av_free 14 years ago
Martin Storsjö 6e4f70a8de Add a protocol handler for AES CBC decryption with PKCS7 padding 14 years ago