summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann145-580/+580
2012-10-12Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'Michael Niedermayer18-25/+99
2012-10-11Use the new aes/md5/sha/tree allocation functionsMartin Storsjö7-7/+7
2012-10-09crypto should allow passing of options to the underlying protocol via the url...Duncan Salerno1-3/+3
2012-08-31crypto: Remove a stray double spaceMartin Storsjö1-1/+1
2011-11-13avio: add support for passing options to protocols.Anton Khirnov18-38/+98
2011-11-13avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_allocMartin Storsjö18-40/+67
2011-11-10crypto: add decoding flag to options.Anton Khirnov1-2/+3
2011-11-10crypto: Don't manually free memory allocated via AVOptionsMartin Storsjö1-6/+1
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov56-787/+798
2011-06-08crypto: Use av_freep instead of av_freeEtienne Buira1-2/+2
2011-05-17lavf: use designated initializers for AVClasses.Anton Khirnov7-14/+34
2011-04-24crypto: Use av_freep instead of av_freeMartin Storsjö1-3/+3
2011-04-22Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö3-0/+172