summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/int_altivec.c
Commit message (Expand)AuthorAge
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29
* ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
* ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-20
* ppc: dsputil: more K&R formatting cosmeticsDiego Biurrun2014-03-20
* ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-20
* altivec: perform an explicit unaligned loadKostya Shishkov2013-08-16
* fix scalarproduct_and_madd_int16_altivec() for orders > 16Kostya Shishkov2013-05-26
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard2012-05-01
* ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard2012-05-01
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-01
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add const to some pointer parameters.Eli Friedman2010-06-27
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* refactor and optimize scalarproductLoren Merritt2009-12-05
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Remove unnecessary gcc_fixes.h #include.Diego Biurrun2009-04-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Cleanup _t types in libavcodec/ppcLuca Barbato2008-12-27
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-20
* Altivec implementation of APE vector functionsKostya Shishkov2008-07-06
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* make arguments to ssd_int8_vs_int16() constMåns Rullgård2007-07-08
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1Luca Barbato2007-04-10