Initialize Tizen 3.0 71/34571/3 submit/tizen/20150210.051510
authorDoohwan Kim <dh8210.kim@samsung.com>
Thu, 29 Jan 2015 07:29:33 +0000 (16:29 +0900)
committerDoohwan Kim <dh8210.kim@samsung.com>
Tue, 3 Feb 2015 04:54:58 +0000 (13:54 +0900)
commit60fa6283ed5c6cc2fbf0c96a9fd4c22c2e9f7084
tree19e453ef978fde6d3e6cf1730985f017873ded92
parentf4c4927b860ac682e17a7f8163b318dd54a4c650
Initialize Tizen 3.0

Signed-off-by: Doohwan Kim <dh8210.kim@samsung.com>
Change-Id: I51426ffaa96fdd3a19b15b28e6813772c58084c9
69 files changed:
AUTHORS [new file with mode: 0755]
CHANGELOG [new file with mode: 0755]
COPYING [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]
Makefile.in [new file with mode: 0755]
NOTICE [new file with mode: 0755]
README [new file with mode: 0755]
TODO [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]
depcomp [new file with mode: 0755]
install-sh [new file with mode: 0755]
libtremolo.manifest [new file with mode: 0755]
m4/libtool.m4 [new file with mode: 0755]
m4/ltoptions.m4 [new file with mode: 0755]
m4/ltsugar.m4 [new file with mode: 0755]
m4/ltversion.m4 [new file with mode: 0755]
m4/lt~obsolete.m4 [new file with mode: 0755]
missing [new file with mode: 0755]
packaging/libtremolo.spec [new file with mode: 0755]
tremolo/ASM/bitwiseARM.s [new file with mode: 0755]
tremolo/ASM/dpen.s [new file with mode: 0755]
tremolo/ASM/floor1ARM.s [new file with mode: 0755]
tremolo/ASM/floor1LARM.s [new file with mode: 0755]
tremolo/ASM/mdctARM.s [new file with mode: 0755]
tremolo/ASM/mdctLARM.s [new file with mode: 0755]
tremolo/ASM/speed.s [new file with mode: 0755]
tremolo/EXCEPTION/annotate.c [new file with mode: 0755]
tremolo/EXCEPTION/misc.c [new file with mode: 0755]
tremolo/EXCEPTION/profile.c [new file with mode: 0755]
tremolo/EXCEPTION/testtremor.c [new file with mode: 0755]
tremolo/INFO/Makefile [new file with mode: 0755]
tremolo/INFO/Profile.txt [new file with mode: 0755]
tremolo/INFO/bibble.txt [new file with mode: 0755]
tremolo/Makefile.am [new file with mode: 0755]
tremolo/asm_arm.h [new file with mode: 0755]
tremolo/bitwise.c [new file with mode: 0755]
tremolo/codebook.c [new file with mode: 0755]
tremolo/codebook.h [new file with mode: 0755]
tremolo/codec_internal.h [new file with mode: 0755]
tremolo/config_types.h [new file with mode: 0755]
tremolo/dsp.c [new file with mode: 0755]
tremolo/floor0.c [new file with mode: 0755]
tremolo/floor1.c [new file with mode: 0755]
tremolo/floor_lookup.c [new file with mode: 0755]
tremolo/framing.c [new file with mode: 0755]
tremolo/info.c [new file with mode: 0755]
tremolo/ivorbiscodec.h [new file with mode: 0755]
tremolo/ivorbisfile.h [new file with mode: 0755]
tremolo/libtremolo.pc.in [new file with mode: 0755]
tremolo/lsp_lookup.h [new file with mode: 0755]
tremolo/mapping0.c [new file with mode: 0755]
tremolo/mdct.c [new file with mode: 0755]
tremolo/mdct.h [new file with mode: 0755]
tremolo/mdct_lookup.h [new file with mode: 0755]
tremolo/misc.h [new file with mode: 0755]
tremolo/ogg.h [new file with mode: 0755]
tremolo/os.h [new file with mode: 0755]
tremolo/os_types.h [new file with mode: 0755]
tremolo/res012.c [new file with mode: 0755]
tremolo/tremolo_vorbisdec.c [new file with mode: 0755]
tremolo/tremolo_vorbisdec.h [new file with mode: 0755]
tremolo/tremolo_vorbisdec_api.c [new file with mode: 0755]
tremolo/tremolo_vorbisdec_api.h [new file with mode: 0755]
tremolo/vorbisfile.c [new file with mode: 0755]
tremolo/window_lookup.h [new file with mode: 0755]