summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-123-1/+3
* mem: fix typo in check for __ICCMans Rullgard2012-09-101-1/+1
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-4/+3
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-071-3/+3
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-051-0/+3
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-042-2/+2
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-9/+5
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-042-4/+5
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-042-29/+30
* pixdesc: cosmeticsLuca Barbato2012-09-041-12/+18
* x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-041-0/+57
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-5/+5
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-2/+2
* vf_hqdn3d: x86 asmLoren Merritt2012-08-261-0/+1
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-5/+6
* lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-231-0/+12
* x86: remove FASTDIV inline asmMans Rullgard2012-08-222-39/+0
* configure: Drop fastdiv optionDiego Biurrun2012-08-221-5/+1
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-152-0/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-1521-2/+28
* ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-131-5/+5
* libavutil: add saturating addition functionsMans Rullgard2012-08-132-0/+45
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-102-5/+5
* dict: add av_dict_count()Mans Rullgard2012-08-103-2/+15
* ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-101-1/+1
* libavutil: remove unused av_abort() macroMans Rullgard2012-08-091-4/+0
* libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-091-4/+0
* libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-091-32/+0
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-091-2/+2
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-091-16/+0
* x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-092-12/+12
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-092-4/+4
* ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard2012-08-072-0/+8
* x86: fix build with nasm 2.08Mans Rullgard2012-08-071-11/+7
* x86: use nop cpu directives only if supportedMans Rullgard2012-08-071-3/+9
* x86: fix rNmp macros with nasmMans Rullgard2012-08-071-2/+2
* x86: add colons after labelsMans Rullgard2012-08-071-2/+2
* rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-051-0/+11
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-034-7/+12
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-031-1/+1
* x86inc: clip num_args to 7 on x86-32.Loren Merritt2012-07-281-0/+3
* x86inc: sync to latest version from x264.Ronald S. Bultje2012-07-281-92/+124
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-271-5/+11
* eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-261-1/+4
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-262-13/+12
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-0/+12
* mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato2012-07-142-3/+36
OpenPOWER on IntegriCloud