summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/mpegaudiodsp_altivec.c
Commit message (Collapse)AuthorAge
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
| | | | That is a more appropriate place for it.
* Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer2017-03-21
|\ | | | | | | | | | | | | * commit '2caa93b813adc5dbb7771dfe615da826a2947d18': mpegaudiodsp: Change type of array stride parameters to ptrdiff_t Merged-by: James Almer <jamrial@gmail.com>
| * mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
| | | | | | | | | | This avoids SIMD-optimized functions having to sign-extend their stride argument manually to be able to do pointer arithmetic.
| * ppc: Update #endif commentsDiego Biurrun2016-09-11
| |
| * ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
| | | | | | | | | | In Little Endian the vec_ld/vec_st operations work as expected only for byte-vectors.
* | Merge commit '27860819d508068f056cf48473af04868791ad77'Michael Niedermayer2014-06-11
|\| | | | | | | | | | | | | * commit '27860819d508068f056cf48473af04868791ad77': ppc: Consistently use convenience macro for runtime CPU detection Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-10
| |
* | Merge commit 'b718b24bbe83d3e8787c1dc6449ccbffcd13a4e7'Michael Niedermayer2014-04-05
|\| | | | | | | | | | | | | * commit 'b718b24bbe83d3e8787c1dc6449ccbffcd13a4e7': ppc: Drop a bunch of unnecessary dsputil_altivec.h #includes Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-04
| |
* | Merge commit '6af2c351b3ae61e4478950ffddd0dfcad06188b8'Michael Niedermayer2013-08-29
|\| | | | | | | | | | | | | * commit '6af2c351b3ae61e4478950ffddd0dfcad06188b8': ppc: Add missing AltiVec cpuflag detection invocations Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Add missing AltiVec cpuflag detection invocationsDiego Biurrun2013-08-29
| |
* | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer2013-05-01
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f': ppc: More consistent arch initialization Conflicts: libavcodec/fft.h libavcodec/mpegaudiodsp.c libavcodec/mpegaudiodsp.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: More consistent arch initializationDiego Biurrun2013-04-30
| |
* | Merge commit '6b110d3a739c31602b59887ad65c67025df3f49d'Michael Niedermayer2013-05-01
|/ | | | | | | | * commit '6b110d3a739c31602b59887ad65c67025df3f49d': ppc: More consistent names for H.264 optimizations files mpegaudiosp: More consistent names for ppc/x86 optimization files Merged-by: Michael Niedermayer <michaelni@gmx.at>
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-30