| Commit message (Expand) | Author | Age | Files | Lines |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -2/+2 |
* | Add the const specifier as needed to reduce the number of warnings. | Panagiotis Issaris | 2007-01-30 | 1 | -6/+6 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> | Luca Barbato | 2006-08-10 | 1 | -30/+32 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 1 | -1/+1 |
* | gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-m... | Wolfram Gloger | 2006-04-18 | 1 | -2/+2 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -29/+0 |
* | add MMX and SSE versions of ff_snow_inner_add_yblock | Robert Edele | 2006-03-22 | 1 | -0/+291 |
* | snow mmx+sse2 optimizations, part 4 | Robert Edele | 2006-03-21 | 1 | -0/+406 |
* | Add the mmx and sse2 implementations of ff_snow_vertical_compose(). | Robert Edele | 2006-03-20 | 1 | -0/+249 |