| Commit message (Expand) | Author | Age | Files | Lines |
* | ppc: don't return a value from a function declared void | Sean McGovern | 2013-08-30 | 1 | -1/+1 |
* | ppc: cosmetics: Consistently format CPU flag detection invocations | Diego Biurrun | 2013-08-29 | 1 | -2/+5 |
* | swscale: cosmetics: Drop silly camelCase from swScale function pointer name | Diego Biurrun | 2013-08-29 | 1 | -2/+2 |
* | swscale: Add some missing av_cold to arch-specific init functions | Diego Biurrun | 2013-08-29 | 1 | -2/+3 |
* | swscale: consistent names for arch-specific acceleration functions | Diego Biurrun | 2013-08-29 | 1 | -1/+1 |
* | swscale: ppc: Hide arch-specific initialization details | Diego Biurrun | 2013-08-29 | 4 | -11/+37 |
* | swscale: ppc: Remove commented-out define cruft | Diego Biurrun | 2013-06-02 | 1 | -2/+0 |
* | ppc: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -16/+16 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 3 | -44/+44 |
* | ppc: swscale: rework yuv2planeX_altivec() | Mans Rullgard | 2012-10-05 | 1 | -89/+63 |
* | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 2 | -5/+9 |
* | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 1 | -0/+3 |
* | ppc: Add/remove a number of const qualifiers to fix related warnings. | Diego Biurrun | 2012-04-09 | 1 | -5/+5 |
* | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 1 | -1/+1 |
* | swscale: K&R formatting cosmetics for PowerPC code (part II/II) | Diego Biurrun | 2012-03-02 | 1 | -612/+642 |
* | swscale: K&R formatting cosmetics for PowerPC code (part I/II) | Diego Biurrun | 2012-02-21 | 2 | -303/+314 |
* | swscale: ppc: Add missing header #includes to pass 'make checkheaders'. | Diego Biurrun | 2012-02-09 | 1 | -0/+4 |
* | cosmetics: Remove some unnecessary block braces. | Diego Biurrun | 2012-01-25 | 1 | -10/+0 |
* | swscale: K&R reformatting cosmetics for header files | Diego Biurrun | 2012-01-08 | 1 | -7/+12 |
* | swscale: Use standard multiple inclusion guards in ppc/ header files. | Diego Biurrun | 2012-01-04 | 1 | -3/+3 |
* | swscale: update altivec yuv2planeX asm to new per-plane API. | Ronald S. Bultje | 2011-10-22 | 1 | -81/+13 |
* | Split up yuv2yuvX functions | Kieran Kunhya | 2011-10-22 | 1 | -1/+1 |
* | ppc: fix some pointer to integer casts | Mans Rullgard | 2011-09-25 | 1 | -5/+5 |
* | swscale: split hScale() function pointer into h[cy]Scale(). | Ronald S. Bultje | 2011-08-17 | 1 | -1/+1 |
* | swscale: add dithering to yuv2yuvX_altivec_real | Luca Barbato | 2011-08-13 | 1 | -14/+7 |
* | swscale: use 15-bit intermediates for 9/10-bit scaling. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | swscale: for >8bit scaling, read in native bit-depth. | Ronald S. Bultje | 2011-07-01 | 1 | -1/+1 |
* | swscale: implement >8bit scaling support. | Ronald S. Bultje | 2011-06-29 | 1 | -1/+3 |
* | PPC: swscale: disable altivec functions for unsupported formats | Mans Rullgard | 2011-06-28 | 1 | -1/+3 |
* | swscale: change prototypes of scaled YUV output functions. | Ronald S. Bultje | 2011-06-27 | 1 | -4/+3 |
* | swscale: split yuv2packedX_altivec in smaller functions. | Ronald S. Bultje | 2011-06-27 | 3 | -14/+46 |
* | swscale: remove unused xInc/srcW arguments from hScale(). | Ronald S. Bultje | 2011-06-26 | 1 | -2/+1 |
* | swscale: extract SWS_FULL_CHR_H_INT conditional into init code. | Ronald S. Bultje | 2011-06-07 | 1 | -1/+1 |
* | swscale: un-special-case yuv2yuvX16_c(). | Ronald S. Bultje | 2011-06-07 | 1 | -1/+5 |
* | swscale: enable hScale_altivec_real. | Ronald S. Bultje | 2011-06-03 | 1 | -0/+1 |
* | swscale: split out ppc _template.c files from main swscale.c. | Ronald S. Bultje | 2011-06-03 | 3 | -5/+50 |
* | swscale: remove indirections in ppc/swscale_template.c. | Ronald S. Bultje | 2011-06-03 | 3 | -71/+23 |
* | swscale: split out unscaled altivec YUV converters in their own file. | Ronald S. Bultje | 2011-06-03 | 2 | -155/+191 |
* | swscale: remove unused COMPILE_TEMPLATE_ALTIVEC. | Ronald S. Bultje | 2011-06-02 | 1 | -4/+0 |
* | swscale: Remove unused variable. | Diego Biurrun | 2011-05-30 | 1 | -2/+0 |
* | swscale: Remove disabled code. | Diego Biurrun | 2011-05-29 | 1 | -152/+0 |
* | sws: replace all long with int. | Anton Khirnov | 2011-05-28 | 3 | -5/+5 |
* | swscale: fix compile on ppc. | Ronald S. Bultje | 2011-05-26 | 3 | -31/+41 |
* | swscale: remove duplicate code in ppc/ subdirectory. | Ronald S. Bultje | 2011-05-24 | 1 | -791/+2 |
* | swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*. | Ronald S. Bultje | 2011-05-24 | 1 | -1/+2 |
* | [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats. | Ronald S. Bultje | 2011-05-14 | 1 | -49/+0 |
* | swscale: fix YUV420P 9/10bit support. | Ronald S. Bultje | 2011-05-11 | 1 | -2/+2 |
* | swscale: correct include path to fix ppc altivec build | Janne Grunau | 2011-04-15 | 1 | -1/+1 |
* | swscale: partially move the arch specific code left | Luca Barbato | 2011-04-14 | 1 | -0/+903 |