]> git.sesse.net Git - ffmpeg/history - libswscale/ppc/yuv2rgb_altivec.c
frame: add a cropping rectangle to AVFrame
[ffmpeg] / libswscale / ppc / yuv2rgb_altivec.c
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2013-08-29 Diego Biurrunswscale: ppc: Hide arch-specific initialization details
2013-06-02 Diego Biurrunswscale: ppc: Remove commented-out define cruft
2013-04-30 Diego Biurrunppc: Drop unnecessary ff_ name prefixes from static...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-07-22 Diego Biurrunswscale: Mark all init functions as av_cold
2012-04-09 Diego Biurrunppc: Add/remove a number of const qualifiers to fix...
2012-03-02 Diego Biurrunswscale: K&R formatting cosmetics for PowerPC code...
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.