summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau2012-07-141-0/+8
* eval: fix swapping of lt() and lte()Max Lazarov2012-07-141-2/+2
* configure: Check for the math function rintRonald S. Bultje2012-07-111-0/+7
* x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje2012-07-101-0/+14
* x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje2012-07-101-0/+14
* x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje2012-07-101-0/+11
* lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje2012-07-101-2/+5
* mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö2012-07-101-2/+0
* x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje2012-07-071-0/+8
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-051-4/+37
* x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-051-0/+4
* xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-051-4/+2
* blowfish: Make the count parameter match the documentationSamuel Pitoiset2012-07-051-4/+2
* xtea: invert branch and loop precedenceLuca Barbato2012-07-051-7/+12
* blowfish: invert branch and loop precedenceLuca Barbato2012-07-051-7/+13
* Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-5/+4
* Create version.h headers for libraries that lack themDiego Biurrun2012-07-043-50/+84
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-044-1/+230
* Add Blowfish encryption support in libavutilSamuel Pitoiset2012-07-044-2/+647
* eval: Add the isinf() function and tests for itMartin Storsjö2012-07-042-2/+9
* cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-031-1/+1
* attributes: add av_noreturnReinhard Tartler2012-07-031-0/+6
* attributes: drop pointless define guardsReinhard Tartler2012-07-031-22/+0
* intfloat: Don't use designated initializers in the public headersRonald S. Bultje2012-07-021-4/+8
* opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö2012-07-012-0/+2
* mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje2012-07-011-2/+3
* x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-011-20/+16
* ARM: generate position independent code to access data symbolsMans Rullgard2012-07-011-1/+72
* attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje2012-06-301-0/+2
* random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje2012-06-291-0/+8
* libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö2012-06-271-0/+21
* libm: provide fallback definition for cbrtf() using powf()Mans Rullgard2012-06-261-0/+7
* log: Include io.h on windowsRonald S. Bultje2012-06-251-0/+1
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-251-34/+36
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-253-1/+6
* log: Only include unistd.h if configure found itMartin Storsjö2012-06-241-1/+1
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-233-1/+7
* lavu: add av_usleep() functionMans Rullgard2012-06-223-2/+34
* cosmetics: do not use full path for local headersDiego Biurrun2012-06-222-2/+2
* lavu/file: include unistd.h only when availableMans Rullgard2012-06-211-0/+2