summaryrefslogtreecommitdiffstats
path: root/libavcodec/simple_idct.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/simple_idct: use predefined M_SQRT2Ganesh Ajjanagadde2015-11-141-2/+2
* avcodec/simple_idct10: improve precisionChristophe Gisquet2015-10-131-2/+7
* avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer2014-01-141-1/+3
* avcodec/dsputil: add 12bit simple idctMichael Niedermayer2013-09-061-0/+4
* Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-1/+0
|\
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+0
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-9/+9
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-6/+4
|\ \ | |/
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-11/+8
* | simple_idct: idct_4col_put: Fix out of array reads.Michael Niedermayer2012-03-021-5/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-6/+3
|\ \ | |/
| * prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-141-6/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-0/+17
|\ \ | |/
| * prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-111-0/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-211-329/+9
|\ \ | |/
| * simple_idct: add 10-bit versionMans Rullgard2011-07-201-329/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-191-46/+19
|\ \ | |/
| * simple_idct: simplify some ifdefferyMans Rullgard2011-07-181-18/+6
| * simple_idct: remove code for DCTELEM != int16Mans Rullgard2011-07-181-30/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-12/+0
|\ \ | |/
| * simple_idct: remove disabled codeDiego Biurrun2011-07-171-12/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-261-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* simple_idct: use MUL16 and MAC16 from mathops.hMåns Rullgård2008-12-271-36/+17
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-2/+2
* Add 4x4 IDCTKostya Shishkov2007-12-091-0/+14
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-6/+6
* Rename function to reflect its actionKostya Shishkov2007-12-031-3/+3
* enable some 64bit optimized code on 64bit archAurelien Jacobs2007-02-281-3/+3
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-55/+55
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
* per file doxyMichael Niedermayer2003-03-061-0/+6
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-14/+14
* fixing DCTELEM != shortMichael Niedermayer2003-01-151-33/+47
* qpel encodingMichael Niedermayer2002-12-271-0/+90
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-111-264/+0
* in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard2002-10-031-9/+7
* first version of IDCT248 for DV decoding supportFabrice Bellard2002-10-031-1/+80
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-021-4/+3
* dct-test updateMichael Niedermayer2002-09-011-1/+81
* Reintroduce lost idctSparseCol for Alpha. Sorry for adding even moreFalk Hüffner2002-06-241-0/+73
* added inlined put/add functionsFabrice Bellard2002-06-051-12/+116
OpenPOWER on IntegriCloud