| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/simple_idct_template: fix integer overflow | Paul B Mahol | 2019-12-14 | 1 | -1/+1 |
* | avcodec/simple_idct_template: Fix integer overflow in idctSparseColAdd() | Michael Niedermayer | 2019-07-08 | 1 | -9/+9 |
* | avcodec/simple_idct_template: Fix integer overflow in idctSparseCol() | Michael Niedermayer | 2019-07-08 | 1 | -9/+9 |
* | avcodec/simple_idct_template: Fix several integer overflows | Michael Niedermayer | 2018-08-04 | 1 | -24/+24 |
* | simple_idct: Template functions to support an input bitdepth parameter | Kieran Kunhya | 2018-04-02 | 1 | -15/+29 |
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -4/+4 |
|\ |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -4/+4 |
* | | avcodec/simple_idct_template: Fix several integer overflows | Michael Niedermayer | 2017-03-16 | 1 | -18/+18 |
* | | Merge commit '283226e11ccf50a71d25d150fbbf1743f74c6c49' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | simple_idct_template: Fix strict aliasing violation | Michael Niedermayer | 2016-05-10 | 1 | -8/+10 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+2 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+2 |
| * | idct8x8: Fix undefined negative shifts | Katerina Barone-Adesi | 2016-03-05 | 1 | -5/+5 |
* | | avcodec/simple_idct_template: Fix strict aliasing violation | Michael Niedermayer | 2016-05-08 | 1 | -8/+10 |
* | | avcodec/simple_idct10: improve precision | Christophe Gisquet | 2015-10-13 | 1 | -14/+31 |
* | | avcodec/fate-idct8x8: Defined behavior: eliminate negative left-shifts. | Katerina Barone-Adesi | 2014-05-20 | 1 | -5/+5 |
* | | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' | Michael Niedermayer | 2014-03-26 | 1 | -0/+2 |
|\| |
|
| * | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 1 | -0/+2 |
* | | avcodec/simple_idct_template: fix rounding of the special DC case for 10bit | Michael Niedermayer | 2014-01-14 | 1 | -4/+4 |
* | | avcodec/simple_idct_template: fix row rounder | Michael Niedermayer | 2014-01-14 | 1 | -1/+1 |
* | | avcodec/simple_idct_template: change the idct coefficients so that they match... | Michael Niedermayer | 2014-01-14 | 1 | -7/+7 |
* | | avcodec/simple_idct_template: adjust coeffs for 12bit idct | Michael Niedermayer | 2013-09-15 | 1 | -3/+11 |
* | | avcodec/dsputil: add 12bit simple idct | Michael Niedermayer | 2013-09-06 | 1 | -1/+7 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -7/+7 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -18/+16 |
|\| |
|
| * | Don't use ff_cropTbl[] for IDCT. | Ronald S. Bultje | 2012-03-06 | 1 | -18/+16 |
* | | simpleidct: fix project name. | Michael Niedermayer | 2012-02-01 | 1 | -4/+4 |
|/ |
|
* | prores-idct: fix overflow in c code. | Ronald S. Bultje | 2011-10-14 | 1 | -14/+24 |
* | simple_idct: whitespace cosmetics | Mans Rullgard | 2011-07-21 | 1 | -124/+124 |
* | simple_idct: make repeated code a macro | Mans Rullgard | 2011-07-21 | 1 | -144/+53 |
* | simple_idct: change 10-bit add/put stride from pixels to bytes | Mans Rullgard | 2011-07-21 | 1 | -0/+6 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -0/+401 |