platform/core/multimedia/espp-service.git
2023-05-12 Sangchul Leeclient: Revise doxygen to describe state
2023-05-12 Sangchul LeeAdd API - espp_client_get_state()
2023-05-11 Sangchul Leeclient: Use tizen error value
2023-05-11 Sangchul Leeclient: Add mutex to guard callback pointer change
2023-05-11 Sangchul Leeclient: Add missing event handler for resource conflict...
2023-05-11 Sangchul LeeAdd API - espp_client_set_buffer_status_cb()
2023-05-11 Sangchul LeeAdd API - espp_client_set_eos_cb()
2023-05-11 Sangchul LeeAdd API - espp_client_set_seek_done_cb()
2023-05-11 Sangchul LeeAdd API - espp_client_set_display_mode()
2023-05-11 Sangchul LeeAdd API - espp_client_set_resource_conflicted_cb()
2023-05-10 Sangchul Leeclient: Fix indent to use tab in header
2023-05-10 Sangchul Leeclient/priv: Fix parameter name
2023-05-10 Sangchul Leedaemon/socket: Read again when total size does not...
2023-05-10 Sangchul LeeAdd support for submit packet
2023-05-09 Sangchul LeeAdd API - set_audio_mute()
2023-05-09 Sangchul LeeAdd API - set_display_surface_id()
2023-05-09 Sangchul LeeRevise service file to have XDG environment value
2023-05-09 Sangchul LeeAdd API - set_ready_to_prepare_cb()/set_prepare_async_d...
2023-05-04 Sangchul Leecommon/ipc: Fix out-param type to bool in case of ESPP_...
2023-05-03 Sangchul LeeMove some functions to the new espp_service_ipc.c file
2023-04-28 Sangchul Leedaemon/socket: Revise codes to make it easy to read
2023-04-28 Sangchul LeePass client handle address and utilize it with pid...
2023-04-28 Sangchul Leedaemon/socket: Get client pid from fd
2023-04-28 Sangchul LeeAdd support for init/deinit event handler
2023-04-27 Sangchul LeeRevise structure of json-structured parameters
2023-04-26 Sangchul LeeAdd function - prepare_async()
2023-04-26 Sangchul LeeAdd functions to open/close handle
2023-04-26 Sangchul LeeAdd function to stop handle
2023-04-25 Sangchul LeeAdd API to set audio/video stream info
2023-04-25 Sangchul Leedaemon: Add support for parsing json-structured parameters
2023-04-25 Sangchul Leeclient: Add support for json-structured parameters
2023-04-24 Sangchul LeeRevise member variables in espp_service_data_from_clien...
2023-04-24 Sangchul Leedaemon/handler: Add initial function handler
2023-04-24 Sangchul Leeclient: Add initial client library
2023-04-20 이상철/Tizen Platform... Create main.yml
2023-04-19 Sangchul LeeAdd common/espp_service_common.h for being used commonl...
2023-04-19 Sangchul Leedaemon/socket: Add support for socket binding
2023-04-19 Sangchul LeeRevise README.md
2023-04-19 Sangchul LeeAdd initial codes to launch daemon
2023-04-17 이상철/Tizen Platform... Initial commit