summaryrefslogtreecommitdiff
path: root/libavcodec/simple_idct_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/simple_idct_template: fix integer overflowPaul B Mahol2019-12-141-1/+1
* avcodec/simple_idct_template: Fix integer overflow in idctSparseColAdd()Michael Niedermayer2019-07-081-9/+9
* avcodec/simple_idct_template: Fix integer overflow in idctSparseCol()Michael Niedermayer2019-07-081-9/+9
* avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer2018-08-041-24/+24
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-021-15/+29
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-4/+4
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-4/+4
* | avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer2017-03-161-18/+18
* | Merge commit '283226e11ccf50a71d25d150fbbf1743f74c6c49'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * simple_idct_template: Fix strict aliasing violationMichael Niedermayer2016-05-101-8/+10
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-4/+2
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+2
| * idct8x8: Fix undefined negative shiftsKaterina Barone-Adesi2016-03-051-5/+5
* | avcodec/simple_idct_template: Fix strict aliasing violationMichael Niedermayer2016-05-081-8/+10
* | avcodec/simple_idct10: improve precisionChristophe Gisquet2015-10-131-14/+31
* | avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts.Katerina Barone-Adesi2014-05-201-5/+5
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-261-0/+2
|\ \ | |/
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+2
* | avcodec/simple_idct_template: fix rounding of the special DC case for 10bitMichael Niedermayer2014-01-141-4/+4
* | avcodec/simple_idct_template: fix row rounderMichael Niedermayer2014-01-141-1/+1
* | avcodec/simple_idct_template: change the idct coefficients so that they match...Michael Niedermayer2014-01-141-7/+7
* | avcodec/simple_idct_template: adjust coeffs for 12bit idctMichael Niedermayer2013-09-151-3/+11
* | avcodec/dsputil: add 12bit simple idctMichael Niedermayer2013-09-061-1/+7
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-7/+7
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-18/+16
|\ \ | |/
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-18/+16
* | simpleidct: fix project name.Michael Niedermayer2012-02-011-4/+4
|/
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-141-14/+24
* simple_idct: whitespace cosmeticsMans Rullgard2011-07-211-124/+124
* simple_idct: make repeated code a macroMans Rullgard2011-07-211-144/+53
* simple_idct: change 10-bit add/put stride from pixels to bytesMans Rullgard2011-07-211-0/+6
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-0/+401