Re: [FFmpeg-devel] [PATCH v3 6/6] doc/filters.texi: add overlay yuv420p10 format

2019-08-17 Thread Limin Wang
On Sat, Aug 17, 2019 at 05:27:23PM +0200, Marton Balint wrote:
> 
> On Sat, 17 Aug 2019, Limin Wang wrote:
> 
> >On Thu, Jun 06, 2019 at 03:09:59PM +0800, lance.lmw...@gmail.com wrote:
> >ping it also, I can update to master if it's necessary.
> >
> >>From: Limin Wang 
> >>
> >>Signed-off-by: Limin Wang 
> >>---
> >> doc/filters.texi | 3 +++
> >> 1 file changed, 3 insertions(+)
> >>
> >>diff --git a/doc/filters.texi b/doc/filters.texi
> >>index 5db8e0302f..b0e951c9f9 100644
> >>--- a/doc/filters.texi
> >>+++ b/doc/filters.texi
> >>@@ -13159,6 +13159,9 @@ It accepts the following values:
> >> @item yuv420
> >> force YUV420 output
> >>
> >>+@item yuv420p10
> >>+force YUV420p10 output
> >>+
> 
> Does the overlay filter supports yuv420p10 output?

Yes, they're serial patches, patch#1-#5 are support it.

> 
> Thanks,
> Marton
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH v3 6/6] doc/filters.texi: add overlay yuv420p10 format

2019-08-17 Thread Marton Balint


On Sat, 17 Aug 2019, Limin Wang wrote:


On Thu, Jun 06, 2019 at 03:09:59PM +0800, lance.lmw...@gmail.com wrote:
ping it also, I can update to master if it's necessary.


From: Limin Wang 

Signed-off-by: Limin Wang 
---
 doc/filters.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 5db8e0302f..b0e951c9f9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13159,6 +13159,9 @@ It accepts the following values:
 @item yuv420
 force YUV420 output

+@item yuv420p10
+force YUV420p10 output
+


Does the overlay filter supports yuv420p10 output?

Thanks,
Marton
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH v3 6/6] doc/filters.texi: add overlay yuv420p10 format

2019-08-17 Thread Limin Wang
On Thu, Jun 06, 2019 at 03:09:59PM +0800, lance.lmw...@gmail.com wrote:
ping it also, I can update to master if it's necessary.

> From: Limin Wang 
> 
> Signed-off-by: Limin Wang 
> ---
>  doc/filters.texi | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 5db8e0302f..b0e951c9f9 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -13159,6 +13159,9 @@ It accepts the following values:
>  @item yuv420
>  force YUV420 output
>  
> +@item yuv420p10
> +force YUV420p10 output
> +
>  @item yuv422
>  force YUV422 output
>  
> -- 
> 2.21.0
> 
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH v3 6/6] doc/filters.texi: add overlay yuv420p10 format

2019-06-06 Thread lance . lmwang
From: Limin Wang 

Signed-off-by: Limin Wang 
---
 doc/filters.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 5db8e0302f..b0e951c9f9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -13159,6 +13159,9 @@ It accepts the following values:
 @item yuv420
 force YUV420 output
 
+@item yuv420p10
+force YUV420p10 output
+
 @item yuv422
 force YUV422 output
 
-- 
2.21.0

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".