| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve some uses of ff_cropTbl with constant offset | Måns Rullgård | 2010-06-22 | 1 | -9/+9 |
* | vp3: 10l Fix DC-only IDCT for C and ARM too | David Conrad | 2010-05-28 | 1 | -3/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | vp3: DC-only IDCT | David Conrad | 2010-04-17 | 1 | -0/+19 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Move VP3 loop filter to DSPContext | David Conrad | 2008-10-04 | 1 | -0/+31 |
* | Fix decoding of 320x240.ogg. | Michael Niedermayer | 2008-07-13 | 1 | -1/+1 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -1/+1 |
* | rename cropTbl -> ff_cropTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | avoid 4 + | Michael Niedermayer | 2006-07-19 | 1 | -13/+7 |
* | remove 166 useless underscores, and make this file valid c code as a result | Michael Niedermayer | 2006-07-19 | 1 | -78/+78 |
* | remove a few useless casts and avoid the useless t1/t2 variables | Michael Niedermayer | 2006-07-19 | 1 | -104/+22 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -19/+19 |
* | Kill some compiler warnings. Compiled code verified identical after changes. | Måns Rullgård | 2005-09-06 | 1 | -1/+0 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+1 |
* | porting vp3 idct over to lavc idct api | Michael Niedermayer | 2005-05-17 | 1 | -50/+104 |
* | remove permutation done to quant tables and then undone during idct | Michael Niedermayer | 2005-05-17 | 1 | -3/+2 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+1 |
* | reorganize and simplify the VP3 IDCT stuff | Mike Melanson | 2004-04-26 | 1 | -70/+10 |
* | seperated out the C-based VP3 DSP functions into a different file; also | Mike Melanson | 2004-03-08 | 1 | -0/+318 |