]> git.sesse.net Git - ffmpeg/history - libswscale/ppc
lavfi/gradfun: fix rounding in MMX code.
[ffmpeg] / libswscale / ppc /
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-05 Mans Rullgardppc: swscale: rework yuv2planeX_altivec()
2012-07-22 Diego Biurrunswscale: Mark all init functions as av_cold
2012-04-12 Diego Biurrunbuild: Move all arch OBJS declarations into arch subdir...
2012-04-09 Diego Biurrunppc: Add/remove a number of const qualifiers to fix...
2012-03-06 Ronald S. Bultjeswscale: make filterPos 32bit.
2012-03-02 Diego Biurrunswscale: K&R formatting cosmetics for PowerPC code...
2012-02-21 Diego Biurrunswscale: K&R formatting cosmetics for PowerPC code...
2012-02-09 Diego Biurrunswscale: ppc: Add missing header #includes to pass...
2012-01-25 Diego Biurruncosmetics: Remove some unnecessary block braces.
2012-01-08 Diego Biurrunswscale: K&R reformatting cosmetics for header files
2012-01-04 Diego Biurrunswscale: Use standard multiple inclusion guards in...
2011-10-22 Ronald S. Bultjeswscale: update altivec yuv2planeX asm to new per-plane...
2011-10-22 Kieran KunhyaSplit up yuv2yuvX functions
2011-09-25 Mans Rullgardppc: fix some pointer to integer casts
2011-08-18 Ronald S. Bultjeswscale: split hScale() function pointer into h[cy...
2011-08-12 Luca Barbatoswscale: add dithering to yuv2yuvX_altivec_real
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-07-01 Ronald S. Bultjeswscale: for >8bit scaling, read in native bit-depth.
2011-06-29 Ronald S. Bultjeswscale: implement >8bit scaling support.
2011-06-28 Mans RullgardPPC: swscale: disable altivec functions for unsupported...
2011-06-28 Ronald S. Bultjeswscale: change prototypes of scaled YUV output functions.
2011-06-28 Ronald S. Bultjeswscale: split yuv2packedX_altivec in smaller functions.
2011-06-26 Ronald S. Bultjeswscale: remove unused xInc/srcW arguments from hScale().
2011-06-07 Ronald S. Bultjeswscale: extract SWS_FULL_CHR_H_INT conditional into...
2011-06-07 Ronald S. Bultjeswscale: un-special-case yuv2yuvX16_c().
2011-06-03 Ronald S. Bultjeswscale: enable hScale_altivec_real.
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-06-03 Ronald S. Bultjeswscale: split out unscaled altivec YUV converters...
2011-06-03 Ronald S. Bultjeswscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
2011-05-30 Diego Biurrunswscale: Remove unused variable.
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: remove duplicate code in ppc/ subdirectory.
2011-05-24 Ronald S. Bultjeswscale: force --enable-runtime-cpudetect and remove...
2011-05-14 Ronald S. Bultje[PATCH] Update pixdesc_be fate refs after adding 9...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-04-14 Janne Grunauswscale: correct include path to fix ppc altivec build
2011-04-14 Luca Barbatoswscale: partially move the arch specific code left
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-07-24 Reimar DöffingerFix compilation, forgot to add const also to the
2010-07-24 Reimar DöffingerMore const-correctness fixes to avoid warnings.
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-29 Diego BiurrunMove swscale AltiVec template code to ppc subdirectory.
2009-03-26 Ramiro PollaMove yuv2rgb code to subdirs.