platform/core/multimedia/espp-service.git
2023-11-06 Sangchul Leespec: Allow compiler warnings in case of asan build... 43/300943/1 accepted/tizen/8.0/unified/20231107.094927
2023-11-06 Sangchul LeeUpdate version and add missing header 34/300934/1
2023-11-02 Sangchul Leeclient/socket: Fix coverity defects 61/300761/1 accepted/tizen/8.0/unified/20231103.040912
2023-11-02 Sangchul Leedaemon: Fix svace defect 56/300756/1
2023-10-25 Sangchul Leemeson,spec: Skip applying 'werror' in case of x86_64... 49/300449/1 accepted/tizen/8.0/unified/20231027.023625
2023-10-19 Sangchul Leespec: Update release version 54/300254/1
2023-09-21 Sangchul Leedaemon: Check request enum value before using it as...
2023-09-21 Sangchul Leeclient: Check event enum value before using it as array...
2023-09-21 Sangchul Leedaemon/espp_service: Avoid assigning local variable...
2023-08-28 Sangchul LeeAdd API - espp_client_set_low_latency_mode()
2023-06-30 Eunhye ChoiAdd API - espp_client_set/get_audio_volume()
2023-06-28 Sangchul Leeproject_def: Fix rpath for ses build
2023-06-23 Sangchul Leeclient/update_version: Change version of project_def...
2023-06-19 Sangchul Leeupdate_version: Change version of project_def.prop...
2023-06-19 Sangchul Leedaemon: Apply rpath and install dir
2023-06-08 Sangchul Leebuild_def: Add update version script to prebuild command
2023-05-30 Sangchul Leeclient: Revise doxygen - espp_client_set_display_roi()
2023-05-26 Eunhye Choiapply ses build to client separately
2023-05-26 Sangchul LeeFix build error '-lesplusplayer'
2023-05-26 Sangchul Leedaemon/handler: Initialize structure variable
2023-05-25 Sangchul Leespec,meson: Remove unnecessary rpath
2023-05-25 Sangchul Leedaemon/socket: Remove the client from hash table after...
2023-05-25 Sangchul LeeFix default macro values regarding version and socket...
2023-05-24 Sangchul LeeUse socket path from app_get_data_path() in case of...
2023-05-24 Sangchul Leedaemon: Exit when a client does not exist
2023-05-24 Sangchul Leeproject_def: Change socket path, rpath, and version
2023-05-24 Sangchul Leecommon: Define LOGx macros if needed
2023-05-24 Sangchul Leedaemon: Add files for SES build
2023-05-24 Sangchul Leedaemon: Add initial support for being launched as a...
2023-05-22 Sangchul Leecommon: Revise macros for version and socket path
2023-05-22 Sangchul Leeclient/meson: Declare dependency for client lib.
2023-05-19 Gilbok LeeFix bug that received message is truncated
2023-05-16 Sangchul LeeFix to return valid outparam value
2023-05-16 Sangchul LeeRevise frequent logs
2023-05-16 Sangchul Leedaemon/handler: Refactoring for base64 decoding part
2023-05-16 Sangchul LeeApply encoding/decoding codec_data for json structured...
2023-05-15 Sangchul LeeUpdate README.md
2023-05-15 Sangchul LeeAdd API - espp_client_set_error_cb()
2023-05-15 Sangchul LeeAdd API - espp_client_set_ready_to_seek_cb()
2023-05-15 Sangchul LeeAdd API - espp_client_set_playback_rate()
2023-05-15 Sangchul LeeAdd API - espp_client_get_playing_time()
2023-05-15 Sangchul LeeAdd API - espp_client_set_buffer_size()
2023-05-15 Sangchul LeeAdd API - espp_client_submit_eos_packet()
2023-05-12 Sangchul LeeAdd API - espp_client_set_display_visible()
2023-05-12 Sangchul LeeAdd API - espp_client_set_display_roi()
2023-05-12 Sangchul LeeAdd API - espp_client_seek()
2023-05-12 Sangchul LeeAdd API - espp_client_resume()
2023-05-12 Sangchul LeeAdd API - espp_client_pause()
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