Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-17avutil/des: Add doxy for missing argumentsMarvin Scholz
2015-10-17avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer
2015-09-07Merge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c'Hendrik Leppkes
2015-08-31des: Add missing includeVittorio Giovara
2015-08-02Merge commit '3e853ff7acc56b180950ab39e7282f1b938c8784'Hendrik Leppkes
2015-08-02Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes
2015-07-31des: extend av_des_init() doxyJames Almer
2015-07-31des: add av_des_alloc()James Almer
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2009-02-03Add support for 3DES to DES moduleReimar Döffinger
2009-02-03Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-03-19add missing #include "common.h" to libavutil headersMåns Rullgård
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng
2008-02-26This header just needs stdint.h, not inttypes.h, which is a superset ofPeter Ross
2007-11-24Add missing #includes to fix 'make checkheaders'.Diego Biurrun
2007-10-20Document ff_des_encdecReimar Döffinger
2007-10-19cosmetics: Add #endif comment.Diego Biurrun
2007-10-19Add support for DES en- and decryption.Reimar Döffinger