summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.c
Commit message (Expand)AuthorAge
* idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-24
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-14
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* simple_idct: simplify some ifdefferyMans Rullgard2011-07-18
* simple_idct: remove code for DCTELEM != int16Mans Rullgard2011-07-18
* simple_idct: remove disabled codeDiego Biurrun2011-07-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Add 4x4 IDCTKostya Shishkov2007-12-09
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* Rename function to reflect its actionKostya Shishkov2007-12-03
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-28
* 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
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
* qpel encodingMichael Niedermayer2002-12-27
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
* in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard2002-10-03
* first version of IDCT248 for DV decoding supportFabrice Bellard2002-10-03
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-02
* dct-test updateMichael Niedermayer2002-09-01
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-24
* added inlined put/add functionsFabrice Bellard2002-06-05
* removed unused code - began to merge alpha specific stuff - added mac macros ...Fabrice Bellard2002-06-05
* gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge...Felix Bünemann2002-06-02
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* C4=16383 for the c version too and even for some outcommented codeMichael Niedermayer2002-05-02
* Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@stude...Nick Kurshev2002-01-21
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20
* (commit by michael)Michael Niedermayer2002-01-14
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT...Arpi2001-12-09