]> git.sesse.net Git - ffmpeg/history - libswscale/ppc/yuv2rgb_altivec.c
avconv: split subtitle transcoding out of output_packet().
[ffmpeg] / libswscale / ppc / yuv2rgb_altivec.c
2011-06-28 Ronald S. Bultjeswscale: split yuv2packedX_altivec in smaller functions.
2011-06-03 Ronald S. Bultjeswscale: split out ppc _template.c files from main...
2011-06-03 Ronald S. Bultjeswscale: remove indirections in ppc/swscale_template.c.
2011-05-29 Diego Biurrunswscale: Remove disabled code.
2011-05-28 Anton Khirnovsws: replace all long with int.
2011-05-26 Ronald S. Bultjeswscale: fix compile on ppc.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-24 Reimar DöffingerFix compilation, forgot to add const also to the
2010-07-24 Reimar DöffingerAdd some "const" to avoid incompatible pointer type...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-09-12 Ramiro PollaRemove ; after while(0) in macros.
2009-08-16 Ramiro PollaCosmetics:
2009-08-16 Ramiro PollaIndent libswscale:
2009-08-10 Diego BiurrunRemove disabled debug code.
2009-06-04 Ramiro PollaUse DECLARE_ALIGNED macro instead of __attribute__...
2009-05-09 Diego BiurrunAdd missing const qualifiers to AltiVec function parame...
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.