2736 Commits (d87f9da53c93eca0cb0fe2f7c41bb56b461a8c93)

Author SHA1 Message Date
Michael Niedermayer 0a06e6e49b av_frame_get_buffer: Do not fail when the channel layout is unknown 12 years ago
Martin Storsjö ef5b70affc configure: Check for support for labels in the inline assembly 12 years ago
Paul B Mahol 410192e369 add crc24 tables 12 years ago
Luca Barbato 73142e7533 fifo: K&R formatting cosmetics 12 years ago
Michael Niedermayer 46ad287a2a avutil/rational: avoid llrint() and rint() 12 years ago
Luca Barbato 0420c810ce log: pass the correct parameters to missing_feature_sample 12 years ago
Paul B Mahol a64248d1ec lavu/opt: show default values 12 years ago
Stefano Sabatini 5efbeae38c configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abi 12 years ago
Michael Niedermayer a478e99a60 avutil/x86: reenable ff_update_lls_avx() 12 years ago
Loren Merritt c8b920a9b7 lls/x86: use 3-operator vaddpd in ADDPD_MEM 12 years ago
Michael Niedermayer a6e46ed51a Revert "avutil/x86: disable ff_evaluate_lls_sse2() for 32bit" 12 years ago
Loren Merritt 1221bb6239 x86: lpc: fix a segfault in av_evaluate_lls_sse2() 12 years ago
Michael Niedermayer 247425241c avutil/x86: disable ff_evaluate_lls_sse2() for 32bit 12 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Carl Eugen Hoyos 6258e86d4b Drop local lable from ppc asm timer. 12 years ago
Michael Niedermayer a285079bc7 lls.asm: disable ff_update_lls_avx 12 years ago
Michael Niedermayer 0b40c50508 lls.asm: put avx code under if HAVE_AVX_EXTERNAL 12 years ago
Loren Merritt b545179fdf x86: lpc: simd av_evaluate_lls 12 years ago
Loren Merritt 502ab21af0 x86: lpc: simd av_update_lls 12 years ago
Loren Merritt 41578f70cf lpc: use function pointers, in preparation for asm 12 years ago
Loren Merritt cc6714bb16 lpc: remove "decay" argument 12 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Michael Niedermayer b6ce50a2d4 avutil/ripemd: adjust loop condition to silence CID1035716 12 years ago
Michael Niedermayer 9626d0e906 avutil/frame: Try to align width to achive linesize[0] alignment 12 years ago
James Almer 3e17eec607 lavu/adler32: Fix doxy group definition, take two 12 years ago
James Almer 4a0d603072 lavu/hash: Add support for RIPEMD 12 years ago
James Almer 99b8cd0c81 lavu: Add RIPEMD hashing 12 years ago
James Almer b6249acae6 lavu/hash: Add support for SHA-2 512 12 years ago
Paul B Mahol 8a79a009f9 lavu/utils: silence warnings about incompatible pointer types 12 years ago
Michael Niedermayer 1ba196a10d avutil/utils: check and warn about llrint() brokenness 12 years ago
James Almer c4f932f4d7 lavu/md5: Add doxy 12 years ago
James Almer 321906d341 lavu/crc: Fix doxy group definition 12 years ago
James Almer 79d9ed4a43 lavu/adler32: Fix doxy group definition 12 years ago
Michael Niedermayer fa125c5e82 avutil/timestamp: remove "" 12 years ago
James Almer 1163910a00 fate: Add test vectors for HMAC SHA and SHA-2 12 years ago
James Almer 82ef67016e lavu/hmac: Add support for SHA-2 12 years ago
Michael Niedermayer fbc472da29 avutil/mem: simplify av_reallocp_array() by using av_realloc_f() 12 years ago
Martin Storsjö fc962d4e7a mem: Add av_realloc_array and av_reallocp_array 12 years ago
Michael Niedermayer 636c2dd438 avutil/sha: reorder Maj arguments 12 years ago
Diego Biurrun f0ce1d9909 cpu: Restructure code to avoid pointless ret variable indirection 12 years ago
Michael Niedermayer 09d6beee24 avutil/sha512: Reshuffle Maj() operands 12 years ago
James Almer 682b2273e8 lavu: Add SHA-2 512 hashing 12 years ago
James Almer c485c835fe avutil/crc: Dont limit CRC32 standard tables 12 years ago
Michael Niedermayer 887d74c47e av_d2q: Add a special case for |value| > MAX and |value| < 1/MAX 12 years ago
Reimar Döffinger 4c2b3f4738 Add AV_HASH_MAX_SIZE. 12 years ago
Martin Storsjö be7952b5c3 arm: Only output eabi attributes if building for ELF 12 years ago
Michael Niedermayer 4cf7b87551 av_cpu_count: factorize "detected %d logical cores" message 12 years ago
Michael Niedermayer d480b36db4 av_d2q: Avoid llrint(), its not correctly implemented in old netbsd 12 years ago
Giorgio Vazzana 7e03886bbb avutil/md5: reindent after previous commits 12 years ago
Michael Niedermayer 64eacb839e av_d2q: fix rounding for negative values 12 years ago