summaryrefslogtreecommitdiff
path: root/libavcodec/xvididct.c
Commit message (Expand)AuthorAgeFilesLines
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-4/+5
* avcodec/xvididct: Fix integer overflow in idct_row()Michael Niedermayer2020-05-211-18/+18
* avcodec/xvididct: Fix integer overflow in MULT()Michael Niedermayer2020-04-071-1/+1
* jrev/xvid: hardcode use of C put/add_pixels_clamped.Ronald S. Bultje2017-04-061-2/+2
* Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer2017-03-211-2/+2
|\
| * idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+2
* | avcodec: loongson optimize xvid idct with mmi周晓勇2015-07-211-0/+2
* | Merge commit '7a1d6ddd2c6b2d66fbc1afa584cf506930a26453'Michael Niedermayer2014-09-031-8/+304
|\ \ | |/
| * xvid: Add C IDCTPascal Massimino2014-09-021-5/+317
* | Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-271-2/+2
|\ \ | |/
| * cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-271-2/+2
* | avcodec/idctdsp: make add/put_pixels_clamped_c internal functionsJames Almer2014-08-131-2/+2
* | avcodec: add C xvid IDCT supportPascal Massimino2014-08-121-0/+19
* | Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-091-1/+1
|\ \ | |/
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-081-1/+1
* | Merge commit '84d173d3de97c753234ab0c0b50551d51413d663'Michael Niedermayer2014-08-081-0/+2
|\ \ | |/
| * xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-081-0/+2
* | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c'Michael Niedermayer2014-08-011-5/+5
|/
* idct: Split off Xvid IDCTDiego Biurrun2014-08-011-0/+36