format conversion
On Fri, Dec 16, 2016 at 10:41 AM, Sunny Shukla
wrote:
> Hi,
>
> NV12 Tile format conversion to NV12 and yuv420p support is added. NV12 Tile
> format conversion support is only added for input format not as output format.
>
> The algorithm used is referen
this email.
*
From fea4d3574270f5e817ebe44cc326b58aa758580c Mon Sep 17 00:00:00 2001
From: Sunny Shukla
Date: Thu, 15 Dec 2016 01:58:58 +0530
Subject: [PATCH] Input format NV12 Tile support added
NV12 T
this email.
*
From fea4d3574270f5e817ebe44cc326b58aa758580c Mon Sep 17 00:00:00 2001
From: Sunny Shukla
Date: Thu, 15 Dec 2016 01:58:58 +0530
Subject: [PATCH] Input format NV12 Tile support added
NV12 Tile format conversion to NV12 and yuv420p
support is added.
Hi can anyone please help !
On Jun 9, 2016 3:37 PM, "Sunny Shukla" wrote:
> Hi,
>
> I am new to ffmpeg, am working on a custom* board* which has its own
> hardware decoder.
>
> I have a linux application for hardware decoder which take a h264 file as
> input and pr
Hi,
I am new to ffmpeg, am working on a custom* board* which has its own
hardware decoder.
I have a linux application for hardware decoder which take a h264 file as
input and provides a yuv file as output. It working fine, now we are
extending this support to *gstreamer* and *ffmpeg* libraries. I