| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont... | Michael Niedermayer | 2018-05-30 | 1 | -0/+2 |
* | jrev/xvid: hardcode use of C put/add_pixels_clamped. | Ronald S. Bultje | 2017-04-06 | 1 | -2/+4 |
* | lavc/idctdsp: use prefix restrict with av_ | Clément Bœsch | 2017-03-29 | 1 | -3/+3 |
* | Merge commit '4cf2ffb7c45840b09bc49e34da88d4053dd442cb' | Clément Bœsch | 2017-03-29 | 1 | -3/+5 |
|\ |
|
| * | idct: Have function pointer prototype match implementation | Diego Biurrun | 2016-11-02 | 1 | -3/+5 |
* | | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -2/+2 |
|\| |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -7/+7 |
* | | lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functions | Matthieu Bouron | 2017-03-16 | 1 | -0/+2 |
* | | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions | Shivraj Patil | 2015-07-07 | 1 | -0/+2 |
* | | avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size | James Almer | 2014-09-24 | 1 | -5/+5 |
* | | Merge commit '95c0cec03acec0a80cc1c7db48f3b2355d9e767b' | Michael Niedermayer | 2014-09-03 | 1 | -5/+3 |
|\| |
|
| * | idctdsp: Add global function pointers for {add|put}_pixels_clamped functions | Diego Biurrun | 2014-09-02 | 1 | -0/+3 |
* | | avcodec/idctdsp: make add/put_pixels_clamped_c internal functions | James Almer | 2014-08-13 | 1 | -41/+5 |
* | | avcodec/idctdsp: move add/put_pixels_clamped_c to header | Michael Niedermayer | 2014-08-11 | 1 | -0/+41 |
* | | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' | Michael Niedermayer | 2014-07-18 | 1 | -9/+12 |
|\| |
|
| * | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -9/+12 |
* | | alpha/idctdsp: move idct init code out of dsputil | James Almer | 2014-07-08 | 1 | -0/+2 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -4/+4 |
|/ |
|
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+104 |