2895 Commits (82b2e9cb1d7e2c24db7d17d0c41bf1cef9a959b3)

Author SHA1 Message Date
Michael Niedermayer db75537e25 avutil/tree: allow adjusting the log level 12 years ago
Michael Niedermayer 647836608c avutil/tree: change debug output to AV_LOG_DEBUG level 12 years ago
Diego Biurrun 78b4bfdb84 Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents 12 years ago
Diego Biurrun d99a2b6d0a avutil/tree: Drop debug messages that clutter the output 12 years ago
Diego Biurrun 10db1a9bca avutil/tree: K&R formatting cosmetics 12 years ago
Diego Biurrun bf4b0ed1d5 Add missing deprecation attributes 12 years ago
Diego Biurrun 5b097399ba eval: Explicitly ignore return value of strtod() in parse_db() 12 years ago
Paul B Mahol fd84b6fd33 lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPLE_FMT too 12 years ago
Nicolas George c25d1ba556 lavu/log: print prefix after \r. 12 years ago
Michael Niedermayer 56123fc721 avutil/softfloat: remove unneeded include assert.h 12 years ago
Diego Biurrun 439902e0d6 Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ 12 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 12 years ago
Michael Niedermayer a80e622924 avcodec/avutil: Add AVColorSpace and AVColorRange to AVFrames 12 years ago
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