Releases: hwangsaeul/gaeul
Releases · hwangsaeul/gaeul
v0.19.1
- 8bb93b7 Release 0.19.1 (J. Kim)
- 39e6ae4 debian: add KillSignal (J. Kim)
- e9d195f Release 0.19.0 (J. Kim)
- 73d282c build gschema only for test suite (J. Kim)
- 11c57ff source-application: stop pipeline first (J. Kim)
- ac49a9d source-application: add autoclean option (J. Kim)
- ec86ef7 application: disable owning system bus (J. Kim)
- b865e5d debian: ready for gaeul2-source-agent (J. Kim)
- d73d0aa settings: add nvarguscamerasrc to source type (J. Kim)
- 02b1ef9 settings: introduce Gaeguli enums to Gaeul (J. Kim)
- d12a1c6 source-application: set fifoname when starting stream (J. Kim)
- 6cbe64d source-application: start stream per source config (J. Kim)
- 72e93ce gaeul: srt_parse_uri returns parsing result (J. Kim)
- 39e78a0 source-agent: start supporting multiple cameras (J. Kim)
- 392bca2 gaeul: add srt uri parser (J. Kim)
- f08939d agent: rename log domain name (J. Kim)
- a4cd348 source-agent: make it run and load config (J. Kim)
- 1bc7cd9 source: remove setter and getter (J. Kim)
- ff063dd application: common properties (id and config-path) (J. Kim)
- e5fdb6c gaeul: add path argument to gsettings_new (J. Kim)
- 2ad2791 common: copied common gsettings_new partially from hwangsae (J. Kim)
- 4598e64 template: source-application and its agent (J. Kim)
- b7f5490 good bye old DBus APIs (J. Kim)
- ed945e6 copied Relay gsettings schema from hwangsae (J. Kim)
- a77a2c2 rename and move codes to support multiple agents (J. Kim)
- 96eaf0c application: copied from chamge (J. Kim)
- caa101d agent: remove gaeul agent (J. Kim)
- 169ac96 move ci to github action (J. Kim)
- 4c3d92a remove chamge dependency (J. Kim)
- a69fab7 build: disable dbus (J. Kim)
- caa9579 Bump up ABI version to 2 (J. Kim)
- 496206c meson.build: remove useless definition (J. Kim)
v0.10.0
- 88b5e1a Release 0.10.0 (J. Kim)
- cf8fbaa README: apply same format as other modules (Walter Lozano)
- 16b09f1 debian: depend on acl (Jakub Adam)
- 311c541 debian: install udev rule giving hwangsaeul-gaeul access to v4l devices (Jakub Adam)
- a2c972d systemd: run gaeul.service as 'hwangsaeul-gaeul' (non-root) user (Jakub Adam)
- 2577ee7 README: fix links (Walter Lozano)
- dc92cfd agent: change default parameter for video (Heekyoung Seo)
- 814bbf9 agent: fix coding style error (Heekyoung Seo)
- 6bbdf80 README: remove non-English description (J. Kim)
- a27c536 README: update documentation (Walter Lozano)
- bb6a1d5 agent: inherit from HwangsaeulApplication (Jakub Adam)
- c97cfc8 agent: use keyfile settings backend when running as a service (Jakub Adam)
- 0ac29c0 agent: workaround keyfile GSettings backend loading with glib < 2.60.5 (Jakub Adam)
- 8ba5a0c agent: fix assertion 'G_IS_PARAM_SPEC (pspec)' failed (Jakub Adam)
- 778bc30 agent: no need to remove signal handler upon exit (Jakub Adam)
- ca9fa1f agent: return nonzero exit status on D-Bus failure (Jakub Adam)
- 93bf934 agent: register on system D-Bus when running as a system service (Jakub Adam)
- 8c6144d dbus: add policy file for org.hwangsaeul.Gaeul (Jakub Adam)
- af40739 agent: ensure default stream params are obeyed (Jakub Adam)
- 263fa9f agent: make inline functions static (Jakub Adam)
- 3a5b2e6 agent: pass framerate and bitrate to the pipeline (Jakub Adam)
- 40e4fd5 agent: stop FIFO transmit only when we're not playing (Jakub Adam)
- c73efdb agent: change of running stream's video parameters (Jakub Adam)
- 335f7f3 agent: refactor _parse_streaming_params() (Jakub Adam)
- c889b6e agent: schedule _start_pipeline with high priority (Jakub Adam)
- 339490c agent: refactor self->is_playing (Jakub Adam)
- 3c19225 deb: add libgstreamer-plugins-bad1.0-dev dependency (J. Kim)
- 21ad18e agent: refactor video_source variable (Jakub Adam)
- d547051 agent: refactor encoding_method variable (Jakub Adam)
- 0fd8d38 agent: fix typo in resolution value (Jakub Adam)
- c6bcd03 agent : fix kernel lockup during pipeline stopping (Heekyoung Seo)
- bd4dd00 agent : add to create edge-id if edge-id is empty string (Heekyoung Seo)
- 2cd9f23 agent: change json parameter from uri to url (Walter Lozano)
- 3e7eb0a agent: use json parameters as first option (Walter Lozano)
- fcf7506 agent: read uri from streamingStart params (Walter Lozano)
- 718067a agent: bind gsettings to properties (J. Kim)
- d82d544 agent: pass edge ID as username to gaeguli_fifo_transmit_start_full() (Jakub Adam)
- 53b9d79 agent: fix build with latest gaeguli (Jakub Adam)
- 165844b debian: add systemd.service file for Gaeul agent (Jakub Adam)
- ea9552d gaeul-agent: remove unused variable (Jakub Adam)
- 2decf7a Add .gitignore (Jakub Adam)
- 2bbd5b8 dbus: add GetEdgeId method (Heekyoung Seo)
- 08ac4f2 agent: set the resolution of user command (Heekyoung Seo)
- 5e79849 debian: initial deb packaging (J. Kim)
- 20a7776 meson: copy commit hook when meson >= 0.46.0 (J. Kim)
- d0a6b7a meson: fix dependency names of chamge and gaeguli (J. Kim)
- bb32f9d agent: add to handle user command (Lina Seo)
- e1c2004 Merge pull request #1 from hkseo95/working (Heekyoung Seo)
- e13f89c agent: fix to use uri of gschema settings (Lina Seo)
- 667849d README: update how to install and run (J. Kim)
- 773c30e agent: reduce inactivity timeout to 1s (J. Kim)
- 06fd6ac agent: connect pipeline and fifo-transmit (J. Kim)
- 658b187 agent: try to connect to mq via chamge when starting (J. Kim)
- c4715a5 agent: prepare to use gaeguli and chamge (J. Kim)
- d5b15d1 gschema: add default schema (J. Kim)
- 881d26e license: declare as Apache-2.0 (J. Kim)
- 4c4e47a meson: relax version to 0.40 for ubuntu 16.04 (J. Kim)
- 4a6e20b agent: add gaeul-agent skeleton (J. Kim)
- 8887a90 dbus: add initial schema (J. Kim)
- 728550a ci: add azure-pipeline (J. Kim)
- cb31cfe initial commit with build skeleton (J. Kim)