diff options
author | Luca Abeni <lucabe72@email.it> | 2006-06-30 12:00:31 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2006-06-30 12:00:31 +0000 |
commit | 73435f006bb9baa285251bd3f47eb1b1f5cd06b6 (patch) | |
tree | 1861e762c5bc66f83ded26662d247354d8056622 | |
parent | c99ddfa42a0cac9b3255357330733f718677e131 (diff) | |
download | ffmpeg-73435f006bb9baa285251bd3f47eb1b1f5cd06b6.tar.gz |
Move postproc ---> libswscale
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/Makefile (renamed from postproc/Makefile) | 0 | ||||
-rw-r--r-- | libswscale/cs_test.c (renamed from postproc/cs_test.c) | 0 | ||||
-rw-r--r-- | libswscale/rgb2rgb.c (renamed from postproc/rgb2rgb.c) | 0 | ||||
-rw-r--r-- | libswscale/rgb2rgb.h (renamed from postproc/rgb2rgb.h) | 0 | ||||
-rw-r--r-- | libswscale/rgb2rgb_template.c (renamed from postproc/rgb2rgb_template.c) | 0 | ||||
-rw-r--r-- | libswscale/swscale-example.c (renamed from postproc/swscale-example.c) | 0 | ||||
-rw-r--r-- | libswscale/swscale.c (renamed from postproc/swscale.c) | 0 | ||||
-rw-r--r-- | libswscale/swscale.h (renamed from postproc/swscale.h) | 0 | ||||
-rw-r--r-- | libswscale/swscale_altivec_template.c (renamed from postproc/swscale_altivec_template.c) | 0 | ||||
-rw-r--r-- | libswscale/swscale_internal.h (renamed from postproc/swscale_internal.h) | 0 | ||||
-rw-r--r-- | libswscale/swscale_template.c (renamed from postproc/swscale_template.c) | 0 | ||||
-rw-r--r-- | libswscale/yuv2rgb.c (renamed from postproc/yuv2rgb.c) | 0 | ||||
-rw-r--r-- | libswscale/yuv2rgb_altivec.c (renamed from postproc/yuv2rgb_altivec.c) | 0 | ||||
-rw-r--r-- | libswscale/yuv2rgb_mlib.c (renamed from postproc/yuv2rgb_mlib.c) | 0 | ||||
-rw-r--r-- | libswscale/yuv2rgb_template.c (renamed from postproc/yuv2rgb_template.c) | 0 |
15 files changed, 0 insertions, 0 deletions
diff --git a/postproc/Makefile b/libswscale/Makefile index 475bd31381..475bd31381 100644 --- a/postproc/Makefile +++ b/libswscale/Makefile diff --git a/postproc/cs_test.c b/libswscale/cs_test.c index b1963f92f6..b1963f92f6 100644 --- a/postproc/cs_test.c +++ b/libswscale/cs_test.c diff --git a/postproc/rgb2rgb.c b/libswscale/rgb2rgb.c index 049e105292..049e105292 100644 --- a/postproc/rgb2rgb.c +++ b/libswscale/rgb2rgb.c diff --git a/postproc/rgb2rgb.h b/libswscale/rgb2rgb.h index e38893deaf..e38893deaf 100644 --- a/postproc/rgb2rgb.h +++ b/libswscale/rgb2rgb.h diff --git a/postproc/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c index 807da6166f..807da6166f 100644 --- a/postproc/rgb2rgb_template.c +++ b/libswscale/rgb2rgb_template.c diff --git a/postproc/swscale-example.c b/libswscale/swscale-example.c index f8e0ef4e8e..f8e0ef4e8e 100644 --- a/postproc/swscale-example.c +++ b/libswscale/swscale-example.c diff --git a/postproc/swscale.c b/libswscale/swscale.c index 11f774d99a..11f774d99a 100644 --- a/postproc/swscale.c +++ b/libswscale/swscale.c diff --git a/postproc/swscale.h b/libswscale/swscale.h index e589e7dce0..e589e7dce0 100644 --- a/postproc/swscale.h +++ b/libswscale/swscale.h diff --git a/postproc/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c index d4a38201f1..d4a38201f1 100644 --- a/postproc/swscale_altivec_template.c +++ b/libswscale/swscale_altivec_template.c diff --git a/postproc/swscale_internal.h b/libswscale/swscale_internal.h index 5bccd62b6e..5bccd62b6e 100644 --- a/postproc/swscale_internal.h +++ b/libswscale/swscale_internal.h diff --git a/postproc/swscale_template.c b/libswscale/swscale_template.c index 9830e3d39f..9830e3d39f 100644 --- a/postproc/swscale_template.c +++ b/libswscale/swscale_template.c diff --git a/postproc/yuv2rgb.c b/libswscale/yuv2rgb.c index 63e465fb84..63e465fb84 100644 --- a/postproc/yuv2rgb.c +++ b/libswscale/yuv2rgb.c diff --git a/postproc/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c index 9a73b577ac..9a73b577ac 100644 --- a/postproc/yuv2rgb_altivec.c +++ b/libswscale/yuv2rgb_altivec.c diff --git a/postproc/yuv2rgb_mlib.c b/libswscale/yuv2rgb_mlib.c index b19c2a5d18..b19c2a5d18 100644 --- a/postproc/yuv2rgb_mlib.c +++ b/libswscale/yuv2rgb_mlib.c diff --git a/postproc/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index 2f15931ead..2f15931ead 100644 --- a/postproc/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c |