Initialize Tizen 2.3 2.3a_release submit/tizen_2.3/20140531.090536
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:47:56 +0000 (12:47 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 03:47:56 +0000 (12:47 +0900)
commit164240fcdaa226d57f04e12845eb5af3f227ec14
treee5572ff21cdd4bee0bf0376deae07e7e0187b8f8
Initialize Tizen 2.3
57 files changed:
.gitignore [new file with mode: 0755]
AUTHORS [new file with mode: 0755]
LICENSE [new file with mode: 0755]
LICENSE.APLv2.0 [new file with mode: 0755]
Makefile.am [new file with mode: 0755]
NOTICE [new file with mode: 0644]
TC/build.sh [new file with mode: 0755]
TC/execute.sh [new file with mode: 0755]
TC/making_new_tet_scen.py [new file with mode: 0755]
TC/tet_scen [new file with mode: 0755]
TC/tetbuild.cfg [new file with mode: 0755]
TC/tetclean.cfg [new file with mode: 0755]
TC/tetexec.cfg [new file with mode: 0755]
TC/tslist.txt [new file with mode: 0644]
TC/utc/Makefile [new file with mode: 0755]
TC/utc/test_data/test.jpg [new file with mode: 0755]
TC/utc/test_data/test.yuv [new file with mode: 0755]
TC/utc/tslist [new file with mode: 0755]
TC/utc/utc_mm_util_common.h [new file with mode: 0755]
TC/utc/utc_mm_util_convert_colorspace_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_decode_from_jpeg_file_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_decode_from_jpeg_memory_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_get_image_size_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_jpeg_encode_to_file_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_jpeg_encode_to_memory_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_resize_image_func.c [new file with mode: 0755]
TC/utc/utc_mm_util_rotate_image_func.c [new file with mode: 0755]
autogen.sh [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0755]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/copyright [new file with mode: 0644]
debian/libmm-utility-dev.install.in [new file with mode: 0755]
debian/libmm-utility.install.in [new file with mode: 0755]
debian/rules [new file with mode: 0755]
depcomp [new file with mode: 0755]
imgp/Makefile.am [new file with mode: 0755]
imgp/include/mm_util_imgp.h [new file with mode: 0755]
imgp/include/mm_util_imgp_internal.h [new file with mode: 0644]
imgp/mm_util_imgp.c [new file with mode: 0755]
imgp/mmutil-imgp.pc.in [new file with mode: 0755]
imgp/test/Makefile.am [new file with mode: 0755]
imgp/test/mm_util_imgp_testsuite.c [new file with mode: 0755]
install-sh [new file with mode: 0755]
jpeg/Makefile.am [new file with mode: 0644]
jpeg/include/mm_util_jpeg.h [new file with mode: 0755]
jpeg/mm_util_jpeg.c [new file with mode: 0644]
jpeg/mmutil-jpeg.pc.in [new file with mode: 0644]
jpeg/test/Makefile.am [new file with mode: 0755]
jpeg/test/mm_util_jpeg_testsuite.c [new file with mode: 0755]
libmm-utility.manifest [new file with mode: 0755]
missing [new file with mode: 0755]
packaging/libmm-utility.spec [new file with mode: 0644]
test/Makefile.am [new file with mode: 0755]
test/mm_utility_testsuite.c [new file with mode: 0755]