| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 1 | -0/+12 |
|\ |
|
| * | dsputil: x86: add SHUFFLE_MASK_W macro | Jason Garrett-Glaser | 2012-07-22 | 1 | -0/+12 |
* | | lavu: disable av_uninit for clang | Paul B Mahol | 2012-07-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-16 | 2 | -3/+36 |
|\| |
|
| * | mem: introduce av_malloc_array and av_mallocz_array | Luca Barbato | 2012-07-14 | 2 | -3/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-15 | 1 | -0/+8 |
|\| |
|
| * | 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 |
* | | av_samples_copy: support overlapping copies | Michael Niedermayer | 2012-07-12 | 1 | -2/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-11 | 1 | -0/+7 |
|\| |
|
| * | configure: Check for the math function rint | Ronald S. Bultje | 2012-07-11 | 1 | -0/+7 |
* | | replace all __volatile__ by volatile | Michael Niedermayer | 2012-07-11 | 1 | -1/+1 |
* | | parseutils: ignore digits below the microsecond. | Nicolas George | 2012-07-10 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-10 | 2 | -3/+45 |
|\| |
|
| * | 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: cpu: clean up check for cpuid instruction support | Mans Rullgard | 2012-07-10 | 1 | -20/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-08 | 1 | -0/+8 |
|\| |
|
| * | x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME). | Ronald S. Bultje | 2012-07-07 | 1 | -0/+8 |
* | | x86inc: put basicnop under ifdef to prevent compile failure. | Clément Bœsch | 2012-07-07 | 1 | -0/+2 |
* | | x86inc: try to put amdnop under ifdef to prevent compile failure | Michael Niedermayer | 2012-07-07 | 1 | -0/+2 |
* | | log: fix compilation failure on mingw due to reference to undefined set_color256 | Michael Niedermayer | 2012-07-07 | 1 | -0/+1 |
* | | lavu: 256 color support | Paul B Mahol | 2012-07-07 | 2 | -20/+30 |
* | | cosmetics: various spelling fixes | Lou Logan | 2012-07-06 | 1 | -1/+1 |
* | | Blowfish: restructure/simplify code a bit. | Michael Niedermayer | 2012-07-06 | 1 | -26/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-05 | 4 | -18/+62 |
|\| |
|
| * | 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 |
* | | Install libavutil/version.h | Carl Eugen Hoyos | 2012-07-05 | 1 | -0/+1 |
* | | blowfish.h: include author attribution | Michael Niedermayer | 2012-07-04 | 1 | -0/+1 |
* | | xtea.h: include author attribution | Michael Niedermayer | 2012-07-04 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 9 | -39/+924 |
|\| |
|
| * | 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 |
* | | error: define AVERROR_EXTERNAL. | Nicolas George | 2012-07-04 | 3 | -1/+3 |
* | | error: define AVERROR_BUFFER_TOO_SMALL. | Nicolas George | 2012-07-04 | 2 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 3 | -31/+8 |
|\| |
|
| * | 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 |