summaryrefslogtreecommitdiff
path: root/libavutil/ppc
Commit message (Collapse)AuthorAge
* avutil/ppc/cpu: Fix power8 linux detectionLauri Kasanen2019-02-05
| | | | | The existing code was in no released kernel that I can see. The corrected code was added in 3.9.
* Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer2018-02-11
|\ | | | | | | | | | | | | * commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906': Drop some unnecessary config.h #includes Merged-by: James Almer <jamrial@gmail.com>
| * Drop some unnecessary config.h #includesDiego Biurrun2018-02-06
| |
| * cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-10-09
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'd76479c5020ca43e67d47ba3767146b192dc4782'James Almer2017-11-01
|\| | | | | | | | | | | | | * commit 'd76479c5020ca43e67d47ba3767146b192dc4782': ppc: Drop support for Apple GCC Merged-by: James Almer <jamrial@gmail.com>
| * ppc: Drop support for Apple GCCDiego Biurrun2017-06-13
| | | | | | | | Apple GCC has not been a thing anymore on PowerPC since many years.
* | avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-27
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '05a603a94e4b3eeefa5e18ae653a848001461e89'Clément Bœsch2017-04-26
|\| | | | | | | | | | | | | * commit '05a603a94e4b3eeefa5e18ae653a848001461e89': ppc: Merge types_altivec.h into util_altivec.h Merged-by: Clément Bœsch <u@pkh.me>
| * ppc: Merge types_altivec.h into util_altivec.hDiego Biurrun2016-12-14
| | | | | | | | There is no point in keeping the two separate.
* | avutil/ppc/cpu: add include avassert.hMichael Niedermayer2015-06-05
| | | | | | | | | | | | fix build failure on ppc64 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/ppc/cpu: Our code assumes vsx implies altivec, thus assert thisMichael Niedermayer2015-06-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now ↵Michael Niedermayer2015-06-01
| | | | | | | | | | | | support ppc64 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078'Michael Niedermayer2015-05-31
|\| | | | | | | | | | | | | * commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078': ppc: vsx: Implement diff_pixels and get_pixels Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-31
| | | | | | | | Use a macro to abstract the endianness.
* | avutil/ppc/float_dsp_init: Disable duplicate functionsMichael Niedermayer2015-05-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4'Michael Niedermayer2015-05-31
|\| | | | | | | | | | | | | | | | | | | * commit 'eecd29b3fd7fee221580798346d6582b75c7ade4': ppc: vsx: Implement float_dsp Conflicts: libavutil/ppc/float_dsp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: vsx: Implement float_dspLuca Barbato2015-05-31
| |
* | Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'Michael Niedermayer2015-05-31
|\| | | | | | | | | | | | | * commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331': ppc: cpu: Add support for VSX and POWER8 extensions Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-31
| |
| * 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 '3058872c293e239e3b51e86fe18cfbe720aadff1'Michael Niedermayer2015-05-31
|\| | | | | | | | | | | | | | | | | | | * commit '3058872c293e239e3b51e86fe18cfbe720aadff1': ppc: Clarify and extend the cpuid check Conflicts: libavutil/ppc/cpu.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-31
| | | | | | | | Add POWER entries.
* | avutil/ppc/cpu: Check if unistd.h is available before including itMichael Niedermayer2015-05-31
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'baa94563fede8959a638b0fa132dd2124acd93e8'Michael Niedermayer2015-05-31
|\| | | | | | | | | | | | | | | | | | | * commit 'baa94563fede8959a638b0fa132dd2124acd93e8': ppc: linux: Check altivec using the auxv Conflicts: libavutil/ppc/cpu.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: linux: Check altivec using the auxvLuca Barbato2015-05-31
| | | | | | | | Should prevent trying to use altivec when it is disabled by the kernel.
* | Merge commit '72cebae0d981dde144340cf51f3c323f01e215e5'Michael Niedermayer2015-05-31
|\| | | | | | | | | | | | | | | | | | | | | * commit '72cebae0d981dde144340cf51f3c323f01e215e5': ppc: avutil: Use the abriged vector types Conflicts: libavutil/ppc/float_dsp_altivec.c libavutil/ppc/util_altivec.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-31
| |
| * ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-31
| | | | | | | | The compiler is free to optimize such expressions in any sort of way.
* | avutil/ppc/intreadwrite: remove AV_??64 overriding codeMichael Niedermayer2015-03-01
| | | | | | | | | | | | | | The code has undefined behavior and makes no difference when optimizations are enabled. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-29
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos ↵Rong Yan2014-11-27
| | | | | | | | | | | | vcswapi2s() vcswapc() VEC_SPLAT16() VEC_SLD16() for POWER LE Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/ppc/util_altivec: add () to VEC_LD macro argumentsMichael Niedermayer2014-11-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/ppc/util_altivec: make src pointers const, fix warningsMichael Niedermayer2014-11-07
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavutil/ppc/util_altivec.h : fix unaligned_load() vec_unaligned_load() add ↵Rong Yan2014-11-07
| | | | | | | | | | | | macros VEC_LD() VEC_MERGEH() VEC_MERGEL() VEC_ST() for POWER LE Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() ↵Rong Yan2014-09-11
| | | | | | | | | | | | affecting little endian environments on POWER8 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c19a49e565bd06ea47947d50779ba236df9d4943'Michael Niedermayer2014-09-03
|\| | | | | | | | | | | | | | | | | | | | | * commit 'c19a49e565bd06ea47947d50779ba236df9d4943': ppc: Support little endian intreadwrite Conflicts: libavutil/ppc/intreadwrite.h See: d37c620c84e28400ad071d1c75cc81445b4acb29 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Support little endian intreadwriteLuca Barbato2014-09-03
| |
* | avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64leMichael Niedermayer2014-06-05
| | | | | | | | | | | | Untested due to lack of hardware Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer2014-05-28
|\| | | | | | | | | | | | | * commit 'b5aa48551300eed678aaea86ced7086758598a35': ppc: Move vec_unaligned_load macro to util_altivec Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
| | | | | | | | This allows reusing it from multiple files.
* | Merge commit '593886b5dd2b583657aa3fd80bb173f702c9710d'Michael Niedermayer2014-05-28
|\| | | | | | | | | | | | | * commit '593886b5dd2b583657aa3fd80bb173f702c9710d': ppc: util_altivec: Drop unused macros Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-28
| |
* | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer2013-08-29
|\| | | | | | | | | | | | | | | | | | | * commit 'f61bece684d9685b07895508e6c1c733b5564ccf': ppc: Add and use convenience macro to check for AltiVec availability Conflicts: libavcodec/ppc/dsputil_ppc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
| |
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-29
|\| | | | | | | | | | | | | * commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b': avutil: Move internal CPU detection function declarations to private header Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-18
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Consistently use "cpu_flags" as variable/parameter name for CPU flags Conflicts: libavcodec/x86/dsputil_init.c libavcodec/x86/h264dsp_init.c libavcodec/x86/hpeldsp_init.c libavcodec/x86/motion_est.c libavcodec/x86/mpegvideo.c libavcodec/x86/proresdsp_init.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
| |
* | Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'Michael Niedermayer2013-07-12
|\| | | | | | | | | | | | | | | | | * commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8': configure: Check for support for labels in the inline assembly The timer code is not placed under ifdef as ours does not use labels Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-11
| | | | | | | | | | | | | | Use this for enabling the ppc timer.h implementation only on assemblers that support labels in the inline assembly. Signed-off-by: Martin Storsjö <martin@martin.st>