2119 Commits (af3fe43d841cb16189a81968dcc589168e92af41)

Author SHA1 Message Date
Diego Biurrun c010fce6c9 parseutils-test: Drop random colors from parsing test 12 years ago
Diego Biurrun a7329e5fc2 x86: get_cpu_flags: add necessary ifdefs around function body 12 years ago
Diego Biurrun f6fbce761e x86: Drop CPU detection intrinsics 12 years ago
Diego Biurrun 1f6d86991f x86: Add YASM implementations of cpuid and xgetbv from x264 12 years ago
Diego Biurrun 54b243141e x86: cpu: Break out test for cpuid capabilities into separate function 12 years ago
Diego Biurrun cc5e9e5ff0 x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection 12 years ago
Anton Khirnov cd15b7c03d samplefmt: make av_samples_alloc() initialize the data to silence. 12 years ago
Michael Niedermayer f0fce9f33e xtea: Test inplace decryption 12 years ago
Michael Niedermayer b434500431 xtea: Fix CBC decryption when src==dst 12 years ago
Martin Storsjö ca074cc313 xtea: Factorize testing into a separate function 12 years ago
Mans Rullgard 05e209c04c Allow use of strncpy() 12 years ago
Martin Storsjö 75366a504d blowfish: Add more tests 12 years ago
Martin Storsjö 87f023f2c0 blowfish: Fix CBC decryption with dst==src 12 years ago
Martin Storsjö 0cc9a64b92 blowfish: Factorize testing into a separate function 12 years ago
Mans Rullgard 51a15ed740 ARM: use numeric ID for Tag_ABI_align_preserved 12 years ago
Mans Rullgard 1ca3b62b10 ARM: bswap: drop armcc version of av_bswap16() 12 years ago
Mans Rullgard 5e826fd65e ARM: set Tag_ABI_align_preserved in all asm files 12 years ago
Mans Rullgard 7bda4ed780 ARM: fix Thumb PIC on Apple 12 years ago
Clément Bœsch 81bbce9cf3 Move xGA font data from lavc to lavu. 12 years ago
Michael Niedermayer 64604e2679 cpu: improve av_get_cpu_flags() doxy 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Giorgio Vazzana a8cb21fd62 xtea: fix decryption with --enable-small 12 years ago
Michael Niedermayer 48154c2594 xtea: move iv decrypt handling code into xtea_crypt_ecb() 12 years ago
Michael Niedermayer a4dcdd04d7 xtea-test: test inplace decryption 12 years ago
Giorgio Vazzana 8c3ee93be5 xtea: fix CBC mode when src=dst 12 years ago
Michael Niedermayer a0321dadfd xtea-test: factorize test code 12 years ago
Nicolas George e4b1fcd474 lavu/opt: cosmetic fixes forgotten in the previous patch. 12 years ago
Nicolas George 438978fb4b opt: implement av_opt_set_from_string(). 12 years ago
Derek Buitenhuis 5ae9fa13f5 MinGW: Use our snprintf/vsnprintf when MinGW's is broken 12 years ago
Michael Niedermayer 874b9dcc4b ppc/cpu: make linux 32bit specific altivec detection depend on __linux__ 12 years ago
Mans Rullgard 8995d34972 ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code 12 years ago
Mans Rullgard cdb7db5acd ARM: align PIC offset pools to 4 bytes 12 years ago
Mans Rullgard a27a690fac ARM: swap source operands in some add instructions 12 years ago
Michael Niedermayer 270a325f0c av_des_init: suppress warning about unused parameter 12 years ago
Andrey Utkin cb3591e697 avutil: Cast AV_NOPTS_VALUE to int64_t explicitly 12 years ago
Stefano Sabatini 1ad63ff14a fate: add av_small_strptime() test to fate-parseutils 12 years ago
Stefano Sabatini 85c93d90df lavu/parseutils: fix av_small_strptime() whitespace directive parsing 12 years ago
Clément Bœsch 8b05220727 lavu/error: make error_entries static const. 12 years ago
Derek Buitenhuis d512e74dec bprint: Remove custom vsnprintf 12 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 12 years ago
Michael Niedermayer bd3977267e x86_cpu.h: newline at the end to shutup some warnings in opencc 12 years ago
Tim Walker 8919fee7d2 lavu/audioconvert: add a second low frequency channel. 12 years ago
Derek Buitenhuis 0c5fe2f0da FATE/bprint: Convert a VLA to a normal array 12 years ago
Michael Niedermayer bb4ddeea5f xtea: optimize core, about 4-5% faster. 12 years ago
Mans Rullgard 8c5ed7a66a mem: fix typo in check for __ICC 12 years ago
Stefano Sabatini eab438eabb lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays() 12 years ago
Stefano Sabatini 3634441452 lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Derek Buitenhuis 9ab538e31f random_seed: Replace a VLA with a normal array 12 years ago
Justin Ruggles 7327525997 x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 12 years ago