summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.c
Commit message (Expand)AuthorAge
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/simple_idct: Fix undefined integer overflow in idct4row()Michael Niedermayer2021-02-02
* avcodec/proresdec : add 12b prores idctMartin Vignali2018-12-02
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-02
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-02
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
| * idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-24
* | avcodec/simple_idct: Fix runtime error: left shift of negative value -6395Michael Niedermayer2017-02-21
* | avcodec/simple_idct: use predefined M_SQRT2Ganesh Ajjanagadde2015-11-14
* | avcodec/simple_idct10: improve precisionChristophe Gisquet2015-10-13
* | avcodec/proresdsp & idct: move biasing from after the IDCT into the IDCTMichael Niedermayer2014-01-14
* | avcodec/dsputil: add 12bit simple idctMichael Niedermayer2013-09-06
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-09
|\|
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\|
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* | simple_idct: idct_4col_put: Fix out of array reads.Michael Niedermayer2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\|
| * prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-21
|\|
| * simple_idct: add 10-bit versionMans Rullgard2011-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-19
|\|
| * simple_idct: simplify some ifdefferyMans Rullgard2011-07-18
| * simple_idct: remove code for DCTELEM != int16Mans Rullgard2011-07-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * 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