summaryrefslogtreecommitdiff
path: root/libavcodec/xvididct.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-05-21
* avcodec/xvididct: Fix integer overflow in MULT()Michael Niedermayer2020-04-07
* jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje2017-04-06
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-21
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* | avcodec: loongson optimize xvid idct with mmi周晓勇2015-07-21
* | Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer2014-09-03
|\|
| * xvid: Add C IDCTPascal Massimino2014-09-02
* | Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-27
|\|
| * cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-27
* | avcodec/idctdsp: make add/put_pixels_clamped_c internal functionsJames Almer2014-08-13
* | avcodec: add C xvid IDCT supportPascal Massimino2014-08-12
* | Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-09
|\|
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-08
* | Merge commit '84d173d3de97c753234ab0c0b50551d51413d663'Michael Niedermayer2014-08-08
|\|
| * xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-08
* | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer2014-08-01
|/
* idct: Split off Xvid IDCTDiego Biurrun2014-08-01