Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol
@ 2022-03-25  7:40 Zhao Zhili
  2022-03-30  2:34 ` Steven Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Zhao Zhili @ 2022-03-25  7:40 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Zhao Zhili

Signed-off-by: Zhao Zhili <quinkblack@foxmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 931cf4bd2c..5daa6f8e03 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -516,6 +516,7 @@ Protocols:
   bluray.c                              Petri Hintukainen
   ftp.c                                 Lukasz Marek
   http.c                                Ronald S. Bultje
+  libsrt.c                              Zhao Zhili
   libssh.c                              Lukasz Marek
   libzmq.c                              Andriy Gelman
   mms*.c                                Ronald S. Bultje
-- 
2.31.1

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol
  2022-03-25  7:40 [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol Zhao Zhili
@ 2022-03-30  2:34 ` Steven Liu
  2022-03-30 12:51 ` lance.lmwang
  2022-03-30 19:44 ` Marton Balint
  2 siblings, 0 replies; 5+ messages in thread
From: Steven Liu @ 2022-03-30  2:34 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Steven Liu, Zhao Zhili



> 2022年3月25日 下午3:40,Zhao Zhili <quinkblack@foxmail.com> 写道:
> 
> Signed-off-by: Zhao Zhili <quinkblack@foxmail.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 931cf4bd2c..5daa6f8e03 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -516,6 +516,7 @@ Protocols:
>   bluray.c                              Petri Hintukainen
>   ftp.c                                 Lukasz Marek
>   http.c                                Ronald S. Bultje
> +  libsrt.c                              Zhao Zhili
>   libssh.c                              Lukasz Marek
>   libzmq.c                              Andriy Gelman
>   mms*.c                                Ronald S. Bultje
> -- 
> 2.31.1
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
> 

LGTM

Thanks

Steven Liu

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol
  2022-03-25  7:40 [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol Zhao Zhili
  2022-03-30  2:34 ` Steven Liu
@ 2022-03-30 12:51 ` lance.lmwang
  2022-03-30 19:44 ` Marton Balint
  2 siblings, 0 replies; 5+ messages in thread
From: lance.lmwang @ 2022-03-30 12:51 UTC (permalink / raw)
  To: ffmpeg-devel

On Fri, Mar 25, 2022 at 03:40:33PM +0800, Zhao Zhili wrote:
> Signed-off-by: Zhao Zhili <quinkblack@foxmail.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 931cf4bd2c..5daa6f8e03 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -516,6 +516,7 @@ Protocols:
>    bluray.c                              Petri Hintukainen
>    ftp.c                                 Lukasz Marek
>    http.c                                Ronald S. Bultje
> +  libsrt.c                              Zhao Zhili
>    libssh.c                              Lukasz Marek
>    libzmq.c                              Andriy Gelman
>    mms*.c                                Ronald S. Bultje
> -- 
> 2.31.1
> 
LGTM

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

-- 
Thanks,
Limin Wang
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol
  2022-03-25  7:40 [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol Zhao Zhili
  2022-03-30  2:34 ` Steven Liu
  2022-03-30 12:51 ` lance.lmwang
@ 2022-03-30 19:44 ` Marton Balint
  2022-04-01  1:25   ` lance.lmwang
  2 siblings, 1 reply; 5+ messages in thread
From: Marton Balint @ 2022-03-30 19:44 UTC (permalink / raw)
  To: FFmpeg development discussions and patches



On Fri, 25 Mar 2022, Zhao Zhili wrote:

> Signed-off-by: Zhao Zhili <quinkblack@foxmail.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 931cf4bd2c..5daa6f8e03 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -516,6 +516,7 @@ Protocols:
>   bluray.c                              Petri Hintukainen
>   ftp.c                                 Lukasz Marek
>   http.c                                Ronald S. Bultje
> +  libsrt.c                              Zhao Zhili
>   libssh.c                              Lukasz Marek
>   libzmq.c                              Andriy Gelman
>   mms*.c                                Ronald S. Bultje

LGTM, 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-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol
  2022-03-30 19:44 ` Marton Balint
@ 2022-04-01  1:25   ` lance.lmwang
  0 siblings, 0 replies; 5+ messages in thread
From: lance.lmwang @ 2022-04-01  1:25 UTC (permalink / raw)
  To: ffmpeg-devel

On Wed, Mar 30, 2022 at 09:44:08PM +0200, Marton Balint wrote:
> 
> 
> On Fri, 25 Mar 2022, Zhao Zhili wrote:
> 
> > Signed-off-by: Zhao Zhili <quinkblack@foxmail.com>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 931cf4bd2c..5daa6f8e03 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -516,6 +516,7 @@ Protocols:
> >   bluray.c                              Petri Hintukainen
> >   ftp.c                                 Lukasz Marek
> >   http.c                                Ronald S. Bultje
> > +  libsrt.c                              Zhao Zhili
> >   libssh.c                              Lukasz Marek
> >   libzmq.c                              Andriy Gelman
> >   mms*.c                                Ronald S. Bultje
> 
> LGTM, thanks.

Applied, 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-request@ffmpeg.org with subject "unsubscribe".

-- 
Thanks,
Limin Wang
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-01  1:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25  7:40 [FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol Zhao Zhili
2022-03-30  2:34 ` Steven Liu
2022-03-30 12:51 ` lance.lmwang
2022-03-30 19:44 ` Marton Balint
2022-04-01  1:25   ` lance.lmwang

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git