summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-014-18/+30
|\
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-304-13/+28
* | Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf'Michael Niedermayer2014-06-234-9/+15
|\ \ | |/
| * dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-234-9/+15
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-224-7/+16
|\ \ | |/
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-224-7/+16
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-194-124/+170
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-184-124/+170
* | ppc: Fix the bug of fft for little endian environment on POWER7 and laterRong Yan2014-06-194-0/+1070
* | avcodec/ppc/idct_altivec: add plain idct()Michael Niedermayer2014-06-143-0/+18
* | Fix standalone compilation of the H264 decoder on ppc.Carl Eugen Hoyos2014-06-141-1/+1
* | Merge commit '27860819d508068f056cf48473af04868791ad77'Michael Niedermayer2014-06-1112-12/+24
|\ \ | |/
| * ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-1012-12/+24
* | Merge commit '205fdd4ea5e1264946917a26fde01e137a485f5a'Michael Niedermayer2014-06-113-0/+15
|\ \ | |/
| * ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1encDiego Biurrun2014-06-103-0/+15
* | apedsp: move to llauddspChristophe Gisquet2014-06-052-3/+3
* | Merge commit 'd6d767d93e532246cacf3567e6bcad76a821f838'Michael Niedermayer2014-05-301-3/+3
|\ \ | |/
| * ppc: Fix compilation for ppc64le (ELFv2)Thierry Fauck2014-05-301-0/+8
* | Merge commit '054013a0fc6f2b52c60cee3e051be8cc7f82cef3'Michael Niedermayer2014-05-303-42/+78
|\ \ | |/
| * dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-293-42/+78
* | Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c'Michael Niedermayer2014-05-303-44/+81
|\ \ | |/
| * dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-293-44/+81
* | x86: huffyuvdsp: port add_bytes to yasmChristophe Gisquet2014-05-291-1/+1
* | Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer2014-05-281-3/+1
|\ \ | |/
| * ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-281-3/+1
* | Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d'Michael Niedermayer2014-05-273-18/+58
|\ \ | |/
| * dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-273-18/+58
* | avcodec/ppc/asm: fix build with ABI v2Thierry FAUCK2014-05-191-0/+8
* | Merge commit 'b718b24bbe83d3e8787c1dc6449ccbffcd13a4e7'Michael Niedermayer2014-04-055-5/+0
|\ \ | |/
| * ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-045-5/+0
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-042-1/+3
|\ \ | |/
| * On2 VP7 decoderPeter Ross2014-04-042-1/+3
* | Merge commit 'ae116cd3ed908d28b69d5198712217ec743d74f6'Michael Niedermayer2014-03-225-8/+37
|\ \ | |/
| * ppc: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-225-8/+37
* | Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-201-10/+11
|\ \ | |/
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-10/+11
* | Merge commit '0e083d7e43805db1a978cb57bfa25fda62e8ff18'Michael Niedermayer2014-03-201-2/+3
|\ \ | |/
| * build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-2/+3
* | Merge commit '54a6e08a650a71fd375551585b0ea40a3a06d228'Michael Niedermayer2014-03-201-4/+4
|\ \ | |/
| * dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-201-4/+4
* | Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer2014-03-203-15/+14
|\ \ | |/
| * dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-203-15/+12
* | Merge commit '1675975216ecbea8e4826235f204dc0f4234383f'Michael Niedermayer2014-03-202-29/+29
|\ \ | |/
| * ppc: dsputil: Drop trailing semicolon from macrosDiego Biurrun2014-03-202-29/+29
* | Merge commit 'b7d24fd4b2213104c001ed504074495568600b9c'Michael Niedermayer2014-03-206-270/+219
|\ \ | |/
| * ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-206-270/+219
* | Merge commit 'b045283f2126637477a597f184638ebef09bf898'Michael Niedermayer2014-03-201-13/+5
|\ \ | |/
| * ppc: dsputil: Simplify some ifdeffed function definitionsDiego Biurrun2014-03-201-13/+5
* | Merge commit '8bd6f88266740068415f7da0628117f1b802efb9'Michael Niedermayer2014-03-202-9/+9
|\ \ | |/
| * ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-202-9/+9