Adding SN12/ST12 format support 15/48815/2
authorBarun Kumar Singh <barun.singh@samsung.com>
Wed, 30 Sep 2015 06:21:14 +0000 (11:51 +0530)
committerBarun Kumar Singh <barun.singh@samsung.com>
Sat, 31 Oct 2015 17:36:41 +0000 (10:36 -0700)
commitf5562ca5db1cf3cff42a26921964fcfd22c621ae
tree3c0ee0a0c0b2db558cd541302e78efbaf80dbd82
parent36aa5bf9ccac14fe7c751874f9a51f09ca4258ed
Adding SN12/ST12 format support

Adding gst-omx version 1.2.0 base code.
Signed-off-by: Barun Kr. Singh <barun.singh@samsung.com>
Change-Id: I61a89aff3b294b993fc4c5540a492a51b886bf76
101 files changed:
Android.mk [deleted file]
ChangeLog
INSTALL [deleted file]
Makefile.am
NEWS
RELEASE
common [deleted submodule]
common/Makefile.am [new file with mode: 0644]
common/extract-release-date-from-doap-file [new file with mode: 0644]
common/gst-autogen.sh [new file with mode: 0644]
common/m4/Makefile.am [new file with mode: 0644]
common/m4/README [new file with mode: 0644]
common/m4/as-ac-expand.m4 [new file with mode: 0644]
common/m4/as-auto-alt.m4 [new file with mode: 0644]
common/m4/as-compiler-flag.m4 [new file with mode: 0644]
common/m4/as-compiler.m4 [new file with mode: 0644]
common/m4/as-docbook.m4 [new file with mode: 0644]
common/m4/as-gcc-inline-assembly.m4 [new file with mode: 0644]
common/m4/as-libtool-tags.m4 [new file with mode: 0644]
common/m4/as-libtool.m4 [new file with mode: 0644]
common/m4/as-python.m4 [new file with mode: 0644]
common/m4/as-version.m4 [new file with mode: 0644]
common/m4/ax_create_stdint_h.m4 [new file with mode: 0644]
common/m4/check.m4 [new file with mode: 0644]
common/m4/glib-gettext.m4 [new file with mode: 0644]
common/m4/gst-arch.m4 [new file with mode: 0644]
common/m4/gst-args.m4 [new file with mode: 0644]
common/m4/gst-check.m4 [new file with mode: 0644]
common/m4/gst-debuginfo.m4 [new file with mode: 0644]
common/m4/gst-default.m4 [new file with mode: 0644]
common/m4/gst-doc.m4 [new file with mode: 0644]
common/m4/gst-dowhile.m4 [new file with mode: 0644]
common/m4/gst-error.m4 [new file with mode: 0644]
common/m4/gst-feature.m4 [new file with mode: 0644]
common/m4/gst-function.m4 [new file with mode: 0644]
common/m4/gst-gettext.m4 [new file with mode: 0644]
common/m4/gst-glib2.m4 [new file with mode: 0644]
common/m4/gst-libxml2.m4 [new file with mode: 0644]
common/m4/gst-package-release-datetime.m4 [new file with mode: 0644]
common/m4/gst-parser.m4 [new file with mode: 0644]
common/m4/gst-platform.m4 [new file with mode: 0644]
common/m4/gst-plugin-docs.m4 [new file with mode: 0644]
common/m4/gst-plugindir.m4 [new file with mode: 0644]
common/m4/gst-valgrind.m4 [new file with mode: 0644]
common/m4/gst-x11.m4 [new file with mode: 0644]
common/m4/gst.m4 [new file with mode: 0644]
common/m4/gtk-doc.m4 [new file with mode: 0644]
common/m4/introspection.m4 [new file with mode: 0644]
common/m4/orc.m4 [new file with mode: 0644]
common/m4/pkg.m4 [new file with mode: 0644]
config/Makefile.am [changed mode: 0755->0644]
config/bellagio/gstomx.conf
config/exynos/Makefile.am [changed mode: 0755->0644]
config/exynos/gstomx.conf [changed mode: 0755->0644]
config/exynos64/Makefile.am [moved from config/odroid/Makefile.am with 76% similarity]
config/exynos64/gstomx.conf [moved from config/odroid/gstomx.conf with 72% similarity]
config/rpi/gstomx.conf
configure.ac [changed mode: 0755->0644]
examples/Makefile.am [new file with mode: 0644]
examples/egl/Makefile.am [new file with mode: 0644]
examples/egl/cube_texture_and_coords.h [new file with mode: 0644]
examples/egl/testegl.c [new file with mode: 0644]
gst-omx.doap
gst-omx.manifest [new file with mode: 0644]
m4/Makefile.am [new file with mode: 0644]
omx/Makefile.am
omx/gstomx.c [changed mode: 0755->0644]
omx/gstomx.h
omx/gstomxaacdec.c [new file with mode: 0644]
omx/gstomxaacdec.h [new file with mode: 0644]
omx/gstomxamrdec.c [new file with mode: 0644]
omx/gstomxamrdec.h [new file with mode: 0644]
omx/gstomxanalogaudiosink.c [new file with mode: 0644]
omx/gstomxanalogaudiosink.h [new file with mode: 0644]
omx/gstomxaudiodec.c [new file with mode: 0644]
omx/gstomxaudiodec.h [new file with mode: 0644]
omx/gstomxaudioenc.c
omx/gstomxaudioenc.h
omx/gstomxaudiosink.c [new file with mode: 0644]
omx/gstomxaudiosink.h [new file with mode: 0644]
omx/gstomxbufferpool.c [new file with mode: 0644]
omx/gstomxbufferpool.h [new file with mode: 0644]
omx/gstomxh263enc.c
omx/gstomxh264dec.c
omx/gstomxh264enc.c
omx/gstomxh264enc.h
omx/gstomxhdmiaudiosink.c [new file with mode: 0644]
omx/gstomxhdmiaudiosink.h [new file with mode: 0644]
omx/gstomxmp3dec.c [new file with mode: 0644]
omx/gstomxmp3dec.h [new file with mode: 0644]
omx/gstomxmpeg4videoenc.c
omx/gstomxvideo.c [new file with mode: 0644]
omx/gstomxvideo.h [new file with mode: 0644]
omx/gstomxvideodec.c [changed mode: 0755->0644]
omx/gstomxvideodec.h
omx/gstomxvideoenc.c [changed mode: 0755->0644]
omx/gstomxvideoenc.h [changed mode: 0755->0644]
omx/gstomxvp8dec.h
packaging/common.tar.bz2 [deleted file]
packaging/gitmodules.sh [deleted file]
packaging/gst-omx.spec [changed mode: 0755->0644]