summaryrefslogtreecommitdiffstats
path: root/libavutil/ppc
Commit message (Expand)AuthorAgeFilesLines
* avutil/ppc/cpu: add include avassert.hMichael Niedermayer2015-06-051-0/+1
* avutil/ppc/cpu: Our code assumes vsx implies altivec, thus assert thisMichael Niedermayer2015-06-031-0/+2
* avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now suppo...Michael Niedermayer2015-06-011-1/+1
* Merge commit 'd0bf20a4f25ac5de021c860a0c8ad05638ee2078'Michael Niedermayer2015-05-311-0/+12
|\
| * ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-311-0/+12
* | avutil/ppc/float_dsp_init: Disable duplicate functionsMichael Niedermayer2015-05-311-5/+8
* | Merge commit 'eecd29b3fd7fee221580798346d6582b75c7ade4'Michael Niedermayer2015-05-314-7/+173
|\ \ | |/
| * ppc: vsx: Implement float_dspLuca Barbato2015-05-314-9/+174
* | Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'Michael Niedermayer2015-05-312-3/+19
|\ \ | |/
| * ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-312-3/+19
| * ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-1/+2
* | Merge commit '3058872c293e239e3b51e86fe18cfbe720aadff1'Michael Niedermayer2015-05-311-4/+19
|\ \ | |/
| * ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-311-4/+19
* | avutil/ppc/cpu: Check if unistd.h is available before including itMichael Niedermayer2015-05-311-1/+4
* | Merge commit 'baa94563fede8959a638b0fa132dd2124acd93e8'Michael Niedermayer2015-05-311-0/+31
|\ \ | |/
| * ppc: linux: Check altivec using the auxvLuca Barbato2015-05-311-0/+31
* | Merge commit '72cebae0d981dde144340cf51f3c323f01e215e5'Michael Niedermayer2015-05-312-15/+15
|\ \ | |/
| * ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-312-17/+17
| * ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-311-14/+0
* | avutil/ppc/intreadwrite: remove AV_??64 overriding codeMichael Niedermayer2015-03-011-14/+0
* | avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-291-1/+1
* | libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...Rong Yan2014-11-271-7/+31
* | avutil/ppc/util_altivec: add () to VEC_LD macro argumentsMichael Niedermayer2014-11-071-1/+1
* | avutil/ppc/util_altivec: make src pointers const, fix warningsMichael Niedermayer2014-11-071-2/+2
* | libavutil/ppc/util_altivec.h : fix unaligned_load() vec_unaligned_load() add ...Rong Yan2014-11-071-2/+29
* | avutil/ppc/float_dsp_altivec: ppc: Fix bug in ff_vector_fmul_add_altivec() af...Rong Yan2014-09-111-10/+8
* | Merge commit 'c19a49e565bd06ea47947d50779ba236df9d4943'Michael Niedermayer2014-09-031-36/+36
|\ \ | |/
| * ppc: Support little endian intreadwriteLuca Barbato2014-09-031-24/+40
* | avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64leMichael Niedermayer2014-06-051-12/+28
* | Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer2014-05-281-0/+3
|\ \ | |/
| * ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-281-0/+3
* | Merge commit '593886b5dd2b583657aa3fd80bb173f702c9710d'Michael Niedermayer2014-05-281-11/+0
|\ \ | |/
| * ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-281-11/+0
* | Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'Michael Niedermayer2013-08-292-3/+30
|\ \ | |/
| * ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-282-3/+30
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-291-0/+1
|\ \ | |/
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-281-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-181-3/+1
|\ \ | |/
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-3/+1
* | Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'Michael Niedermayer2013-07-121-0/+2
|\ \ | |/
| * configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-111-0/+6
* | Drop local lable from ppc asm timer.Carl Eugen Hoyos2013-06-301-2/+1
* | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer2013-05-011-0/+4
|\ \ | |/
| * ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-301-0/+4
* | Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'Michael Niedermayer2013-03-281-10/+10
|\ \ | |/
| * cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-10/+10
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-233-0/+33
|\ \ | |/
| * floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-223-0/+33
OpenPOWER on IntegriCloud