Revise code 78/82178/12
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 20 Jul 2016 13:03:37 +0000 (22:03 +0900)
committerJeongho Mok <jho.mok@samsung.com>
Tue, 28 Mar 2017 11:04:29 +0000 (20:04 +0900)
commit9afd57c1770c3891a1dbc9515f92606a02306f83
treea15f71cc4988f76373eb5ce7d509391be50f2c60
parent9ea4ba7bcdd575a19c4c582949d3ca410d368a72
Revise code

1. fix stop sync & no callback when stop
2. remove ogg tremolo code
3. use sndfile on wav plugin (support both .wav and .ogg...)
4. fix for coding rule
5. enable focus_integration
6. remove unused mm_source
7. revise shutdown logic
8. fix invalid path handling

Change-Id: Ia6bc8e167fd4f69ac6e68dda96633f37882ff530
21 files changed:
common/Makefile.am
common/mm_source.c [deleted file]
configure.ac
focus_server/mm_sound_focus_server.c
focus_server/mm_sound_mgr_focus_dbus.c
include/mm_source.h [deleted file]
packaging/libmm-sound.spec
server/include/mm_sound_mgr_codec.h
server/include/mm_sound_plugin_codec.h
server/include/mm_sound_thread_pool.h
server/mm_sound_mgr_codec.c
server/mm_sound_mgr_ipc.c
server/mm_sound_mgr_ipc_dbus.c
server/mm_sound_server.c
server/mm_sound_thread_pool.c
server/plugin/Makefile.am
server/plugin/ogg/Makefile.am [deleted file]
server/plugin/ogg/mm_sound_plugin_codec_ogg.c [deleted file]
server/plugin/tone/mm_sound_plugin_codec_tone.c
server/plugin/wav/Makefile.am
server/plugin/wav/mm_sound_plugin_codec_wave.c