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-07-03configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abiStefano Sabatini
2013-07-02avutil/x86: reenable ff_update_lls_avx()Michael Niedermayer
2013-07-02Merge commit 'c8b920a9b7fa534a6141695ace4e8c2dfcd56cee'Michael Niedermayer
2013-07-02lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt
2013-07-01Revert "avutil/x86: disable ff_evaluate_lls_sse2() for 32bit"Michael Niedermayer
2013-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-30Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2013-06-30avutil/x86: disable ff_evaluate_lls_sse2() for 32bitMichael Niedermayer
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos
2013-06-30Drop local lable from ppc asm timer.Carl Eugen Hoyos
2013-06-30Merge commit 'b545179fdff1ccfbbb9d422e4e9720cb6c6d9191'Michael Niedermayer
2013-06-30lls.asm: disable ff_update_lls_avxMichael Niedermayer
2013-06-30lls.asm: put avx code under if HAVE_AVX_EXTERNALMichael Niedermayer
2013-06-30Merge commit '502ab21af0ca68f76d6112722c46d2f35c004053'Michael Niedermayer
2013-06-30Merge commit '41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2'Michael Niedermayer
2013-06-30Merge commit 'cc6714bb16b1f0716ba43701d47273dbe9657b8b'Michael Niedermayer
2013-06-29x86: lpc: simd av_evaluate_llsLoren Merritt
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-06-22avutil/ripemd: adjust loop condition to silence CID1035716Michael Niedermayer
2013-06-18avutil/frame: Try to align width to achive linesize[0] alignmentMichael Niedermayer
2013-06-16lavu/adler32: Fix doxy group definition, take twoJames Almer
2013-06-16lavu/hash: Add support for RIPEMDJames Almer
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ö