summaryrefslogtreecommitdiff
path: root/libavcodec/vp3dsp.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* VP3: K&R formatting cosmeticsVittorio Giovara2014-04-01
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-13
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun2013-02-08
* bfin: Separate VP3 initialization codeDiego Biurrun2013-01-28
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* vp3dsp: don't do aligned reads on input.Ronald S. Bultje2013-01-22
* vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-21
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-19
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* vp3: DC-only IDCTDavid Conrad2010-04-17
* 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