summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b0e6b3f4777910d61083976aa9fc78a1e0731aae'Clément Bœsch2017-04-171-0/+1
|\
| * hevc: ppc: Add HEVC 4x4 IDCT for PowerPCAlexandra Hajkova2016-12-121-0/+1
* | Merge commit '58224dc5f3d4fea40a8d55cca87291a960c11622'James Almer2017-03-231-1/+1
|\ \ | |/
| * ppc: avcodec: Drop silly "_ppc" suffixes from files in ppc subdirectoriesDiego Biurrun2016-10-181-1/+1
* | lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-121-1/+1
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-1/+1
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-1/+1
| * fft: Split MDCT bits off from FFTDiego Biurrun2016-03-011-0/+1
* | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis2016-02-241-1/+1
|\ \ | |/
| * build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-191-1/+1
* | Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer2015-07-171-1/+1
|\ \ | |/
| * configure: Factor out vp8dsp moduleVittorio Giovara2015-07-171-1/+1
* | Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-011-2/+1
|\ \ | |/
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-2/+1
* | Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6'Michael Niedermayer2014-08-151-0/+2
|\ \ | |/
| * build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-151-0/+2
* | Merge commit 'ffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8'Michael Niedermayer2014-08-021-5/+3
|\ \ | |/
| * ppc: fft: Build AltiVec optimizations in the standard wayDiego Biurrun2014-08-021-4/+2
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-1/+1
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-1/+1
* | Merge commit 'a8552ee3eb335d2fd2d6c99363367a6090298f78'Michael Niedermayer2014-07-131-3/+1
|\ \ | |/
| * ppc: dsputil: Coalesce all init filesDiego Biurrun2014-07-131-3/+1
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-0/+1
|\ \ | |/
| * dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-0/+1
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-081-1/+1
|\ \ | |/
| * dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-1/+1
* | Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d'Michael Niedermayer2014-07-071-0/+1
|\ \ | |/
| * dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-061-0/+1
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-011-1/+1
|\ \ | |/
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-1/+1
* | Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf'Michael Niedermayer2014-06-231-2/+2
|\ \ | |/
| * dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-231-2/+2
* | Merge commit '9a9e2f1c8aa4539a261625145e5c1f46a8106ac2'Michael Niedermayer2014-06-221-1/+1
|\ \ | |/
| * dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-221-1/+1
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-0/+1
|\ \ | |/
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-0/+1
* | ppc: Fix the bug of fft for little endian environment on POWER7 and laterRong Yan2014-06-191-0/+1
* | Fix standalone compilation of the H264 decoder on ppc.Carl Eugen Hoyos2014-06-141-1/+1
* | apedsp: move to llauddspChristophe Gisquet2014-06-051-1/+1
|/
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-291-0/+1
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-291-0/+1
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-271-0/+1
* On2 VP7 decoderPeter Ross2014-04-041-0/+1
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-2/+3
* dsputil: Conditionally compile dsputil code on all architecturesDiego Biurrun2014-03-201-4/+4
* ppc: Only compile AltiVec FFT assembly when AltiVec is enabledDiego Biurrun2013-05-021-3/+4
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-10/+9
* ppc: More consistent names for H.264 optimizations filesDiego Biurrun2013-04-301-2/+2
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-301-1/+1
* ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-191-0/+1