Moved 'deinterlace2' from -bad to -good
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 May 2009 08:46:40 +0000 (10:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 13 May 2009 08:48:45 +0000 (10:48 +0200)
commit43445935e82a7e9474092bf55b19d6c4d8fa1c7a
treed0dc21f4243754086e9f1f438584ff9a89dd800e
parent77c15d10a0ddee24c8e33616ce5cf1db7eaaa030
Moved 'deinterlace2' from -bad to -good

And rename it to deinterlace.
44 files changed:
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
docs/plugins/gst-plugins-good-plugins.args
docs/plugins/gst-plugins-good-plugins.hierarchy
docs/plugins/gst-plugins-good-plugins.interfaces
docs/plugins/inspect/plugin-deinterlace.xml [new file with mode: 0644]
gst/deinterlace/Makefile.am [moved from gst/deinterlace2/Makefile.am with 78% similarity]
gst/deinterlace/gstdeinterlace.c [moved from gst/deinterlace2/gstdeinterlace2.c with 76% similarity]
gst/deinterlace/gstdeinterlace.h [moved from gst/deinterlace2/gstdeinterlace2.h with 77% similarity]
gst/deinterlace/tvtime/greedy.c [moved from gst/deinterlace2/tvtime/greedy.c with 99% similarity]
gst/deinterlace/tvtime/greedyh.asm [moved from gst/deinterlace2/tvtime/greedyh.asm with 100% similarity]
gst/deinterlace/tvtime/greedyh.c [moved from gst/deinterlace2/tvtime/greedyh.c with 99% similarity]
gst/deinterlace/tvtime/greedyhmacros.h [moved from gst/deinterlace2/tvtime/greedyhmacros.h with 100% similarity]
gst/deinterlace/tvtime/linear.c [moved from gst/deinterlace2/tvtime/linear.c with 97% similarity]
gst/deinterlace/tvtime/linearblend.c [moved from gst/deinterlace2/tvtime/linearblend.c with 96% similarity]
gst/deinterlace/tvtime/mmx.h [moved from gst/deinterlace2/tvtime/mmx.h with 100% similarity]
gst/deinterlace/tvtime/plugins.h [moved from gst/deinterlace2/tvtime/plugins.h with 100% similarity]
gst/deinterlace/tvtime/scalerbob.c [moved from gst/deinterlace2/tvtime/scalerbob.c with 97% similarity]
gst/deinterlace/tvtime/sse.h [moved from gst/deinterlace2/tvtime/sse.h with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp.c [moved from gst/deinterlace2/tvtime/tomsmocomp.c with 99% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoop0A.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoop0A.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopBottom.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopEdgeA.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopEdgeA8.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopEdgeA8.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA2.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA2.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddA6.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddA6.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddAH.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopOddAH2.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopOddAH2.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopTop.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopTop.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopVA.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVA.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/SearchLoopVAH.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/SearchLoopVAH.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/StrangeBob.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/StrangeBob.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/TomsMoCompAll.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll.inc with 98% similarity]
gst/deinterlace/tvtime/tomsmocomp/TomsMoCompAll2.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/TomsMoCompAll2.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/WierdBob.inc [moved from gst/deinterlace2/tvtime/tomsmocomp/WierdBob.inc with 100% similarity]
gst/deinterlace/tvtime/tomsmocomp/tomsmocompmacros.h [moved from gst/deinterlace2/tvtime/tomsmocomp/tomsmocompmacros.h with 100% similarity]
gst/deinterlace/tvtime/vfir.c [moved from gst/deinterlace2/tvtime/vfir.c with 97% similarity]
gst/deinterlace/tvtime/weave.c [moved from gst/deinterlace2/tvtime/weave.c with 95% similarity]
gst/deinterlace/tvtime/weavebff.c [moved from gst/deinterlace2/tvtime/weavebff.c with 95% similarity]
gst/deinterlace/tvtime/weavetff.c [moved from gst/deinterlace2/tvtime/weavetff.c with 95% similarity]
gst/deinterlace/tvtime/x86-64_macros.inc [moved from gst/deinterlace2/tvtime/x86-64_macros.inc with 100% similarity]