Re: [FFmpeg-devel] [PATCH] NV12 Tile format conversion

2016-12-16 Thread Sunny Shukla
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

[FFmpeg-devel] [PATCH] NV12 Tile format conversion

2016-12-16 Thread Sunny Shukla
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

[FFmpeg-devel] NV12 Tile format conversion

2016-12-16 Thread Sunny Shukla
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.

Re: [FFmpeg-devel] Where and how to add a custom hardware decoder in libavcodec ?

2016-06-14 Thread Sunny Shukla
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

[FFmpeg-devel] Where and how to add a custom hardware decoder in libavcodec ?

2016-06-09 Thread Sunny Shukla
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