]> git.sesse.net Git - ffmpeg/history - libswscale/swscale_altivec_template.c
Remove useless casting in asm "m" operand.
[ffmpeg] / libswscale / swscale_altivec_template.c
2009-02-14 Kostya ShishkovMake hScale_altivec_real() trim its output like other...
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-02-25 Diego BiurrunFix outdated comment.
2008-01-17 Benoit FouetRemove some useless parentheses.
2008-01-17 Benoit FouetCosmetics: whitespaces
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2007-12-02 Diego BiurrunFix some spelling typos
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-28 Diego Biurruncosmetics attack, part I: Remove all tabs and prettypri...
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-12-26 Luca Abenichange all the occurrences of "FFMIN(FFMAX())" to clip_...
2006-11-01 Diego BiurrunDo not mix declarations and statements.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Diego BiurrunRemove unused variables.
2006-07-27 Alan CurryFix compile error due to extra "FF" at beginning of...
2006-07-26 Luca AbeniReplace MIN() and MAX() with FFMIN() and FFMAX()
2006-06-30 Luca AbeniMove postproc ---> libswscale