]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/h264_altivec.c
Simplify l1mv/l1ref calculation.
[ffmpeg] / libavcodec / ppc / h264_altivec.c
2008-07-24 Diego Biurruncosmetics: Fix indentation after last commit.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-12-27 Diego BiurrunAdd necessary #include, fixes the warnings:
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-08-24 Diego Biurrunwhitespace/indentation cosmetics
2007-08-24 Diego BiurrunRemove HAVE_ALTIVEC preprocessor directives that are...
2007-08-12 Guillaume Poirieruse shorter types vec_"type" instead of the too long...
2007-06-17 Guillaume Poirierrestore GCC3 support
2007-06-17 Guillaume Poirierre-enable use of h264_v_loop_filter_luma_altivec and...
2007-06-17 Graham Bookerpart 2/2 of fixing Altivec-accelerated H264 luma inloop...
2007-06-17 Guillaume Poirierconvert h264_deblock_q1 to an inline function.
2007-06-16 Graham BookerUse a faster way to compute 255-val: Instead of creatin...
2007-06-15 Guillaume Poiriersome samples aren't decoded correctly such as
2007-06-12 Guillaume Poiriercosmetics
2007-06-12 Sigbjorn Skjaeretkill one vector constant value load by the right combin...
2007-06-12 Sigbjorn Skjaeretrestore GCC2/3 support, patch by Sigbjorn Skjaeret...
2007-06-11 Guillaume Poirierone step closer to restoring GCC-3.3 support: kills...
2007-06-09 Guillaume Poirierminor GCC3 compile fix
2007-06-09 Graham BookerAltivec version of h264_(h|v)_loop_filter_luma
2007-06-03 Luca Barbatoh264_idct_add_altivec, based on an old patch from Mauri...
2007-05-17 Guillaume Poirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2006-12-11 Guillaume PoirierGCC 3.3 compile fix
2006-12-02 Guillaume PoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 Luca BarbatoUnused variable removed
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-03 Kostya ShishkovAltiVec version of put_no_rnd_h264_chroma_pixels_tab...
2006-08-31 Luca BarbatoProper fix for the corner case that would have been...
2006-08-31 Luca BarbatoRevert previous commit
2006-08-15 Luca Barbato10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-13 Luca BarbatoClean up:make dsputil subfile names consistent