[SCM] libav/experimental: Move postproc ---> libswscale

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:30 UTC 2013


The following commit has been merged in the experimental branch:
commit 73435f006bb9baa285251bd3f47eb1b1f5cd06b6
Author: Luca Abeni <lucabe72 at email.it>
Date:   Fri Jun 30 12:00:31 2006 +0000

    Move postproc ---> libswscale
    
    Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

diff --git a/postproc/Makefile b/libswscale/Makefile
similarity index 100%
rename from postproc/Makefile
rename to libswscale/Makefile
diff --git a/postproc/cs_test.c b/libswscale/cs_test.c
similarity index 100%
rename from postproc/cs_test.c
rename to libswscale/cs_test.c
diff --git a/postproc/rgb2rgb.c b/libswscale/rgb2rgb.c
similarity index 100%
rename from postproc/rgb2rgb.c
rename to libswscale/rgb2rgb.c
diff --git a/postproc/rgb2rgb.h b/libswscale/rgb2rgb.h
similarity index 100%
rename from postproc/rgb2rgb.h
rename to libswscale/rgb2rgb.h
diff --git a/postproc/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
similarity index 100%
rename from postproc/rgb2rgb_template.c
rename to libswscale/rgb2rgb_template.c
diff --git a/postproc/swscale-example.c b/libswscale/swscale-example.c
similarity index 100%
rename from postproc/swscale-example.c
rename to libswscale/swscale-example.c
diff --git a/postproc/swscale.c b/libswscale/swscale.c
similarity index 100%
rename from postproc/swscale.c
rename to libswscale/swscale.c
diff --git a/postproc/swscale.h b/libswscale/swscale.h
similarity index 100%
rename from postproc/swscale.h
rename to libswscale/swscale.h
diff --git a/postproc/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c
similarity index 100%
rename from postproc/swscale_altivec_template.c
rename to libswscale/swscale_altivec_template.c
diff --git a/postproc/swscale_internal.h b/libswscale/swscale_internal.h
similarity index 100%
rename from postproc/swscale_internal.h
rename to libswscale/swscale_internal.h
diff --git a/postproc/swscale_template.c b/libswscale/swscale_template.c
similarity index 100%
rename from postproc/swscale_template.c
rename to libswscale/swscale_template.c
diff --git a/postproc/yuv2rgb.c b/libswscale/yuv2rgb.c
similarity index 100%
rename from postproc/yuv2rgb.c
rename to libswscale/yuv2rgb.c
diff --git a/postproc/yuv2rgb_altivec.c b/libswscale/yuv2rgb_altivec.c
similarity index 100%
rename from postproc/yuv2rgb_altivec.c
rename to libswscale/yuv2rgb_altivec.c
diff --git a/postproc/yuv2rgb_mlib.c b/libswscale/yuv2rgb_mlib.c
similarity index 100%
rename from postproc/yuv2rgb_mlib.c
rename to libswscale/yuv2rgb_mlib.c
diff --git a/postproc/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c
similarity index 100%
rename from postproc/yuv2rgb_template.c
rename to libswscale/yuv2rgb_template.c

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list