summaryrefslogtreecommitdiff
path: root/libavutil/ppc
Commit message (Expand)AuthorAge
* ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-31
* ppc: vsx: Implement float_dspLuca Barbato2015-05-31
* ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-31
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-31
* ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-31
* ppc: linux: Check altivec using the auxvLuca Barbato2015-05-31
* ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-31
* ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-31
* ppc: Support little endian intreadwriteLuca Barbato2014-09-03
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
* ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-28
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* configure: Check for support for labels in the inline assemblyMartin Storsjö2013-07-11
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-30
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* float_dsp: ppc: add a separate header for Altivec function prototypesJustin Ruggles2012-06-08
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-12
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* os: fix OpenBSD/PowerPC compilationBrad2011-04-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-18
* PPC: fix asm operand constraints in AV_RL64Måns Rullgård2009-07-29
* PPC: check for x-form asm constraint supportMåns Rullgård2009-04-18
* PPC asm for AV_RL*()Måns Rullgård2009-04-18
* Split libavutil/timer.h per architectureMåns Rullgård2009-04-01