| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg4video: Add support for MPEG-4 Simple Studio Profile. | Kieran Kunhya | 2018-04-02 | 1 | -0/+1 |
* | avcodec/x86: use new x86-64 functions for -idct simple | James Darnley | 2017-06-28 | 1 | -2/+4 |
* | avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth... | James Darnley | 2017-06-28 | 1 | -0/+23 |
* | avcodec/x86/idctdsp_init: reindent | James Darnley | 2017-05-30 | 1 | -19/+19 |
* | avcodec/x86: move simple_idct to external assembly | James Darnley | 2017-05-30 | 1 | -4/+0 |
* | x86/idctdsp_init: reindent. | Ronald S. Bultje | 2017-04-06 | 1 | -15/+15 |
* | x86/simple_idct: add explicit sse2 simple_idct_put/add versions. | Ronald S. Bultje | 2017-04-06 | 1 | -12/+26 |
* | x86: simple_idct: 12bits versions | Christophe Gisquet | 2015-10-13 | 1 | -2/+20 |
* | x86: simple_idct(_put): 10bits versions | Christophe Gisquet | 2015-10-13 | 1 | -0/+20 |
* | x86/idctdsp: port {put,add}_pixels_clamped to yasm | James Almer | 2014-09-24 | 1 | -3/+4 |
* | Merge commit '84d173d3de97c753234ab0c0b50551d51413d663' | Michael Niedermayer | 2014-08-08 | 1 | -0/+6 |
|\ |
|
| * | xvididct: Ensure that the scantable permutation is always set correctly | Diego Biurrun | 2014-08-08 | 1 | -0/+6 |
* | | Merge commit 'a786c8259dafeca9744252230b5d78f67810770c' | Michael Niedermayer | 2014-08-01 | 1 | -36/+5 |
|\| |
|
| * | idct: Split off Xvid IDCT | Diego Biurrun | 2014-08-01 | 1 | -35/+3 |
* | | Merge commit '5dcc201505f71b1e73e9eef12ce89d4eed252ad0' | Michael Niedermayer | 2014-07-19 | 1 | -1/+1 |
|\| |
|
| * | simple_idct: Move x86-specific declarations to a header in the x86 directory | Diego Biurrun | 2014-07-19 | 1 | -1/+1 |
* | | Merge commit '8b0dd4942aac320d1ca3c40fa7ea1be342c71273' | Michael Niedermayer | 2014-07-18 | 1 | -11/+11 |
|\| |
|
| * | idctdsp: prettyprinting cosmetics | Diego Biurrun | 2014-07-18 | 1 | -11/+11 |
* | | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' | Michael Niedermayer | 2014-07-18 | 1 | -6/+6 |
|\| |
|
| * | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -6/+6 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -8/+14 |
|/ |
|
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+106 |