ffmpeg/libswscale
Diego Biurrun 825e463a17 build: Add feature test macros for glibc 2.19+
glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and
_SVID_SOURCE, which were deprecated in version 2.20. Add _DEFAULT_SOURCE
where the latter two are used to be forwards-compatible and avoid warnings
about the use of deprecated definitions.
2017-07-10 10:22:56 +02:00
..
ppc swscale: Add input support for 12-bit formats 2016-10-12 17:39:30 +02:00
tests swscale-test: const correctness 2017-04-24 16:10:05 +02:00
x86 x86util: Port all macros to cpuflags 2017-03-14 17:23:32 +01: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 input support for gbrap10 pixel format 2017-04-13 16:11:24 +02:00
libswscale.v build: Change structure of the linker version script templates 2016-05-29 16:43:11 +02:00
options.c swscale: Rename sws_context_class to ff_sws_context_class 2016-07-16 17:38:37 +02:00
output.c swscale: Do not shift negative values directly 2017-04-15 15:37:18 +02:00
rgb2rgb.c swscale: Add proper ff_ prefix to init functions 2016-07-16 17:38:37 +02:00
rgb2rgb.h swscale: Add proper ff_ prefix to init functions 2016-07-16 17:38:37 +02:00
rgb2rgb_template.c
swscale.c swscale: Rename is9_OR_10 to match what it does 2016-09-27 18:48:30 +02:00
swscale.h cosmetics: Fix spelling mistakes 2016-05-04 18:16:21 +02:00
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: Convert the check check_image_pointers helper to a macro 2017-04-15 15:37:18 +02:00
utils.c build: Add feature test macros for glibc 2.19+ 2017-07-10 10:22:56 +02:00
version.h Bump major versions of all libraries 2017-03-23 09:56:20 +01:00
yuv2rgb.c