1566 Commits (5e1bbb8c7e7008151b36ab0ba253466f3fae64ef)

Author SHA1 Message Date
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
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 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
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 12 years ago
Tim Walker 8919fee7d2 lavu/audioconvert: add a second low frequency channel. 12 years ago
Mans Rullgard 8c5ed7a66a mem: fix typo in check for __ICC 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Justin Ruggles 7327525997 x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 12 years ago
Michael Niedermayer 42e63ec8dc avopt: fix examples to match the same style about default values as the actual code. 12 years ago
Ronald S. Bultje 4fa661a857 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 12 years ago
Martin Storsjö 686a329395 avopt: Reorder the default_val struct, making i64 the first field 12 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Luca Barbato a684267076 pixdesc: cosmetics 12 years ago
Diego Biurrun f82c4fb27f x86: Add convenience macros to check for CPU extensions and flags 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 13 years ago
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