Git init
authorKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:28 +0000 (00:48 +0900)
committerKibum Kim <kb0929.kim@samsung.com>
Fri, 6 Jan 2012 15:48:28 +0000 (00:48 +0900)
commitef1b3ead95ed922d72832900f2bdf7568db1d98f
tree42bd312010afccd3913733a6b4fb39111982a256
parenta1587a945a0ed4e72ad4fffd3de37ed6e6ccc2d6
Git init
58 files changed:
LICENSE [new file with mode: 0755]
Makefile.am [new file with mode: 0755]
Makefile.in [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]
aclocal.m4 [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [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: 0755]
jpeg/include/mm_util_jpeg.h [new file with mode: 0755]
jpeg/mm_util_jpeg.c [new file with mode: 0755]
jpeg/mmutil-jpeg.pc.in [new file with mode: 0755]
jpeg/test/Makefile.am [new file with mode: 0755]
jpeg/test/mm_util_jpeg_testsuite.c [new file with mode: 0755]
ltmain.sh [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]