summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard2012-09-21
* ARM: align PIC offset pools to 4 bytesMans Rullgard2012-09-21
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-20
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-12
* mem: fix typo in check for __ICCMans Rullgard2012-09-10
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-07
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-05
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-05
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* pixdesc: cosmeticsLuca Barbato2012-09-04
* x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-04
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
* lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-23
* x86: remove FASTDIV inline asmMans Rullgard2012-08-22
* configure: Drop fastdiv optionDiego Biurrun2012-08-22
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* ARM: intmath: use native-size return types for clipping functionsMans Rullgard2012-08-13
* libavutil: add saturating addition functionsMans Rullgard2012-08-13
* dict: move struct AVDictionary definition to dict.cMans Rullgard2012-08-10
* dict: add av_dict_count()Mans Rullgard2012-08-10
* ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard2012-08-10
* libavutil: remove unused av_abort() macroMans Rullgard2012-08-09
* libavutil: drop offsetof() fallback definitionMans Rullgard2012-08-09
* libavutil: drop fallback definitions of INTxx_MIN/MAXMans Rullgard2012-08-09
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard2012-08-07
* x86: fix build with nasm 2.08Mans Rullgard2012-08-07
* x86: use nop cpu directives only if supportedMans Rullgard2012-08-07
* x86: fix rNmp macros with nasmMans Rullgard2012-08-07
* x86: add colons after labelsMans Rullgard2012-08-07
* rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-05
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86inc: clip num_args to 7 on x86-32.Loren Merritt2012-07-28
* x86inc: sync to latest version from x264.Ronald S. Bultje2012-07-28