From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Pawel Osciak <posciak@chromium.org>
Cc: media-workshop <media-workshop@linuxtv.org>,
Mauro Carvalho Chehab <m.chehab@samsung.com>,
Oliver Schinagl <oliver+list@schinagl.nl>,
linux-media@vger.kernel.org,
"benjamin.gaignard" <benjamin.gaignard@linaro.org>
Subject: Re: [media-workshop] Agenda for the Edinburgh mini-summit
Date: Sat, 31 Aug 2013 22:19:44 +0200 [thread overview]
Message-ID: <1590738.js4VoLrYFn@avalon> (raw)
In-Reply-To: <CACHYQ-qDD5S5FJvzT-oUBe+Y+S=CB_ZN+QNQPpu+BFE-ZPr45g@mail.gmail.com>
On Saturday 31 August 2013 09:04:14 Pawel Osciak wrote:
> On Sat, Aug 31, 2013 at 9:03 AM, Laurent Pinchart wrote:
> > On Saturday 31 August 2013 08:58:41 Pawel Osciak wrote:
> > > On Sat, Aug 31, 2013 at 1:54 AM, Laurent Pinchart wrote:
> > > > On Friday 30 August 2013 10:31:23 Mauro Carvalho Chehab wrote:
> > > > > Em Fri, 30 Aug 2013 15:21:05 +0200 Oliver Schinagl escreveu:
[snip]
> > > > > > What about a hardware accelerated decoding API/framework? Is there
> > > > > > a proper framework for this at all? I see the broadcom module is
> > > > > > still in staging and may never come out of it, but how are other
> > > > > > video decoding engines handled that don't have cameras or
> > > > > > displays.
> > > > > >
> > > > > > Reason for asking is that we from linux-sunxi have made some
> > > > > > positive progress in Reverse engineering the video decoder blob of
> > > > > > the Allwinner A10 and this knowledge will need a kernel side
> > > > > > driver in some framework.
> > > > > >
> > > > > > I looked at the exynos video decoders and googling for linux-media
> > > > > > hardware accelerated decoding doesn't yield much either.
> > > > > >
> > > > > > Anyway, just a thought; if you think it's the wrong place for it
> > > > > > to be discussed, that's ok :)
> > > > >
> > > > > Well, the mem2mem V4L2 devices should provide all that would be
> > > > > needed for accelerated encoders/decoders. If not, then feel free to
> > > > > propose extensionsto fit your needs.
> > > >
> > > > Two comments regarding this:
> > > >
> > > > - V4L2 mem-to-mem is great for frame-based codecs, but SoCs sometimes
> > > > only implement part of the codec in hardware, leaving the rest to
> > > > the software.
> > > >
> > > > Encoded bistream parsing is one of those areas that are left to the
> > > > CPU, for instance on some ST SoCs (CC'ing Benjamin Gaignard).
> > >
> > > This is an interesting topic for me as well, although I'm still not sure
> > > if I can make it to the workshop. Would it make sense to have v4l parser
> > > plugins hook up to qbuf and do the parsing there?
> >
> > Do you mean in libv4l ?
>
> Yes...
Let's discuss that in Edinburgh then. The major problem as I see it is that
the hardware codec might consume and produce data that wouldn't fit the spirit
of the current V4L2 API. We might end up with passing register lists in a V4L2
buffer, which would be pretty ugly.
Benjamin, do you plan to attend the conference ?
> > > > - http://www.linuxplumbersconf.org/2013/ocw/sessions/1605
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-08-31 20:18 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-30 13:01 Agenda for the Edinburgh mini-summit Hans Verkuil
2013-08-30 13:21 ` Oliver Schinagl
2013-08-30 13:31 ` Mauro Carvalho Chehab
2013-08-30 16:54 ` [media-workshop] " Laurent Pinchart
[not found] ` <CACHYQ-qyuP+MjWNc7bVHhUa0xxzQHEmb3JFe+9n6C0GzOnj54A@mail.gmail.com>
2013-08-31 0:03 ` Laurent Pinchart
[not found] ` <CACHYQ-qDD5S5FJvzT-oUBe+Y+S=CB_ZN+QNQPpu+BFE-ZPr45g@mail.gmail.com>
2013-08-31 20:19 ` Laurent Pinchart [this message]
[not found] ` <CA+M3ks7whrGtkboVcstoEQBRTkiLGF7Hf9nEsYEkyUD6=QPG9w@mail.gmail.com>
2013-09-04 10:48 ` Mauro Carvalho Chehab
2013-09-05 11:37 ` Hugues FRUCHET
2013-09-06 13:45 ` Laurent Pinchart
2013-09-07 9:31 ` Pawel Osciak
2013-09-10 9:44 ` Laurent Pinchart
2013-09-09 10:32 ` Hans Verkuil
2013-09-10 7:36 ` Hugues FRUCHET
2013-09-10 7:54 ` Hans Verkuil
2013-08-30 13:54 ` Hans Verkuil
2013-08-31 6:43 ` Hans Verkuil
2013-08-31 18:38 ` [media-workshop] " Guennadi Liakhovetski
2013-08-31 20:25 ` Laurent Pinchart
2013-08-31 20:36 ` Guennadi Liakhovetski
2013-09-01 11:13 ` Hans Verkuil
2013-08-31 14:40 ` Sakari Ailus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1590738.js4VoLrYFn@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=benjamin.gaignard@linaro.org \
--cc=linux-media@vger.kernel.org \
--cc=m.chehab@samsung.com \
--cc=media-workshop@linuxtv.org \
--cc=oliver+list@schinagl.nl \
--cc=posciak@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox