1863 Commits (ba856c0be5599f21f241162e1f5f3f2506f3132c)

Author SHA1 Message Date
Clément Bœsch 7073174551 x86inc: put basicnop under ifdef to prevent compile failure. 13 years ago
Michael Niedermayer dc12f7d4ec x86inc: try to put amdnop under ifdef to prevent compile failure 13 years ago
Michael Niedermayer 50bfd547b9 log: fix compilation failure on mingw due to reference to undefined set_color256 13 years ago
Paul B Mahol 1842b27564 lavu: 256 color support 13 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Michael Niedermayer ec08676232 Blowfish: restructure/simplify code a bit. 13 years ago
Loren Merritt 4d4752366f x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros 13 years ago
Loren Merritt 2cd1f5cadc x86inc: modify ALIGN to not generate long nops on i586 13 years ago
Samuel Pitoiset 983db9b2b4 xtea: Make the count parameter match the documentation 13 years ago
Samuel Pitoiset e4a7fb3da3 blowfish: Make the count parameter match the documentation 13 years ago
Luca Barbato f6687bf5f8 xtea: invert branch and loop precedence 13 years ago
Luca Barbato 669bbedfa8 blowfish: invert branch and loop precedence 13 years ago
Carl Eugen Hoyos b5baad3a4c Install libavutil/version.h 13 years ago
Michael Niedermayer 1f29504204 blowfish.h: include author attribution 13 years ago
Michael Niedermayer 0713c38ea3 xtea.h: include author attribution 13 years ago
Nicolas George 7beeea8f17 error: define AVERROR_EXTERNAL. 13 years ago
Nicolas George aa39516a04 error: define AVERROR_BUFFER_TOO_SMALL. 13 years ago
Diego Biurrun 2047e40e6e Clarify Doxygen comment for FF_API_* #defines. 13 years ago
Diego Biurrun 86ab7b0f2f Create version.h headers for libraries that lack them 13 years ago
Samuel Pitoiset 8c14f7a593 Add XTEA encryption support in libavutil 13 years ago
Samuel Pitoiset bc3dbcc8e5 Add Blowfish encryption support in libavutil 13 years ago
Martin Storsjö 143f1e9203 eval: Add the isinf() function and tests for it 13 years ago
Michael Niedermayer e9757066e1 libavutil: add 12 and 14 bit planar colorspaces 13 years ago
Diego Biurrun 1a068bfefd cosmetics: Consistently use C-style comments with multiple inclusion guards 13 years ago
Reinhard Tartler 22662ca560 attributes: add av_noreturn 13 years ago
Reinhard Tartler a1641e9540 attributes: drop pointless define guards 13 years ago
Clément Bœsch 7c84e7d337 mem: heap memory poisoning. 13 years ago
Ronald S. Bultje ff8f8dfb79 intfloat: Don't use designated initializers in the public headers 13 years ago
Martin Storsjö 3893feeccd opt/eval: Include mathematics.h for NAN/INFINITY 13 years ago
Ronald S. Bultje a1245d5ca1 mathematics: Don't use division by zero in NAN/INFINITY macros 13 years ago
Mans Rullgard 889c1ec4cc x86: cpu: clean up check for cpuid instruction support 13 years ago
Mans Rullgard 62634158b7 ARM: generate position independent code to access data symbols 13 years ago
Ronald S. Bultje 4f2c846d96 attributes: Add a definition of av_always_inline for MSVC 13 years ago
Ronald S. Bultje f985113075 random_seed: Only read /dev/*random if we have unistd.h 13 years ago
Michael Niedermayer 491846e4be avutil: fix project name reference in doxy section 13 years ago
Michael Niedermayer c496224374 pixdesc: fix project reference in comment 13 years ago
Paul B Mahol 61123fb8f7 parseutils: fix sorting of colors 13 years ago
Michael Niedermayer ee7214c59a log: change color for filters from blue to bright green 13 years ago
Martin Storsjö 46df708b45 libm: Provide fallback definitions for isnan() and isinf() 13 years ago
Mans Rullgard 153335625c libm: provide fallback definition for cbrtf() using powf() 13 years ago
Stefano Sabatini e6674e46ec lavu/imgutils: create misc functions for dealing with buffers 13 years ago
yang 9b72041f80 x86/intmath.h: Fix mull operand constraints 13 years ago
Ronald S. Bultje 246154a9af log: Include io.h on windows 13 years ago
Mans Rullgard 963cdf39b4 x86: cpu: whitespace (mostly) cosmetics 13 years ago
Ronald S. Bultje 8123e0901f x86: place some inline asm under #if HAVE_INLINE_ASM 13 years ago
Michael Niedermayer eeddd3962e cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR 13 years ago
Michael Niedermayer c41899a377 lavu: split version info into version.h 13 years ago
Martin Storsjö 145a8096d5 log: Only include unistd.h if configure found it 13 years ago
Diego Biurrun 65345a5a30 x86: Add CPU flag for the i686 cmov instruction 13 years ago
Michael Niedermayer 0567715a6b qsort: flip compare direction to match libc qsort() 13 years ago