| Commit message (Expand) | Author | Age | Files | Lines |
* | snow: fix integer overflows | Mans Rullgard | 2011-11-26 | 1 | -2/+2 |
* | snow: split snow in snowdec and snowenc | Luca Barbato | 2011-11-24 | 1 | -0/+614 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Separate DWT from snow and dsputil | Måns Rullgård | 2010-03-14 | 1 | -96/+1 |
* | snow: remove unused stub functions | Måns Rullgård | 2010-03-11 | 1 | -3/+0 |
* | Move ff_spatial_dwt() prototype to snow.h | Måns Rullgård | 2010-03-06 | 1 | -0/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -3/+3 |
* | Make non-void replacement functions actually return a value. | Diego Biurrun | 2008-11-24 | 1 | -2/+2 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | cleanup (remove some old experimentation related code) | Michael Niedermayer | 2007-08-25 | 1 | -3/+0 |
* | use 16bit IDWT (a SIMD implementation of it should be >2x faster then with | Michael Niedermayer | 2007-08-25 | 1 | -10/+11 |
* | Change rounding of the horizontal DWT to match the vertical one. | Michael Niedermayer | 2007-08-21 | 1 | -2/+2 |
* | more stupid double subtractions | Michael Niedermayer | 2007-08-20 | 1 | -2/+2 |
* | Remove leading underscores from specifiers, they are reserved. | Diego Biurrun | 2007-07-02 | 1 | -2/+2 |
* | Add the const specifier as needed to reduce the number of warnings. | Panagiotis Issaris | 2007-01-30 | 1 | -1/+1 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -4/+4 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -2/+2 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Compile fix (for GCC<3.3) when encoders are disabled | Guillaume Poirier | 2006-08-15 | 1 | -1/+5 |
* | Snow: cosmetics | Loren Merritt | 2006-05-30 | 1 | -0/+4 |
* | Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat... | Loren Merritt | 2006-05-30 | 1 | -0/+3 |
* | Snow multiple reference frames | Loren Merritt | 2006-05-28 | 1 | -0/+1 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -0/+39 |
* | Snow mmx + sse2 part 2 | Robert Edele | 2006-03-20 | 1 | -1/+1 |
* | First part of a series of speed-enchancing patches. | Robert Edele | 2006-03-16 | 1 | -0/+123 |