Initial version of libomxil-e9110-v4l2 92/196892/1 accepted/tizen/unified/20190114.060208 submit/tizen/20190114.032700
authorSejun Park <sejun79.park@samsung.com>
Mon, 7 Jan 2019 10:11:33 +0000 (19:11 +0900)
committerSejun Park <sejun79.park@samsung.com>
Mon, 7 Jan 2019 10:11:33 +0000 (19:11 +0900)
commit91d3cf6b18488133bf6de5dee04c3414ac7c8d75
treed49cba3385e81d6bc2dba6116d5d9a2f34e47261
parenta3d650a752250723139a220c7e105e81e4cda254
Initial version of libomxil-e9110-v4l2

Change-Id: I970b7b27cbc227dad0586911b006cab8bf8d7b4c
158 files changed:
COPYING [new file with mode: 0755]
Makefile.am [new file with mode: 0755]
autogen.sh [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.sub [new file with mode: 0755]
configure.ac [new file with mode: 0755]
exynos/Makefile.am [new file with mode: 0755]
exynos/libvideocodec/ExynosVideoInterface.c [new file with mode: 0755]
exynos/libvideocodec/Makefile.am [new file with mode: 0755]
exynos/libvideocodec/dec/ExynosVideoDecoder.c [new file with mode: 0755]
exynos/libvideocodec/enc/ExynosVideoEncoder.c [new file with mode: 0755]
exynos/libvideocodec/include/ExynosVideoApi.h [new file with mode: 0755]
exynos/libvideocodec/include/ExynosVideoDec.h [new file with mode: 0755]
exynos/libvideocodec/include/ExynosVideoEnc.h [new file with mode: 0755]
exynos/libvideocodec/mfc_headers/exynos_mfc_media.h [new file with mode: 0755]
exynos/libvideocodec/osal/ExynosVideo_OSAL.c [new file with mode: 0755]
exynos/libvideocodec/osal/include/ExynosVideo_OSAL.h [new file with mode: 0755]
exynos/libvideocodec/osal/include/ExynosVideo_OSAL_Dec.h [new file with mode: 0755]
exynos/libvideocodec/osal/include/ExynosVideo_OSAL_Enc.h [new file with mode: 0755]
libomxil-e9110-v4l2.manifest [new file with mode: 0755]
omxil-e9110-v4l2.pc.in [new file with mode: 0755]
openmax/Makefile.am [new file with mode: 0755]
openmax/component/Makefile.am [new file with mode: 0755]
openmax/component/common/Exynos_OMX_Basecomponent.c [new file with mode: 0755]
openmax/component/common/Exynos_OMX_Basecomponent.h [new file with mode: 0755]
openmax/component/common/Exynos_OMX_Baseport.c [new file with mode: 0755]
openmax/component/common/Exynos_OMX_Baseport.h [new file with mode: 0755]
openmax/component/common/Exynos_OMX_Resourcemanager.c [new file with mode: 0755]
openmax/component/common/Exynos_OMX_Resourcemanager.h [new file with mode: 0755]
openmax/component/common/Makefile.am [new file with mode: 0755]
openmax/component/video/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/Exynos_OMX_Vdec.c [new file with mode: 0755]
openmax/component/video/dec/Exynos_OMX_Vdec.h [new file with mode: 0755]
openmax/component/video/dec/Exynos_OMX_VdecControl.c [new file with mode: 0755]
openmax/component/video/dec/Exynos_OMX_VdecControl.h [new file with mode: 0755]
openmax/component/video/dec/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/h264/Exynos_OMX_H264dec.c [new file with mode: 0755]
openmax/component/video/dec/h264/Exynos_OMX_H264dec.h [new file with mode: 0755]
openmax/component/video/dec/h264/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/h264/library_register.c [new file with mode: 0755]
openmax/component/video/dec/h264/library_register.h [new file with mode: 0755]
openmax/component/video/dec/hevc/Exynos_OMX_HEVCdec.c [new file with mode: 0755]
openmax/component/video/dec/hevc/Exynos_OMX_HEVCdec.h [new file with mode: 0755]
openmax/component/video/dec/hevc/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/hevc/library_register.c [new file with mode: 0755]
openmax/component/video/dec/hevc/library_register.h [new file with mode: 0755]
openmax/component/video/dec/mpeg2/Exynos_OMX_Mpeg2dec.c [new file with mode: 0755]
openmax/component/video/dec/mpeg2/Exynos_OMX_Mpeg2dec.h [new file with mode: 0755]
openmax/component/video/dec/mpeg2/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/mpeg2/library_register.c [new file with mode: 0755]
openmax/component/video/dec/mpeg2/library_register.h [new file with mode: 0755]
openmax/component/video/dec/mpeg4/Exynos_OMX_Mpeg4dec.c [new file with mode: 0755]
openmax/component/video/dec/mpeg4/Exynos_OMX_Mpeg4dec.h [new file with mode: 0755]
openmax/component/video/dec/mpeg4/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/mpeg4/library_register.c [new file with mode: 0755]
openmax/component/video/dec/mpeg4/library_register.h [new file with mode: 0755]
openmax/component/video/dec/vc1/Exynos_OMX_Wmvdec.c [new file with mode: 0755]
openmax/component/video/dec/vc1/Exynos_OMX_Wmvdec.h [new file with mode: 0755]
openmax/component/video/dec/vc1/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/vc1/library_register.c [new file with mode: 0755]
openmax/component/video/dec/vc1/library_register.h [new file with mode: 0755]
openmax/component/video/dec/vp8/Exynos_OMX_Vp8dec.c [new file with mode: 0755]
openmax/component/video/dec/vp8/Exynos_OMX_Vp8dec.h [new file with mode: 0755]
openmax/component/video/dec/vp8/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/vp8/library_register.c [new file with mode: 0755]
openmax/component/video/dec/vp8/library_register.h [new file with mode: 0755]
openmax/component/video/dec/vp9/Exynos_OMX_Vp9dec.c [new file with mode: 0755]
openmax/component/video/dec/vp9/Exynos_OMX_Vp9dec.h [new file with mode: 0755]
openmax/component/video/dec/vp9/Makefile.am [new file with mode: 0755]
openmax/component/video/dec/vp9/library_register.c [new file with mode: 0755]
openmax/component/video/dec/vp9/library_register.h [new file with mode: 0755]
openmax/component/video/enc/Exynos_OMX_Venc.c [new file with mode: 0755]
openmax/component/video/enc/Exynos_OMX_Venc.h [new file with mode: 0755]
openmax/component/video/enc/Exynos_OMX_VencControl.c [new file with mode: 0755]
openmax/component/video/enc/Exynos_OMX_VencControl.h [new file with mode: 0755]
openmax/component/video/enc/Makefile.am [new file with mode: 0755]
openmax/component/video/enc/h264/Exynos_OMX_H264enc.c [new file with mode: 0755]
openmax/component/video/enc/h264/Exynos_OMX_H264enc.h [new file with mode: 0755]
openmax/component/video/enc/h264/Makefile.am [new file with mode: 0755]
openmax/component/video/enc/h264/library_register.c [new file with mode: 0755]
openmax/component/video/enc/h264/library_register.h [new file with mode: 0755]
openmax/component/video/enc/h264wfd/Exynos_OMX_H264enc_wfd.c [new file with mode: 0755]
openmax/component/video/enc/h264wfd/Exynos_OMX_H264enc_wfd.h [new file with mode: 0755]
openmax/component/video/enc/h264wfd/NOTICE [new file with mode: 0755]
openmax/component/video/enc/h264wfd/library_register.c [new file with mode: 0755]
openmax/component/video/enc/h264wfd/library_register.h [new file with mode: 0755]
openmax/component/video/enc/hevc/Exynos_OMX_HEVCenc.c [new file with mode: 0755]
openmax/component/video/enc/hevc/Exynos_OMX_HEVCenc.h [new file with mode: 0755]
openmax/component/video/enc/hevc/Makefile.am [new file with mode: 0755]
openmax/component/video/enc/hevc/library_register.c [new file with mode: 0755]
openmax/component/video/enc/hevc/library_register.h [new file with mode: 0755]
openmax/component/video/enc/mpeg4/Exynos_OMX_Mpeg4enc.c [new file with mode: 0755]
openmax/component/video/enc/mpeg4/Exynos_OMX_Mpeg4enc.h [new file with mode: 0755]
openmax/component/video/enc/mpeg4/Makefile.am [new file with mode: 0755]
openmax/component/video/enc/mpeg4/library_register.c [new file with mode: 0755]
openmax/component/video/enc/mpeg4/library_register.h [new file with mode: 0755]
openmax/component/video/enc/vp8/Exynos_OMX_Vp8enc.c [new file with mode: 0755]
openmax/component/video/enc/vp8/Exynos_OMX_Vp8enc.h [new file with mode: 0755]
openmax/component/video/enc/vp8/Makefile.am [new file with mode: 0755]
openmax/component/video/enc/vp8/library_register.c [new file with mode: 0755]
openmax/component/video/enc/vp8/library_register.h [new file with mode: 0755]
openmax/component/video/enc/vp9/Exynos_OMX_Vp9enc.c [new file with mode: 0755]
openmax/component/video/enc/vp9/Exynos_OMX_Vp9enc.h [new file with mode: 0755]
openmax/component/video/enc/vp9/Makefile.am [new file with mode: 0755]
openmax/component/video/enc/vp9/library_register.c [new file with mode: 0755]
openmax/component/video/enc/vp9/library_register.h [new file with mode: 0755]
openmax/core/Exynos_OMX_Component_Register.c [new file with mode: 0755]
openmax/core/Exynos_OMX_Component_Register.h [new file with mode: 0755]
openmax/core/Exynos_OMX_Core.c [new file with mode: 0755]
openmax/core/Exynos_OMX_Core.h [new file with mode: 0755]
openmax/core/Makefile.am [new file with mode: 0755]
openmax/include/exynos/Exynos_OMX_Def.h [new file with mode: 0755]
openmax/include/exynos/Exynos_OMX_Macros.h [new file with mode: 0755]
openmax/include/khronos/OMX_Audio.h [new file with mode: 0755]
openmax/include/khronos/OMX_Component.h [new file with mode: 0755]
openmax/include/khronos/OMX_ComponentExt.h [new file with mode: 0755]
openmax/include/khronos/OMX_ContentPipe.h [new file with mode: 0755]
openmax/include/khronos/OMX_Core.h [new file with mode: 0755]
openmax/include/khronos/OMX_CoreExt.h [new file with mode: 0755]
openmax/include/khronos/OMX_IVCommon.h [new file with mode: 0755]
openmax/include/khronos/OMX_Image.h [new file with mode: 0755]
openmax/include/khronos/OMX_ImageExt.h [new file with mode: 0755]
openmax/include/khronos/OMX_Index.h [new file with mode: 0755]
openmax/include/khronos/OMX_IndexExt.h [new file with mode: 0755]
openmax/include/khronos/OMX_Other.h [new file with mode: 0755]
openmax/include/khronos/OMX_Types.h [new file with mode: 0755]
openmax/include/khronos/OMX_Video.h [new file with mode: 0755]
openmax/include/khronos/OMX_VideoExt.h [new file with mode: 0755]
openmax/include/skype/OMX_Video_Extensions.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_ETC.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_ETC.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Event.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Event.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Library.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Library.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Log.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Log.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Memory.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Memory.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Mutex.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Mutex.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Platform.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Queue.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Queue.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Semaphore.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Semaphore.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_SharedMemory.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_SharedMemory.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_SkypeHD.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_SkypeHD.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Thread.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Thread.h [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Tizen.c [new file with mode: 0755]
openmax/osal/Exynos_OSAL_Tizen.h [new file with mode: 0755]
openmax/osal/Makefile.am [new file with mode: 0755]
openmax/osal/NOTICE [new file with mode: 0755]
packaging/libomxil-e9110-v4l2.spec [new file with mode: 0755]
srp.pc.in [new file with mode: 0755]