summaryrefslogtreecommitdiff
path: root/libavcodec/jrevdct.c
Commit message (Expand)AuthorAge
* idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-05
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-02
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Remove lowres video decodingMans Rullgard2012-04-21
* libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö2012-02-15
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove unused assignment from j_rev_dct() found by CSA.Michael Niedermayer2009-04-17
* Remvoe useless assignment found by CSA.Michael Niedermayer2009-04-17
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-03
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* porting optimizations from 4x4 dct to 8x8Michael Niedermayer2004-09-26
* optimizing 4x4 idctMichael Niedermayer2004-09-26
* 1/8 resolution decodingMichael Niedermayer2004-09-26
* 1/4 resolution decodingMichael Niedermayer2004-09-26
* 1/2 resolution decodingMichael Niedermayer2004-09-25
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* permuted coefs in normal IDCT to avoid having different cases thereFabrice Bellard2001-08-07
* Initial revisionFabrice Bellard2001-07-22