1643 Commits (a862c7d3368241e72a465ab944afa38ea62a6640)

Author SHA1 Message Date
Diego Biurrun a886b279a0 x86: cosmetics: Comment some #endifs for better readability 13 years ago
Loren Merritt 7a1944b907 vf_hqdn3d: x86 asm 13 years ago
Anton Khirnov 4d7adec8bd AVOptions: store defaults for INT64 options in int64 union member. 13 years ago
Justin Ruggles 6092dafb5a lavr: x86: optimized 6-channel s16 to fltp conversion 13 years ago
Mans Rullgard 5b170c0bea x86: remove FASTDIV inline asm 13 years ago
Diego Biurrun 66baa45801 configure: Drop fastdiv option 13 years ago
Martin Storsjö 33e112847d Add more missing includes after removing the implicit common.h 13 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 13 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
Mans Rullgard 87fa05a0da ARM: intmath: use native-size return types for clipping functions 13 years ago
Mans Rullgard 6c4975eaaf libavutil: add saturating addition functions 13 years ago
Mans Rullgard 33de86db2b dict: move struct AVDictionary definition to dict.c 13 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 13 years ago
Mans Rullgard 0d735ca214 ARM: add missing "cc" clobber in av_clipl_int32_arm() 13 years ago
Mans Rullgard 54918d0394 libavutil: remove unused av_abort() macro 13 years ago
Mans Rullgard 1c4ab37c38 libavutil: drop offsetof() fallback definition 13 years ago
Mans Rullgard d913fd1f00 libavutil: drop fallback definitions of INTxx_MIN/MAX 13 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 13 years ago
Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 13 years ago
Mans Rullgard 070a402b60 x86: move MANGLE() and related macros to libavutil/x86/asm.h 13 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
Mans Rullgard ec9d2c15c1 ARM: use Q/R inline asm operand modifiers only if supported 13 years ago
Mans Rullgard edd8226795 x86: fix build with nasm 2.08 13 years ago
Mans Rullgard 180d43bc67 x86: use nop cpu directives only if supported 13 years ago
Mans Rullgard 7238265052 x86: fix rNmp macros with nasm 13 years ago
Mans Rullgard a3df4781f4 x86: add colons after labels 13 years ago
Mans Rullgard 82494835c4 rational: add av_inv_q() returning the inverse of an AVRational 13 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 13 years ago
Diego Biurrun ca844b7be9 x86: Use consistent 3dnowext function and macro name suffixes 13 years ago
Loren Merritt f8d8fe255d x86inc: clip num_args to 7 on x86-32. 13 years ago
Ronald S. Bultje 96c9cc1094 x86inc: sync to latest version from x264. 13 years ago
Justin Ruggles 79687079a9 x86: add support for fmaddps fma4 instruction with abstraction to avx/sse 13 years ago
Ronald S. Bultje 02ac28229a eval: fix printing of NaN in eval fate test. 13 years ago
Ronald S. Bultje 30b45d9c38 x86inc: automatically insert vzeroupper for YMM functions. 13 years ago
Jason Garrett-Glaser 85a3c19ed1 dsputil: x86: add SHUFFLE_MASK_W macro 13 years ago
Luca Barbato f3e5e6f05b mem: introduce av_malloc_array and av_mallocz_array 13 years ago
Janne Grunau 2d497c141d eval: add gt(), gte(), lt() and lte() fate tests 13 years ago
Max Lazarov caac3ab6ef eval: fix swapping of lt() and lte() 13 years ago
Ronald S. Bultje 183b1c2268 configure: Check for the math function rint 13 years ago
Ronald S. Bultje 358d854df8 x86/cpu: implement get/set_eflags using intrinsics 13 years ago
Ronald S. Bultje c0ee695bd7 x86/cpu: implement support for cpuid through intrinsics 13 years ago
Ronald S. Bultje 3f150ffba3 x86/cpu: implement support for xgetbv through intrinsics 13 years ago
Ronald S. Bultje f80ddd5bf7 lavu: use intrinsics for emms on systems lacking inline asm support 13 years ago
Martin Storsjö 620b1e7e98 mem: Don't abort on av_malloc(0) in debug mode 13 years ago
Ronald S. Bultje 07b287020c x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME). 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