Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-08-09x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard
2012-08-07x86: fix build with nasm 2.08Mans Rullgard
2012-08-07x86: use nop cpu directives only if supportedMans Rullgard
2012-08-07x86: fix rNmp macros with nasmMans Rullgard
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-05rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-07-28x86inc: clip num_args to 7 on x86-32.Loren Merritt
2012-07-28x86inc: sync to latest version from x264.Ronald S. Bultje
2012-07-27x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles
2012-07-27eval: fix printing of NaN in eval fate test.Ronald S. Bultje
2012-07-27x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov
2012-07-11configure: Check for the math function rintRonald S. Bultje
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-07-10mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö
2012-07-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
2012-07-05xtea: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05blowfish: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05xtea: invert branch and loop precedenceLuca Barbato
2012-07-05blowfish: invert branch and loop precedenceLuca Barbato
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset
2012-07-04Add Blowfish encryption support in libavutilSamuel Pitoiset
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-07-03attributes: add av_noreturnReinhard Tartler
2012-07-03attributes: drop pointless define guardsReinhard Tartler
2012-07-02intfloat: Don't use designated initializers in the public headersRonald S. Bultje
2012-07-01opt/eval: Include mathematics.h for NAN/INFINITYMartin Storsjö
2012-07-01mathematics: Don't use division by zero in NAN/INFINITY macrosRonald S. Bultje
2012-07-01x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-30attributes: Add a definition of av_always_inline for MSVCRonald S. Bultje
2012-06-29random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje
2012-06-27libm: Provide fallback definitions for isnan() and isinf()Martin Storsjö
2012-06-26libm: provide fallback definition for cbrtf() using powf()Mans Rullgard