2054 Commits (ac627b3d38d370027406c93c2dcaac0b1712a7d4)

Author SHA1 Message Date
Michael Niedermayer bb4ddeea5f xtea: optimize core, about 4-5% faster. 13 years ago
Mans Rullgard 8c5ed7a66a mem: fix typo in check for __ICC 13 years ago
Stefano Sabatini eab438eabb lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays() 13 years ago
Stefano Sabatini 3634441452 lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxy 13 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 13 years ago
Derek Buitenhuis 9ab538e31f random_seed: Replace a VLA with a normal array 13 years ago
Justin Ruggles 7327525997 x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 13 years ago
Ronald S. Bultje a4d71eb5c3 random_seed: Only read /dev/*random if we have unistd.h 13 years ago
Stefano Sabatini cf5629c064 lavu/opt: reindent after last commit 13 years ago
Michael Niedermayer 2bb62455c8 Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime." 13 years ago
Stefano Sabatini 29e972f67c lavu/parseutils: add av_small_strptime() 13 years ago
Stefano Sabatini 79dcd58d83 lavu/parseutils: make small_strptime() return a (non const) char * 13 years ago
Michael Niedermayer 42e63ec8dc avopt: fix examples to match the same style about default values as the actual code. 13 years ago
Michael Niedermayer 7666828c44 avopt: fix examples to match the same style about default values as the actual code. 13 years ago
Stefano Sabatini 5666a1b270 lavu/opt: support NULL and special "none" values for size and pixel format options 13 years ago
Ronald S. Bultje 4fa661a857 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 13 years ago
Martin Storsjö 686a329395 avopt: Reorder the default_val struct, making i64 the first field 13 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 13 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 13 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 13 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 13 years ago
Michael Niedermayer d83ff76ca0 intreadwrite: Dont evaluate value for AV_W* multiple times. 13 years ago
Luca Barbato a684267076 pixdesc: cosmetics 13 years ago
Diego Biurrun f82c4fb27f x86: Add convenience macros to check for CPU extensions and flags 13 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 13 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
Ronald S. Bultje ba53720280 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 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
Michael Niedermayer 4b529edff8 deprecate av_parse_cpu_flags 13 years ago
Michael Niedermayer 540bd5a95f av_parse_cpu_caps: add "mmxext" as alias for mmx2 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
Stefano Sabatini a25346e65c lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro 13 years ago
Stefano Sabatini a6d6b8a200 lavu/opt: fix crash in av_opt_next() in case the class has no options 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