]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/int_altivec.c
ppc: add const where needed in scalarproduct_int16_altivec()
[ffmpeg] / libavcodec / ppc / int_altivec.c
2012-04-30 Mans Rullgardppc: add const where needed in scalarproduct_int16_alti...
2012-04-30 Mans Rullgardppc: remove shift parameter from scalarproduct_int16_al...
2012-04-30 Mans Rullgardppc: dsputil: do unaligned block accesses correctly
2012-04-09 Diego Biurrunppc: Add/remove a number of const qualifiers to fix...
2012-02-15 Martin Storsjöppc: Add ff_ prefix to nonstatic symbols
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-08-24 Måns RullgårdPPC: remove unnecessary alignment on local variables
2009-04-09 Diego BiurrunRemove unnecessary gcc_fixes.h #include.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-27 Luca BarbatoCleanup _t types in libavcodec/ppc
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2008-07-06 Kostya ShishkovAltivec implementation of APE vector functions
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...