2115 Commits (c3778df2d4c05e76d28d77a2d740e435393046c9)

Author SHA1 Message Date
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
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
Michael Niedermayer f79f25e948 integer: switch to av_assert 13 years ago
Michael Niedermayer ae199ab4ae integer: fix typos in asserts 13 years ago
Clément Bœsch 4b365b0868 lavu/timecode: add av_timecode_check_frame_rate(). 13 years ago
Michael Niedermayer c794acc44e x86inc.asm: remove redundant ifdef __YASM_VER__ 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