projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c99ddfa
)
Move postproc ---> libswscale
author
Luca Abeni
<lucabe72@email.it>
Fri, 30 Jun 2006 12:00:31 +0000
(12:00 +0000)
committer
Luca Abeni
<lucabe72@email.it>
Fri, 30 Jun 2006 12:00:31 +0000
(12:00 +0000)
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
15 files changed:
libswscale/Makefile
[moved from
postproc/Makefile
with 100% similarity]
patch
|
blob
|
history
libswscale/cs_test.c
[moved from
postproc/cs_test.c
with 100% similarity]
patch
|
blob
|
history
libswscale/rgb2rgb.c
[moved from
postproc/rgb2rgb.c
with 100% similarity]
patch
|
blob
|
history
libswscale/rgb2rgb.h
[moved from
postproc/rgb2rgb.h
with 100% similarity]
patch
|
blob
|
history
libswscale/rgb2rgb_template.c
[moved from
postproc/rgb2rgb_template.c
with 100% similarity]
patch
|
blob
|
history
libswscale/swscale-example.c
[moved from
postproc/swscale-example.c
with 100% similarity]
patch
|
blob
|
history
libswscale/swscale.c
[moved from
postproc/swscale.c
with 100% similarity]
patch
|
blob
|
history
libswscale/swscale.h
[moved from
postproc/swscale.h
with 100% similarity]
patch
|
blob
|
history
libswscale/swscale_altivec_template.c
[moved from
postproc/swscale_altivec_template.c
with 100% similarity]
patch
|
blob
|
history
libswscale/swscale_internal.h
[moved from
postproc/swscale_internal.h
with 100% similarity]
patch
|
blob
|
history
libswscale/swscale_template.c
[moved from
postproc/swscale_template.c
with 100% similarity]
patch
|
blob
|
history
libswscale/yuv2rgb.c
[moved from
postproc/yuv2rgb.c
with 100% similarity]
patch
|
blob
|
history
libswscale/yuv2rgb_altivec.c
[moved from
postproc/yuv2rgb_altivec.c
with 100% similarity]
patch
|
blob
|
history
libswscale/yuv2rgb_mlib.c
[moved from
postproc/yuv2rgb_mlib.c
with 100% similarity]
patch
|
blob
|
history
libswscale/yuv2rgb_template.c
[moved from
postproc/yuv2rgb_template.c
with 100% similarity]
patch
|
blob
|
history
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