All of lore.kernel.org
 help / color / mirror / Atom feed
* [ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague
@ 2017-10-20 11:17 Hans Verkuil
  2017-10-30  9:12 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2017-10-20 11:17 UTC (permalink / raw)
  To: Linux Media Mailing List

Hi all,

We are organizing a media mini-summit on Friday October 27 in Prague, co-located
with the ELCE conference:

http://events.linuxfoundation.org/events/embedded-linux-conference-europe

If you plan to attend, please let me know. It is open for all, but it is
nice if we know beforehand who we can expect.

You can register here:

http://events.linuxfoundation.org/events/open-source-summit-europe/extend-the-experience/co-located-events

Name of the room in the Hilton Prague: Athens

Currently known attendees:

Sakari Ailus <sakari.ailus@iki.fi>
Mauro Carvalho Chehab <mchehab@s-opensource.com>
Alexandre Courbot <acourbot@chromium.org>
Michael Ira Krufky <mkrufky@linuxtv.org>
Gustavo Padovan <gustavo@padovan.org>
Benoit Parrot <bparrot@ti.com>
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Hans Verkuil <hverkuil@xs4all.nl>

Agenda
======

General remarks: the given start/end times for the various topics are
approximate since it is always hard to predict how long a discussion will take.
The Request/Jobs API topic is placed last since I expect that that will take
most of our time.

Let me know asap if there are problems with this schedule, or if new topics
are requested.

8:00-9:00: Continental Breakfast served in the room

9:00-9:15: Introduction (Hans)

9:15-9:30: Status of the HDMI CEC kernel support (Hans)
	   Give a quick overview of the status: what has been merged, what is still
	   pending, what is under development.

9:30-10:00: V4L2 Explicit Synchronization (Gustavo)
	    Quick overview and discussion of the API/direction we are going
            with fences.

10:00-10:30 Media development process: what works, what doesn't (Hans)
	    In the past 6 months or so we tried to improve the media development
	    process. This is an overview of what we did and why we did it, what
	    works and what doesn't. Feedback is very much appreciated. It is even
	    more appreciated if people/companies would be willing to assign
	    new developers to help improve the media subsystem!

10:30-11:00: Morning Break served in the room

11:00-12:00: Media kAPI and uAPI documentation (Mauro)
	     Give the current status of media API documentation and identify possible
	     gaps and how to improve it.

12:00-13:30: Lunch

13:30-??:??: Request/jobs API (Alexandre)
	     Overview of the work based on the request API (proposed new name: jobs API),
	     to hopefully converge to something that can be merged soon.

15:00-15:30: Afternoon Break served in the room

17:00-17:30 (or earlier if we're lucky): Wrap up (Hans)
	     Create action items (and who will take care of them) if needed.
	     Summarize and conclude the day.

Regards,

	Hans

v2: updated room, attendee list, moved the last slot 30 minutes later

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague
  2017-10-20 11:17 [ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague Hans Verkuil
@ 2017-10-30  9:12 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2017-10-30  9:12 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List

Em Fri, 20 Oct 2017 13:17:31 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> Hi all,
> 
> We are organizing a media mini-summit on Friday October 27 in Prague, co-located
> with the ELCE conference:

For those that were at our gpg sign party, don't forget to sign the
keys :-)

The way I did was to place all keys that were exchanged there at the key
party into a file named keys.txt (except for my own key). Then, I ran this
small script to import the keys to my keychain, sign them and send back to
the key server:

$ for i in $(cat keys.txt |sed 's, ,,g'); do if [ "$(gpg --list-sig $i|grep "my@address")" == "" ]; then echo $i; gpg --recv-keys $i; gpg --sign-key $i; gpg --send-keys $i; fi; done

PS.: don't forget to replace "my@address" to the email address you
use for sign keys.

Regard


Cheers,
Mauro

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-30  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20 11:17 [ANN] Agenda (v2) for the media mini-summit on Friday Oct 27 in Prague Hans Verkuil
2017-10-30  9:12 ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.