On 02/19/2013 10:30 PM, Robert Schwebel wrote:
On Tue, Feb 19, 2013 at 08:57:50PM +0100, Gaëtan Carlier wrote:
We have a lot of encoder + decoder patches for Coda in the queue,
but unfortunately not all of that is ready-for-primetime yet.
MX27. I have not yet tested if encoding is working or n
On Tue, Feb 19, 2013 at 08:57:50PM +0100, Gaëtan Carlier wrote:
> > We have a lot of encoder + decoder patches for Coda in the queue,
> > but unfortunately not all of that is ready-for-primetime yet.
>
> MX27. I have not yet tested if encoding is working or not. Where can I
> find this set of patch
Hi
On 02/19/2013 07:47 PM, Robert Schwebel wrote:
On Tue, Feb 19, 2013 at 02:47:05AM +0100, Gaëtan Carlier wrote:
I see in code source of coda driver that decoding is not supported.
ctx->inst_type = CODA_INST_DECODER;
v4l2_err(v4l2_dev, "decoding not supported.\n");
return -EINVAL;
Is there an
On Tue, Feb 19, 2013 at 02:47:05AM +0100, Gaëtan Carlier wrote:
> I see in code source of coda driver that decoding is not supported.
>
> ctx->inst_type = CODA_INST_DECODER;
> v4l2_err(v4l2_dev, "decoding not supported.\n");
> return -EINVAL;
>
> Is there any technical reason or the code has not be