ffmpeg/libswscale
Diego Biurrun 5c0e2b13eb swscale-test: const correctness for pointer variable
libswscale/swscale-test.c:369:20: warning: passing argument 2 of ‘sws_scale’ from incompatible pointer type [-Wincompatible-pointer-types]
libswscale/swscale.h:207:5: note: expected ‘const uint8_t * const* {aka const unsigned char * const*}’ but argument is of type ‘uint8_t ** {aka unsigned char **}’
2017-01-24 13:03:57 +01:00
..
ppc
tests swscale-test: const correctness for pointer variable 2017-01-24 13:03:57 +01:00
x86 swscale: x86: Add some forgotten 12-bit planar YUV cases 2016-10-12 17:39:30 +02:00
Makefile build: Generate pkg-config files from Make and not from configure 2016-12-22 12:30:54 +01:00
input.c swscale: Add GRAY12 2016-11-07 22:42:00 +01:00
libswscale.v
options.c
output.c swscale: Add the GBRAP12 output 2016-10-12 21:33:34 +02:00
rgb2rgb.c
rgb2rgb.h
rgb2rgb_template.c
swscale.c
swscale.h
swscale_internal.h ppc: Centralize compiler-specific altivec.h #include handling in one place 2016-12-14 14:08:43 +01:00
swscale_unscaled.c swscale: Add GRAY12 2016-11-07 22:42:00 +01:00
utils.c swscale: Add GRAY12 2016-11-07 22:42:00 +01:00
version.h
yuv2rgb.c