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
2021-07-22Remove obsolete version.h inclusionsAndreas Rheinhardt
2021-04-27avutil: Switch crypto APIs to size_tAndreas Rheinhardt
2017-05-05Merge commit '00b6a765430e5c5cacf0bd1be8b318d631cd4e14'Clément Bœsch
2017-01-09hmac: Explicitly convert types at function pointer assignmentDiego Biurrun
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2015-09-05lavu/hmac: remove deprecated type idsHendrik Leppkes
2015-07-30avutil/hmac: fix API/ABI compatibility with the forkJames Almer
2015-07-29fate: add test vectors for HMAC SHA and SHA-2James Almer
2015-07-29hmac: add support for SHA-2James Almer
2015-03-31avutil/hmac: Check av_hmac_alloc() return codeMichael Niedermayer
2014-12-27avutil/hmac: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2013-08-06avutil/hmac: make const tables static constMichael Niedermayer
2013-06-12fate: Add test vectors for HMAC SHA and SHA-2James Almer
2013-06-12lavu/hmac: Add support for SHA-2James Almer
2013-05-20avutil/hmac: silence pointer type warningsMichael Niedermayer
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-16Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'Michael Niedermayer
2013-01-16lavu: Add a fate test for the HMAC APIMartin Storsjö
2013-01-15Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d'Michael Niedermayer
2013-01-15lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö