summaryrefslogtreecommitdiff
path: root/libavcodec/jfdctint.c
Commit message (Expand)AuthorAge
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove SHIFT_TEMPS from jfdct code.avcoder2009-10-20
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* 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
* move identical code into its own functionMichael Niedermayer2003-10-30
* * introducing dct248 into the DSP context.Roman Shaposhnik2003-10-24
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* higher accuracyMichael Niedermayer2002-09-01
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29