public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <j.w.r.degoede@hhs.nl>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: Video 4 Linux <video4linux-list@redhat.com>
Subject: Re: [PATCH] YVYU decoding
Date: Fri, 29 Aug 2008 20:12:04 +0200	[thread overview]
Message-ID: <48B83BF4.2080701@hhs.nl> (raw)
In-Reply-To: <1220029074.1730.8.camel@localhost>

Jean-Francois Moine wrote:
> Hi Hans,
> 
> Here is a patch for decoding the YVYU frames of the vc0321.
> 

Thanks, I'll apply it, but you are missing YVYU (packed) -> YUV420 (planar) 
conversion, while some apps do default to requesting YUV420 (planar) and as 
your patch claims that libv4lconvert supports YUYV (there is no way to claim 
partial support) those apps will get their request granted.

Any chance you could add YVYU (packed) -> YUV420 (planar) conversion, this 
should be easy, just average the U and V values of one YVYU pack from 2 
adjecent rows, and of course do the packed -> planar conversion. If you cannot 
I can write code for this, can you test it then?

Regards,

Hans

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

      reply	other threads:[~2008-08-29 18:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-29 16:57 [PATCH] YVYU decoding Jean-Francois Moine
2008-08-29 18:12 ` Hans de Goede [this message]

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=48B83BF4.2080701@hhs.nl \
    --to=j.w.r.degoede@hhs.nl \
    --cc=moinejf@free.fr \
    --cc=video4linux-list@redhat.com \
    /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