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
2013-06-16Merge branch 'crypto' of https://github.com/jamrial/FFmpegMichael Niedermayer
2013-06-16lavu: Add RIPEMD hashingJames Almer
2013-06-16lavu/hash: Add support for SHA-2 512James Almer
2013-06-16lavu/utils: silence warnings about incompatible pointer typesPaul B Mahol
2013-06-15avutil/utils: check and warn about llrint() brokennessMichael Niedermayer
2013-06-15lavu/md5: Add doxyJames Almer
2013-06-15lavu/crc: Fix doxy group definitionJames Almer
2013-06-15lavu/adler32: Fix doxy group definitionJames Almer
2013-06-13avutil/timestamp: remove ""Michael 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-06-05avutil/mem: simplify av_reallocp_array() by using av_realloc_f()Michael Niedermayer
2013-06-05Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'Michael Niedermayer
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-06-03Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer
2013-06-02avutil/sha: reorder Maj argumentsMichael Niedermayer
2013-06-02cpu: Restructure code to avoid pointless ret variable indirectionDiego Biurrun
2013-06-02avutil/sha512: Reshuffle Maj() operandsMichael Niedermayer
2013-06-02lavu: Add SHA-2 512 hashingJames Almer
2013-06-01avutil/crc: Dont limit CRC32 standard tablesJames Almer
2013-05-31av_d2q: Add a special case for |value| > MAX and |value| < 1/MAXMichael Niedermayer
2013-05-30Add AV_HASH_MAX_SIZE.Reimar Döffinger
2013-05-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-27arm: Only output eabi attributes if building for ELFMartin Storsjö
2013-05-26av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer
2013-05-26av_d2q: Avoid llrint(), its not correctly implemented in old netbsdMichael Niedermayer
2013-05-25avutil/md5: reindent after previous commitsGiorgio Vazzana
2013-05-25av_d2q: fix rounding for negative valuesMichael Niedermayer
2013-05-25av_d2q: Fix infinity checkMichael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24avutil/bprint: Fix doxygen commentsMichael Niedermayer
2013-05-24Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer
2013-05-24cpu: Include common.h for av_popcount64Martin Storsjö
2013-05-24lavu/opencl: remove semi-colon from macro.Clément Bœsch
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-22pixdesc: mark gray8 as pseudopalAnton Khirnov
2013-05-22lavu/opt: check if class is NULL tooPaul B Mahol
2013-05-21avutil/pixfmt: add forgotten deprecated to YUVJ411Michael Niedermayer
2013-05-21add YUVJ411PMichael Niedermayer
2013-05-21avutil/frame: continue to process bufs even if some are emptyXidorn Quan
2013-05-21avutil/md5: move loop inside inner functionGiorgio Vazzana
2013-05-20avutil/hmac: silence pointer type warningsMichael Niedermayer
2013-05-20md5: optimize second round by using 4-operation form of G()Giorgio Vazzana
2013-05-18Merge commit '40020e171a3549a2c0b65ce6f2649aec868872f2'Michael Niedermayer
2013-05-18Merge commit 'bc8c1cdc7bfe7b1fe56df812aabdac3de2555cec'Michael Niedermayer
2013-05-17md5: avoid unnecessary copying.Reimar Döffinger
2013-05-17doxy: add a section about versioning.Anton Khirnov
2013-05-17lavfi doxy: add a page for lavfi.Anton Khirnov
2013-05-17lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol
2013-05-16Rename ffadler to ffhash and expand it using the generic hash APIJames Almer