1953 Commits (469f8b1dcbacc921555af6c068db28ad3d3e5006)

Author SHA1 Message Date
Ronald S. Bultje ba53720280 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 12 years ago
Loren Merritt 7a1944b907 vf_hqdn3d: x86 asm 12 years ago
Anton Khirnov 4d7adec8bd AVOptions: store defaults for INT64 options in int64 union member. 12 years ago
Justin Ruggles 6092dafb5a lavr: x86: optimized 6-channel s16 to fltp conversion 12 years ago
Mans Rullgard 5b170c0bea x86: remove FASTDIV inline asm 12 years ago
Diego Biurrun 66baa45801 configure: Drop fastdiv option 12 years ago
Michael Niedermayer 4b529edff8 deprecate av_parse_cpu_flags 12 years ago
Michael Niedermayer 540bd5a95f av_parse_cpu_caps: add "mmxext" as alias for mmx2 12 years ago
Martin Storsjö 33e112847d Add more missing includes after removing the implicit common.h 12 years ago
Martin Storsjö 70766c2182 Add some more missing includes after removing the implicit common.h 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard 87fa05a0da ARM: intmath: use native-size return types for clipping functions 12 years ago
Mans Rullgard 6c4975eaaf libavutil: add saturating addition functions 12 years ago
Stefano Sabatini a25346e65c lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro 12 years ago
Stefano Sabatini a6d6b8a200 lavu/opt: fix crash in av_opt_next() in case the class has no options 12 years ago
Mans Rullgard 33de86db2b dict: move struct AVDictionary definition to dict.c 12 years ago
Mans Rullgard 987170cb9d dict: add av_dict_count() 12 years ago
Mans Rullgard 0d735ca214 ARM: add missing "cc" clobber in av_clipl_int32_arm() 12 years ago
Mans Rullgard 54918d0394 libavutil: remove unused av_abort() macro 12 years ago
Mans Rullgard 1c4ab37c38 libavutil: drop offsetof() fallback definition 12 years ago
Mans Rullgard d913fd1f00 libavutil: drop fallback definitions of INTxx_MIN/MAX 12 years ago
Diego Biurrun 804d7a1aa6 doxygen: Fix function parameter names to match the code 12 years ago
Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 12 years ago
Mans Rullgard 070a402b60 x86: move MANGLE() and related macros to libavutil/x86/asm.h 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Michael Niedermayer f79f25e948 integer: switch to av_assert 12 years ago
Michael Niedermayer ae199ab4ae integer: fix typos in asserts 12 years ago
Clément Bœsch 4b365b0868 lavu/timecode: add av_timecode_check_frame_rate(). 12 years ago
Michael Niedermayer c794acc44e x86inc.asm: remove redundant ifdef __YASM_VER__ 12 years ago
Mans Rullgard ec9d2c15c1 ARM: use Q/R inline asm operand modifiers only if supported 12 years ago
Mans Rullgard edd8226795 x86: fix build with nasm 2.08 12 years ago
Mans Rullgard 180d43bc67 x86: use nop cpu directives only if supported 12 years ago
Mans Rullgard 7238265052 x86: fix rNmp macros with nasm 12 years ago
Mans Rullgard a3df4781f4 x86: add colons after labels 12 years ago
Mans Rullgard 82494835c4 rational: add av_inv_q() returning the inverse of an AVRational 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Diego Biurrun ca844b7be9 x86: Use consistent 3dnowext function and macro name suffixes 12 years ago
Clément Bœsch 1f68be4764 timecode: show frame rate when invalid. 12 years ago
Stefano Sabatini a7c3720e87 lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special values 12 years ago
Nicolas George f893904469 audioconvert: add av_get_standard_channel_layout(). 12 years ago
Nicolas George 33449b1776 audioconvert: add av_get_channel_description(). 12 years ago
Nicolas George cc55470472 audioconvert: include the description of channels in the library. 12 years ago
jamal 753a1b0988 samplefmt: Fix warning about discarded qualifier 12 years ago
Loren Merritt f8d8fe255d x86inc: clip num_args to 7 on x86-32. 12 years ago
Ronald S. Bultje 96c9cc1094 x86inc: sync to latest version from x264. 12 years ago
Stefano Sabatini 7cf9aaddcd lavu/bprint: extend/clarify documentation for av_bprint_init() size_max value 12 years ago
jamal 94c3e11a6f imgutils: Fix warnings about incompatible pointer type and discarded qualifiers 12 years ago
Justin Ruggles 79687079a9 x86: add support for fmaddps fma4 instruction with abstraction to avx/sse 12 years ago
Matthieu Bouron 789f8cb03a avutil: support 50 and 60 frame rates in timecode api 12 years ago
Ronald S. Bultje 02ac28229a eval: fix printing of NaN in eval fate test. 12 years ago