ffmpeg/libswscale/x86
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Libav, for some reason, merged this as a public API function. This will
aid in future merges.

A define is left for backwards compat, just in case some person
used it, since it is in a public header.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-01-27 16:36:46 +00:00
..
Makefile sws: move inline asm hscale to MMX_OBJS 2014-07-19 05:53:42 +02:00
hscale_fast_bilinear_simd.c libswscale/x86/hscale_fast_bilinear_simd.c: There's no need to save BX if it's in the clobber list. 2015-05-13 11:59:30 +02:00
input.asm swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding 2014-06-22 03:09:28 +02:00
output.asm Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
rgb2rgb.c Add missing external declarations. 2014-03-17 00:48:09 +01:00
rgb2rgb_template.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
scale.asm x86/scale: fix xmm register count for hscale*_sse2 2014-06-09 04:13:23 +02:00
swscale.c Replace all remaining occurances of step/depth_minus1 and offset_plus1 2015-09-08 17:10:48 +02:00
swscale_template.c YUV->BGR32 MMX support 2015-07-04 00:03:45 +02:00
w64xmmtest.c Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
yuv2rgb.c Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
yuv2rgb_template.c inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00