summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Jan-Simon Moeller [Mon, 18 Feb 2019 11:29:21 +0000 (11:29 +0000)]
Merge "transmitter: Free the allocated memory"
Naoko Tanibata [Fri, 15 Feb 2019 13:58:40 +0000 (22:58 +0900)]
transmitter: Free the allocated memory
Free the allocated memory explicitly after it's used.
Bug-AGL: SPEC-2058
Change-Id: Idad82117d9d9a415513cdda444ee253e9d2ec317
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
Naoko Tanibata [Fri, 8 Feb 2019 13:31:11 +0000 (22:31 +0900)]
transmitter: Correct error handling
When drm_get_dma_fd_from_view() fails, it returns negative value.
Therefore output->renderer->dmafd shall be compared with a negative in error handling.
Bug-AGL: SPEC-2057
Change-Id: I5457e7db8ff8673cdf32a65ff2c17721bfc8d7f0
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
Kazumasa Mitsunari [Tue, 4 Dec 2018 00:57:17 +0000 (09:57 +0900)]
Add .gitignore
Change-Id: Idaf9f416eff4d48ce67f1980624bcabc54bb43c3
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Naoko Tanibata [Fri, 23 Nov 2018 13:10:20 +0000 (22:10 +0900)]
transmitter: Avoid multiple module load error
Change-Id: I6febcc9b9633364d1d3f1ef5c0edebd57665117a
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
Naoko Tanibata [Mon, 19 Nov 2018 02:32:10 +0000 (11:32 +0900)]
transmitter: Fix the return value of transmitter_output_enable
Change-Id: I630c26ecbc506052baf1c9ea3ab3f07be1ff393a
Signed-off-by: Naoko Tanibata <tnaoko@jp.adit-jv.com>
Jan-Simon Möller [Wed, 7 Nov 2018 07:57:40 +0000 (08:57 +0100)]
Fix libdir in cmake files for yocto
Change-Id: Ic4bd32662e3e0bd74ed7aeecdc8d9fb5678329b8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Mon, 10 Sep 2018 07:14:58 +0000 (09:14 +0200)]
Add gitreview file
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Jan-Simon Möller [Mon, 10 Sep 2018 07:01:31 +0000 (09:01 +0200)]
Add gitreview file for flounder branch
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Wataru Mizuno [Wed, 18 Jul 2018 10:52:39 +0000 (19:52 +0900)]
README: fix the Typo
Change-Id: I7a6cc86f784ea821a6a98d55f0bf878f6bf21d8d
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
Wataru Mizuno [Mon, 16 Jul 2018 09:28:11 +0000 (18:28 +0900)]
README: example configuration for gstreamer pipeline
README contains how to configure gstreamer pipeline to be used by
waltham-renderer.
Example configuration files specified as pipline_example*.cfg .
Change-Id: I7195bf9168d1093f6f52d8f65b122ab359eb71bc
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
Wataru Mizuno [Mon, 9 Jul 2018 09:14:05 +0000 (18:14 +0900)]
transmitter: initial commit for waltham-transmitter
The waltham-transmitter is the plugin of weston to enable
client applications to share surface between multiple domains.
Change-Id: I691410f5b6e74fa981ae53201b728810373185a2
Signed-off-by: Wataru Mizuno <wmizuno@jp.adit-jv.com>
Jan-Simon Moeller [Mon, 23 Apr 2018 20:55:42 +0000 (20:55 +0000)]
Initial empty repository