Initial release 2.0alpha master 2.0_alpha submit/master/20120920.150935
authorJeongmo Yang <jm80.yang@samsung.com>
Fri, 7 Sep 2012 12:59:49 +0000 (21:59 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Fri, 7 Sep 2012 13:00:07 +0000 (22:00 +0900)
commit8665a5303d5fa3daaba53cff8f0758e0fc859636
tree1f047a01969b70f244d6c0b4381a34e5b7b64355
parent4e9e23ca3164c203a46c205da5af49e354dbbdd2
Initial release

Change-Id: I0736f126be88ae94efb6698b91de356c16357e52
97 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
build.sh [new file with mode: 0755]
camerasrc/Makefile.am [new file with mode: 0644]
camerasrc/src/Makefile.am [new file with mode: 0644]
camerasrc/src/camerasrc-internal.c [new file with mode: 0644]
camerasrc/src/camerasrc.c [new file with mode: 0644]
camerasrc/src/gstcamerasrc.c [new file with mode: 0644]
camerasrc/src/gstcamerasrccolorbalance.c [new file with mode: 0644]
camerasrc/src/gstcamerasrccontrol.c [new file with mode: 0644]
camerasrc/src/include/camerasrc-common.h [new file with mode: 0644]
camerasrc/src/include/camerasrc-error.h [new file with mode: 0644]
camerasrc/src/include/camerasrc-internal.h [new file with mode: 0644]
camerasrc/src/include/camerasrc.h [new file with mode: 0644]
camerasrc/src/include/gstcamerasrc.h [new file with mode: 0644]
camerasrc/src/include/gstcamerasrccolorbalance.h [new file with mode: 0644]
camerasrc/src/include/gstcamerasrccontrol.h [new file with mode: 0644]
common/ChangeLog [new file with mode: 0755]
common/Makefile.am [new file with mode: 0755]
common/c-to-xml.py [new file with mode: 0755]
common/check-exports [new file with mode: 0755]
common/check.mak [new file with mode: 0755]
common/coverage/coverage-report-entry.pl [new file with mode: 0755]
common/coverage/coverage-report.pl [new file with mode: 0755]
common/coverage/coverage-report.xsl [new file with mode: 0755]
common/coverage/lcov.mak [new file with mode: 0755]
common/gettext.patch [new file with mode: 0755]
common/glib-gen.mak [new file with mode: 0755]
common/gst-autogen.sh [new file with mode: 0755]
common/gst-xmlinspect.py [new file with mode: 0755]
common/gst.supp [new file with mode: 0755]
common/gstdoc-scangobj [new file with mode: 0755]
common/gtk-doc-plugins.mak [new file with mode: 0755]
common/gtk-doc.mak [new file with mode: 0755]
common/m4/Makefile.am [new file with mode: 0755]
common/m4/README [new file with mode: 0755]
common/m4/as-ac-expand.m4 [new file with mode: 0755]
common/m4/as-auto-alt.m4 [new file with mode: 0755]
common/m4/as-compiler-flag.m4 [new file with mode: 0755]
common/m4/as-compiler.m4 [new file with mode: 0755]
common/m4/as-docbook.m4 [new file with mode: 0755]
common/m4/as-gcc-inline-assembly.m4 [new file with mode: 0755]
common/m4/as-libtool-tags.m4 [new file with mode: 0755]
common/m4/as-libtool.m4 [new file with mode: 0755]
common/m4/as-python.m4 [new file with mode: 0755]
common/m4/as-scrub-include.m4 [new file with mode: 0755]
common/m4/as-version.m4 [new file with mode: 0755]
common/m4/ax_create_stdint_h.m4 [new file with mode: 0755]
common/m4/check.m4 [new file with mode: 0755]
common/m4/gettext.m4 [new file with mode: 0755]
common/m4/glib-gettext.m4 [new file with mode: 0755]
common/m4/gst-arch.m4 [new file with mode: 0755]
common/m4/gst-args.m4 [new file with mode: 0755]
common/m4/gst-check.m4 [new file with mode: 0755]
common/m4/gst-debuginfo.m4 [new file with mode: 0755]
common/m4/gst-default.m4 [new file with mode: 0755]
common/m4/gst-doc.m4 [new file with mode: 0755]
common/m4/gst-error.m4 [new file with mode: 0755]
common/m4/gst-feature.m4 [new file with mode: 0755]
common/m4/gst-function.m4 [new file with mode: 0755]
common/m4/gst-gettext.m4 [new file with mode: 0755]
common/m4/gst-glib2.m4 [new file with mode: 0755]
common/m4/gst-libxml2.m4 [new file with mode: 0755]
common/m4/gst-parser.m4 [new file with mode: 0755]
common/m4/gst-plugin-docs.m4 [new file with mode: 0755]
common/m4/gst-plugindir.m4 [new file with mode: 0755]
common/m4/gst-valgrind.m4 [new file with mode: 0755]
common/m4/gst.m4 [new file with mode: 0755]
common/m4/gtk-doc.m4 [new file with mode: 0755]
common/m4/iconv.m4 [new file with mode: 0755]
common/m4/isc-posix.m4 [new file with mode: 0755]
common/m4/lib-ld.m4 [new file with mode: 0755]
common/m4/lib-link.m4 [new file with mode: 0755]
common/m4/lib-prefix.m4 [new file with mode: 0755]
common/m4/lt~obsolete.m4 [new file with mode: 0755]
common/m4/pkg.m4 [new file with mode: 0755]
common/m4/progtest.m4 [new file with mode: 0755]
common/mangle-tmpl.py [new file with mode: 0755]
common/plugins.xsl [new file with mode: 0755]
common/po.mak [new file with mode: 0755]
common/release.mak [new file with mode: 0755]
common/scangobj-merge.py [new file with mode: 0755]
common/upload.mak [new file with mode: 0755]
common/win32.mak [new file with mode: 0755]
configure.ac [new file with mode: 0644]
control.in [new file with mode: 0755]
depcomp [new file with mode: 0755]
install-sh [new file with mode: 0755]
m4/Makefile.am [new file with mode: 0755]
m4/as-compiler-flag.m4 [new file with mode: 0755]
m4/as-version.m4 [new file with mode: 0755]
m4/lt~obsolete.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
packaging/gst-plugins-s5pc2xx.spec [new file with mode: 0644]