summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct.c
Commit message (Expand)AuthorAgeFilesLines
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec/simple_idct: Fix undefined integer overflow in idct4row()Michael Niedermayer2021-02-021-1/+2
* avcodec/proresdec : add 12b prores idctMartin Vignali2018-12-021-0/+16
* avcodec/proresdec : rename dsp part for 10b and check dspinit for supported b...Martin Vignali2018-12-021-1/+1
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-021-3/+12
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-6/+6
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-6/+6
| * idct: Only build prores IDCT if ProRes decoder is enabledDiego Biurrun2016-02-241-0/+2
* | avcodec/simple_idct: Fix runtime error: left shift of negative value -6395Michael Niedermayer2017-02-211-2/+2
* | 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