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-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
2012-06-26log: Include io.h on windowsRonald S. Bultje
2012-06-25x86: cpu: whitespace (mostly) cosmeticsMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24log: Only include unistd.h if configure found itMartin Storsjö
2012-06-23x86: Add CPU flag for the i686 cmov instructionDiego Biurrun
2012-06-22lavu: add av_usleep() functionMans Rullgard
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-06-22lavu/file: include unistd.h only when availableMans Rullgard
2012-06-22log: include unistd.h only when neededMans Rullgard
2012-06-21lavf, lavu: version bumps and APIchanges for av_gettime() moveMans Rullgard
2012-06-20av_gettime: support Win32 without gettimeofday()Mans Rullgard
2012-06-20Use av_gettime() in various placesMans Rullgard
2012-06-20Move av_gettime() to libavutilMans Rullgard
2012-06-20mathematics.h: remove a couple of math definesJanne Grunau
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-19mem: add support for _aligned_malloc() as found on WindowsRonald S. Bultje
2012-06-19float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles