summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/vp3dsp_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-261-1/+2
|\
| * ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-141-1/+2
| * ppc: Update #endif commentsDiego Biurrun2016-09-111-2/+2
* | Merge commit '6892df9294d93322d43255ada299507465bc93c8'Clément Bœsch2017-03-191-2/+2
|\ \ | |/
| * vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-261-2/+2
| * ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-2/+2
* | avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()Rong Yan2014-12-081-2/+16
* | Merge commit '27860819d508068f056cf48473af04868791ad77'Michael Niedermayer2014-06-111-1/+2
|\ \ | |/
| * ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-101-1/+2
* | Merge commit 'b718b24bbe83d3e8787c1dc6449ccbffcd13a4e7'Michael Niedermayer2014-04-051-1/+0
|\ \ | |/
| * ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-041-1/+0
* | Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer2013-08-301-4/+5
|\ \ | |/
| * ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-4/+5
* | Merge commit '42b9150b0d4f0a130c1d93dc991fd5412743a8cf'Michael Niedermayer2013-05-011-4/+3
|\ \ | |/
| * ppc: Move AltiVec utility headers out of AltiVec ifdefsDiego Biurrun2013-04-301-4/+3
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-1/+0
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-121-1/+0
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-2/+2
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* | Merge commit 'a717f9904227d7979473bad40c50eb40af41d01d'Michael Niedermayer2013-01-211-0/+2
|\ \ | |/
| * ppc: Include string.h for memsetMartin Storsjö2013-01-201-0/+2
* | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer2013-01-201-0/+2
|\ \ | |/
| * vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-191-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-20/+22
|\ \ | |/
| * ppc: fix build with altivec disabledMans Rullgard2012-07-181-1/+3
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-20/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-2/+2
|\ \ | |/
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-081-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-0/+1
* Altivec VP3 IDCTDavid Conrad2009-05-251-0/+184