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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-21Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis
2016-04-17Merge commit '52385410b7de012c2562fb5ba8f07a4e1112c4e7'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2016-03-24testprogs: Clean up #includesDiego Biurrun
2016-03-23des-test: Move a variable declaration to avoid an ifdefDiego Biurrun
2015-10-18avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde
2015-10-17avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer
2015-08-02Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes
2015-07-31des: add av_des_alloc()James Almer
2013-09-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-10Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun
2012-12-05Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-09-19av_des_init: suppress warning about unused parameterMichael Niedermayer
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-04-02des: Fix half a dozen warningsMichael Niedermayer
2011-12-05Add coverage exclusions for test code.Reimar Döffinger
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-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-16des: fix #if conditional around P_shuffleMans Rullgard
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04des: allow unaligned input and output buffersMans Rullgard
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-07-03des: reduce number of iterations in test programMans Rullgard
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
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-08Remove/replace code disabled by major version bump.Reimar Döffinger
2009-02-03100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger
2009-02-03Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger
2009-02-03Update DES test code to use the new public API.Reimar Döffinger
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-22Avoid unused variable warning when compiling DES test program.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-04-18Fix des-test compilation.Diego Biurrun
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet