ffmpeg/libswscale
Víctor Paesa 22e4695905 Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
Patch by Victor Paesa <wzrlpy@arsystel.com>
Original thread:
Date: Aug 31, 2006 7:15 PM
Subject: [Ffmpeg-devel] [PATCH] Add sws_getCachedContext() to swscale library

Originally committed as revision 19667 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2006-09-04 09:38:24 +00:00
..
Makefile Allow to compile swscale tests 2006-08-21 12:15:29 +00:00
cs_test.c Allow to compile swscale tests 2006-08-21 12:15:29 +00:00
rgb2rgb.c Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to 2006-08-11 12:50:14 +00:00
rgb2rgb.h Remove unneeded code 2006-07-01 14:39:14 +00:00
rgb2rgb_template.c -fPIC support for libswscale 2006-08-15 08:47:03 +00:00
swscale-example.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
swscale.c Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. 2006-09-04 09:38:24 +00:00
swscale.h Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead. 2006-09-04 09:38:24 +00:00
swscale_altivec_template.c Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX} 2006-07-27 19:35:30 +00:00
swscale_internal.h make the C code of the swscaler which i wrote LGPL 2006-08-30 10:50:20 +00:00
swscale_template.c make the C code of the swscaler which i wrote LGPL 2006-08-30 10:50:20 +00:00
yuv2rgb.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
yuv2rgb_altivec.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
yuv2rgb_mlib.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
yuv2rgb_template.c Move postproc ---> libswscale 2006-06-30 12:00:31 +00:00