ffmpeg/libswscale
Reinhard Tartler 737eb5976f Merge libavcore into libavutil
It is pretty hopeless that other considerable projects will adopt
libavutil alone in other projects. Projects that need small footprint
are better off with more specialized libraries such as gnulib or rather
just copy the necessary parts that they need. With this in mind, nobody
is helped by having libavutil and libavcore split. In order to ease
maintenance inside and around FFmpeg and to reduce confusion where to
put common code, avcore's functionality is merged (back) to avutil.

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-02-15 16:18:21 +01:00
..
bfin consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
mlib consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
ppc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
sparc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
x86 consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
Makefile Merge libavcore into libavutil 2011-02-15 16:18:21 +01:00
colorspace-test.c colorspace-test: fix build 2010-12-07 15:27:11 +00:00
libswscale.v Add symbol versioning for shared libraries 2010-01-16 04:48:55 +00:00
options.c Set the default value of param0 and param1 to SWS_PARAM_DEFAULT. 2010-09-29 22:06:40 +00:00
rgb2rgb.c rgb2rgb: don't misuse HAVE_* defines 2010-09-14 13:12:11 +00:00
rgb2rgb.h rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32() 2010-09-12 13:03:41 +00:00
rgb2rgb_template.c Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
swscale-test.c Merge libavcore into libavutil 2011-02-15 16:18:21 +01:00
swscale.c 100l fix if condition 2010-09-27 23:47:54 +00:00
swscale.h Deprecate sws_getContext(), use sws_alloc_context() and 2010-09-28 22:23:58 +00:00
swscale_internal.h Y400A (gray alpha) input support in libswscale 2010-09-27 22:24:03 +00:00
swscale_template.c Fix MMX rgb24 to yuv conversion with gcc 4.6 2011-02-13 01:42:32 +00:00
utils.c Store src/dstFormat after calling handle_jpeg 2010-10-29 13:48:12 +00:00
yuv2rgb.c Change the type of Y table to pointer to void in fill_table(). 2010-07-12 08:35:20 +00:00