Re: [FFmpeg-devel] Add 16-bit Depth pixel format

2018-11-28 Thread Pablo Rubio Fernández
Yes, it is like gray16. But gray16le is already in use to Y16 pixel format. For this reason, I think that best way to add Z16 pixel format is creating it. I'm not an expert, any help will be appreciated. ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] avdevice/v4l2-common: add Z16 pixel format

2018-11-26 Thread Pablo Rubio Fernández
Simple patch to work with Z16 pixel format as gray16le. From 39e24c9cbbdacc594e47112dabcaed777028d6b6 Mon Sep 17 00:00:00 2001 From: prubio Date: Mon, 26 Nov 2018 10:04:07 +0100 Subject: [PATCH] avdevice/v4l2-common: add Z16 pixel format Added Z16 pixel format. Works as gray16le. ---

[FFmpeg-devel] avdevice/v4l2-common: add Z16 pixel format

2018-11-26 Thread Pablo Rubio Fernández
Simple patch to work with Z16 pixel format as gray16le. From 39e24c9cbbdacc594e47112dabcaed777028d6b6 Mon Sep 17 00:00:00 2001 From: prubio Date: Mon, 26 Nov 2018 10:04:07 +0100 Subject: [PATCH] avdevice/v4l2-common: add Z16 pixel format Added Z16 pixel format. Works as gray16le. ---

[FFmpeg-devel] Add 16-bit Depth pixel format

2018-11-19 Thread Pablo Rubio Fernández
Hi all! It's my first time here. I want to create a patch to add Z16 pixel format. I have did some changes, and I want to know if I'll need change any other file. I attach my current patch. Thanks in advance. From 7f3e028198c510fd8cf14c087d4a223bd7e94422 Mon Sep 17 00:00:00 2001 From: prubio