| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: vsx: Implement diff_pixels and get_pixels | Luca Barbato | 2015-05-31 | 1 | -0/+12 |
* | ppc: vsx: Implement float_dsp | Luca Barbato | 2015-05-31 | 4 | -9/+174 |
* | ppc: cpu: Add support for VSX and POWER8 extensions | Luca Barbato | 2015-05-31 | 2 | -3/+19 |
* | ppc: Restrict some Altivec implementations to Big Endian | Luca Barbato | 2015-05-31 | 1 | -1/+2 |
* | ppc: Clarify and extend the cpuid check | Luca Barbato | 2015-05-31 | 1 | -4/+19 |
* | ppc: linux: Check altivec using the auxv | Luca Barbato | 2015-05-31 | 1 | -0/+31 |
* | ppc: avutil: Use the abriged vector types | Luca Barbato | 2015-05-31 | 2 | -17/+17 |
* | ppc: avutil: Drop a potentially dangerous workaround | Luca Barbato | 2015-05-31 | 1 | -14/+0 |
* | ppc: Support little endian intreadwrite | Luca Barbato | 2014-09-03 | 1 | -24/+40 |
* | ppc: Move vec_unaligned_load macro to util_altivec | Diego Biurrun | 2014-05-28 | 1 | -0/+3 |
* | ppc: util_altivec: Drop unused macros | Diego Biurrun | 2014-05-28 | 1 | -11/+0 |
* | ppc: Add and use convenience macro to check for AltiVec availability | Diego Biurrun | 2013-08-28 | 2 | -3/+30 |
* | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -3/+1 |
* | configure: Check for support for labels in the inline assembly | Martin Storsjö | 2013-07-11 | 1 | -0/+6 |
* | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs | Diego Biurrun | 2013-04-30 | 1 | -0/+4 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -10/+10 |
* | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 3 | -0/+33 |
* | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 3 | -0/+29 |
* | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 3 | -0/+41 |
* | float_dsp: ppc: add a separate header for Altivec function prototypes | Justin Ruggles | 2012-06-08 | 3 | -3/+30 |
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 3 | -0/+77 |
* | PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 2 | -0/+165 |
* | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 1 | -0/+1 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+0 |
* | os: fix OpenBSD/PowerPC compilation | Brad | 2011-04-10 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 3 | -12/+12 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -3/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+3 |
* | Clean up av_get_cpu_flag() | Måns Rullgård | 2010-09-09 | 1 | -6/+2 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -0/+88 |
* | Mark all intreadwrite functions av_always_inline | Måns Rullgård | 2010-01-18 | 1 | -8/+8 |
* | PPC: fix asm operand constraints in AV_RL64 | Måns Rullgård | 2009-07-29 | 1 | -1/+1 |
* | PPC: check for x-form asm constraint support | Måns Rullgård | 2009-04-18 | 1 | -0/+4 |
* | PPC asm for AV_RL*() | Måns Rullgård | 2009-04-18 | 1 | -0/+104 |
* | Split libavutil/timer.h per architecture | Måns Rullgård | 2009-04-01 | 1 | -0/+47 |