]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/int_altivec.c
aacenc: cosmetics: move init() and end() to the bottom of the file.
[ffmpeg] / libavcodec / ppc / int_altivec.c
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...