| Commit message (Expand) | Author | Age | Files | Lines |
* | x86inc: sync to latest version from x264. | Ronald S. Bultje | 2012-07-28 | 1 | -92/+124 |
* | x86: add support for fmaddps fma4 instruction with abstraction to avx/sse | Justin Ruggles | 2012-07-27 | 1 | -5/+11 |
* | eval: fix printing of NaN in eval fate test. | Ronald S. Bultje | 2012-07-26 | 1 | -1/+4 |
* | x86inc: automatically insert vzeroupper for YMM functions. | Ronald S. Bultje | 2012-07-26 | 2 | -13/+12 |
* | dsputil: x86: add SHUFFLE_MASK_W macro | Jason Garrett-Glaser | 2012-07-22 | 1 | -0/+12 |
* | mem: introduce av_malloc_array and av_mallocz_array | Luca Barbato | 2012-07-14 | 2 | -3/+36 |
* | eval: add gt(), gte(), lt() and lte() fate tests | Janne Grunau | 2012-07-14 | 1 | -0/+8 |
* | eval: fix swapping of lt() and lte() | Max Lazarov | 2012-07-14 | 1 | -2/+2 |
* | configure: Check for the math function rint | Ronald S. Bultje | 2012-07-11 | 1 | -0/+7 |
* | x86/cpu: implement get/set_eflags using intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
* | x86/cpu: implement support for cpuid through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
* | x86/cpu: implement support for xgetbv through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+11 |
* | lavu: use intrinsics for emms on systems lacking inline asm support | Ronald S. Bultje | 2012-07-10 | 1 | -2/+5 |
* | mem: Don't abort on av_malloc(0) in debug mode | Martin Storsjö | 2012-07-10 | 1 | -2/+0 |
* | x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME). | Ronald S. Bultje | 2012-07-07 | 1 | -0/+8 |
* | x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros | Loren Merritt | 2012-07-05 | 1 | -4/+37 |
* | x86inc: modify ALIGN to not generate long nops on i586 | Loren Merritt | 2012-07-05 | 1 | -0/+4 |
* | xtea: Make the count parameter match the documentation | Samuel Pitoiset | 2012-07-05 | 1 | -4/+2 |
* | blowfish: Make the count parameter match the documentation | Samuel Pitoiset | 2012-07-05 | 1 | -4/+2 |
* | xtea: invert branch and loop precedence | Luca Barbato | 2012-07-05 | 1 | -7/+12 |
* | blowfish: invert branch and loop precedence | Luca Barbato | 2012-07-05 | 1 | -7/+13 |
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -5/+4 |
* | Create version.h headers for libraries that lack them | Diego Biurrun | 2012-07-04 | 3 | -50/+84 |
* | Add XTEA encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 4 | -1/+230 |
* | Add Blowfish encryption support in libavutil | Samuel Pitoiset | 2012-07-04 | 4 | -2/+647 |
* | eval: Add the isinf() function and tests for it | Martin Storsjö | 2012-07-04 | 2 | -2/+9 |
* | cosmetics: Consistently use C-style comments with multiple inclusion guards | Diego Biurrun | 2012-07-03 | 1 | -1/+1 |
* | attributes: add av_noreturn | Reinhard Tartler | 2012-07-03 | 1 | -0/+6 |
* | attributes: drop pointless define guards | Reinhard Tartler | 2012-07-03 | 1 | -22/+0 |
* | intfloat: Don't use designated initializers in the public headers | Ronald S. Bultje | 2012-07-02 | 1 | -4/+8 |
* | opt/eval: Include mathematics.h for NAN/INFINITY | Martin Storsjö | 2012-07-01 | 2 | -0/+2 |
* | mathematics: Don't use division by zero in NAN/INFINITY macros | Ronald S. Bultje | 2012-07-01 | 1 | -2/+3 |
* | x86: cpu: clean up check for cpuid instruction support | Mans Rullgard | 2012-07-01 | 1 | -20/+16 |
* | ARM: generate position independent code to access data symbols | Mans Rullgard | 2012-07-01 | 1 | -1/+72 |
* | attributes: Add a definition of av_always_inline for MSVC | Ronald S. Bultje | 2012-06-30 | 1 | -0/+2 |
* | random_seed: Only read /dev/*random if we have unistd.h | Ronald S. Bultje | 2012-06-29 | 1 | -0/+8 |
* | libm: Provide fallback definitions for isnan() and isinf() | Martin Storsjö | 2012-06-27 | 1 | -0/+21 |
* | libm: provide fallback definition for cbrtf() using powf() | Mans Rullgard | 2012-06-26 | 1 | -0/+7 |
* | log: Include io.h on windows | Ronald S. Bultje | 2012-06-25 | 1 | -0/+1 |
* | x86: cpu: whitespace (mostly) cosmetics | Mans Rullgard | 2012-06-25 | 1 | -34/+36 |
* | x86: place some inline asm under #if HAVE_INLINE_ASM | Ronald S. Bultje | 2012-06-25 | 3 | -1/+6 |
* | log: Only include unistd.h if configure found it | Martin Storsjö | 2012-06-24 | 1 | -1/+1 |
* | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 3 | -1/+7 |
* | lavu: add av_usleep() function | Mans Rullgard | 2012-06-22 | 3 | -2/+34 |
* | cosmetics: do not use full path for local headers | Diego Biurrun | 2012-06-22 | 2 | -2/+2 |
* | lavu/file: include unistd.h only when available | Mans Rullgard | 2012-06-21 | 1 | -0/+2 |
* | log: include unistd.h only when needed | Mans Rullgard | 2012-06-21 | 1 | -0/+4 |
* | lavf, lavu: version bumps and APIchanges for av_gettime() move | Mans Rullgard | 2012-06-21 | 1 | -1/+1 |
* | av_gettime: support Win32 without gettimeofday() | Mans Rullgard | 2012-06-20 | 1 | -0/+16 |
* | Use av_gettime() in various places | Mans Rullgard | 2012-06-20 | 1 | -4/+2 |