summaryrefslogtreecommitdiff
path: root/libavcodec/vp3dsp.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-04
* Fix decoding of 320x240.ogg.Michael Niedermayer2008-07-13
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* avoid 4 +Michael Niedermayer2006-07-19
* remove 166 useless underscores, and make this file valid c code as a resultMichael Niedermayer2006-07-19
* remove a few useless casts and avoid the useless t1/t2 variablesMichael Niedermayer2006-07-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* porting vp3 idct over to lavc idct apiMichael Niedermayer2005-05-17
* remove permutation done to quant tables and then undone during idctMichael Niedermayer2005-05-17
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-08