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

2019-03-22 Thread Carl Eugen Hoyos
2019-03-21 1:26 GMT+01:00, Carl Eugen Hoyos : > 2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos : >> 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández >> : >> >>> 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

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

2019-03-20 Thread Carl Eugen Hoyos
2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos : > 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández : > >> 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. > > Isn't attached poc

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

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

2018-11-19 Thread Carl Eugen Hoyos
2018-11-19 18:41 GMT+01:00, Carl Eugen Hoyos : > 2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández : > >> 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. > > Isn't attached poc

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

2018-11-19 Thread Carl Eugen Hoyos
2018-11-19 18:21 GMT+01:00, Pablo Rubio Fernández : > 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. Isn't attached poc sufficient? Carl Eugen diff --git a/libavdevice/v4l2-common.c

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

2018-11-19 Thread Paul B Mahol
On 11/19/18, Pablo Rubio Fernández wrote: > 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. > Isn't this same as gray16?

[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