summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-11/+12
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun9-11/+12
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer34-105/+20
2012-12-04Remove pointless #undefs of previously forbidden functions.Anton Khirnov28-57/+0
2012-09-19av_des_init: suppress warning about unused parameterMichael Niedermayer1-1/+1
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-20Use av_gettime() in various placesMans Rullgard4-35/+13
2012-04-02des: Fix half a dozen warningsMichael Niedermayer1-4/+4
2011-12-05Add coverage exclusions for test code.Reimar Döffinger5-0/+12
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer22-173/+644
2011-09-21des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2-3/+21
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer150-2033/+1488
2011-07-16des: fix #if conditional around P_shuffleMans Rullgard1-1/+1
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-351/+1614
2011-07-04des: allow unaligned input and output buffersMans Rullgard1-4/+4
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2-3/+3
2011-07-03des: reduce number of iterations in test programMans Rullgard1-1/+1
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-10Add av_ prefix to bswap macrosMåns Rullgård51-175/+175
2010-07-10bswap: change ME to NE in macro namesMåns Rullgård27-124/+124
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun7-26/+28
2009-03-08Remove/replace code disabled by major version bump.Reimar Döffinger1-11/+3
2009-02-03100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger1-1/+0
2009-02-03Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger1-1/+36
2009-02-03Update DES test code to use the new public API.Reimar Döffinger1-7/+24
2009-02-03Add support for 3DES to DES moduleReimar Döffinger2-3/+15
2009-02-03Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger5-24/+125
2009-01-21Avoid unused variable warning when compiling DES test program.Diego Biurrun1-1/+4
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-04-18Fix des-test compilation.Diego Biurrun1-0/+3
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng13-55/+79
2008-03-18revert r12489.Benoit Fouet13-78/+55
2008-03-18Pure, const and malloc attributes to libavutil.Zuxy Meng13-55/+78
2007-10-19Add support for DES en- and decryption.Reimar Döffinger3-0/+358