summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-27
* eval: fix printing of NaN in eval fate test.Ronald S. Bultje2012-07-26
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-22
* mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato2012-07-14
* eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2012-07-14
* eval: fix swapping of lt() and lte()Max Lazarov2012-07-14
* configure: Check for the math function rintRonald S. Bultje2012-07-11
* x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje2012-07-10
* x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje2012-07-10
* x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje2012-07-10
* lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje2012-07-10
* mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö2012-07-10
* x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje2012-07-07
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
* x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-05
* xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
* blowfish: Make the count parameter match the documentationSamuel Pitoiset2012-07-05
* xtea: invert branch and loop precedenceLuca Barbato2012-07-05
* blowfish: invert branch and loop precedenceLuca Barbato2012-07-05
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-04
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-04
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-04
* Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-04
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-04