Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-14 Thread Steven Liu
2016-10-15 10:19 GMT+08:00 Michael Niedermayer : > On Sat, Oct 15, 2016 at 09:57:40AM +0800, Steven Liu wrote: > [...] > > and ping Luca Abeni > > iam not sure he is still maintaining udp, he hasnt been active since > many years IIRC > ping Michael :-D > > [...] > -- >

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-14 Thread Michael Niedermayer
On Sat, Oct 15, 2016 at 09:57:40AM +0800, Steven Liu wrote: [...] > and ping Luca Abeni iam not sure he is still maintaining udp, he hasnt been active since many years IIRC [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB There will always be a question for

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-14 Thread Steven Liu
2016-10-13 20:57 GMT+08:00 Steven Liu : > ping > > 2016-10-12 14:21 GMT+08:00 Steven Liu : > >> >> Signed-off-by: Steven Liu >> --- >> doc/protocols.texi|3 +++ >> libavformat/udp.c | 19 ++- >>

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-14 Thread wm4
On Sat, 8 Oct 2016 15:35:02 +0800 Steven Liu wrote: > If you send a patch like this, make sure you do the following things: - explain in the commit message WHY - document the deprecation in the, you know, documentation - document the replacement It should be natural

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-13 Thread Steven Liu
ping 2016-10-12 14:21 GMT+08:00 Steven Liu : > > Signed-off-by: Steven Liu > --- > doc/protocols.texi|3 +++ > libavformat/udp.c | 19 ++- > libavformat/version.h |3 +++ > 3 files changed, 24 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-11 Thread Josh de Kock
On 10/10/2016 03:50, Steven Liu wrote: Signed-off-by: Steven Liu --- doc/protocols.texi|3 +++ libavformat/udp.c | 19 ++- libavformat/version.h |3 +++ 3 files changed, 24 insertions(+), 1 deletions(-) diff --git a/doc/protocols.texi

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-11 Thread Steven Liu
ping 2016-10-10 10:50 GMT+08:00 Steven Liu : > > Signed-off-by: Steven Liu > --- > doc/protocols.texi|3 +++ > libavformat/udp.c | 19 ++- > libavformat/version.h |3 +++ > 3 files changed, 24 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread 刘歧
> 在 2016年10月10日,上午10:30,Steven Liu 写道: > > 2016-10-10 10:27 GMT+08:00 James Almer : > >> On 10/9/2016 11:24 PM, Steven Liu wrote: >>> >>> Signed-off-by: Steven Liu >>> --- >>> doc/protocols.texi|3 +++ >>>

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread James Almer
On 10/9/2016 11:24 PM, Steven Liu wrote: > > Signed-off-by: Steven Liu > --- > doc/protocols.texi|3 +++ > libavformat/udp.c | 19 ++- > libavformat/version.h |3 +++ > 3 files changed, 24 insertions(+), 1 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-10 10:27 GMT+08:00 James Almer : > On 10/9/2016 11:24 PM, Steven Liu wrote: > > > > Signed-off-by: Steven Liu > > --- > > doc/protocols.texi|3 +++ > > libavformat/udp.c | 19 ++- > > libavformat/version.h |3 +++

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
Hi Michael, What about this patch, add local_port into documention and tell users this option will be deprecated, and give will be deprecated message to users when user using it. and give users 10 versions time. :-) 2016-10-10 10:24 GMT+08:00 Steven Liu :

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-10 5:53 GMT+08:00 Steven Liu : > > > 2016-10-10 2:11 GMT+08:00 Michael Niedermayer : > >> On Sun, Oct 09, 2016 at 11:48:08PM +0800, Steven Liu wrote: >> > Signed-off-by: Steven Liu >> > --- >> > libavformat/udp.c

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-10 2:11 GMT+08:00 Michael Niedermayer : > On Sun, Oct 09, 2016 at 11:48:08PM +0800, Steven Liu wrote: > > Signed-off-by: Steven Liu > > --- > > libavformat/udp.c | 19 ++- > > libavformat/version.h | 3 +++ > > 2 files

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Michael Niedermayer
On Sun, Oct 09, 2016 at 11:48:08PM +0800, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/udp.c | 19 ++- > libavformat/version.h | 3 +++ > 2 files changed, 21 insertions(+), 1 deletion(-) > > diff --git a/libavformat/udp.c

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
ok, this is sent by git send-email :) there have no newline ,and i'll always use git send-email to send patch 2016-10-09 23:48 GMT+08:00 Steven Liu : > Signed-off-by: Steven Liu > --- > libavformat/udp.c | 19 ++- >

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Michael Niedermayer
On Sun, Oct 09, 2016 at 02:33:46PM +0200, Moritz Barsnick wrote: > On Sun, Oct 09, 2016 at 20:25:39 +0800, Steven Liu wrote: > > 2016-10-09 20:24 GMT+08:00 Steven Liu : > > > > > check newline with chrome+gmail > > > > > Shit! > >

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Moritz Barsnick
On Sun, Oct 09, 2016 at 20:25:39 +0800, Steven Liu wrote: > 2016-10-09 20:24 GMT+08:00 Steven Liu : > > > check newline with chrome+gmail > > > Shit! https://productforums.google.com/forum/#!topic/gmail/VUbNjK8mUbA So you'd probably get the patch marked as text/plain if

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-09 20:09 GMT+08:00 Steven Liu : > > > 2016-10-09 19:54 GMT+08:00 Michael Niedermayer : > >> On Sun, Oct 09, 2016 at 07:18:48PM +0800, Steven Liu wrote: >> > 2016-10-09 19:00 GMT+08:00 Michael Niedermayer > >: >> >

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-09 20:24 GMT+08:00 Steven Liu : > check newline with chrome+gmail > Shit! > > > Signed-off-by: Steven Liu > --- > libavformat/udp.c | 19 ++- > libavformat/version.h | 3 +++ > 2 files changed, 21 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
check newline with chrome+gmail Signed-off-by: Steven Liu --- libavformat/udp.c | 19 ++- libavformat/version.h | 3 +++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index 3835f98..fd400c6

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-09 20:19 GMT+08:00 Nicolas George : > L'octidi 18 vendémiaire, an CCXXV, Steven Liu a écrit : > > I promise there have no newline, the captrue picture is atteched. > > You can see for yourself there are: > http://ffmpeg.org/pipermail/ffmpeg-devel/2016-October/200799.html

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Nicolas George
L'octidi 18 vendémiaire, an CCXXV, Steven Liu a écrit : > I promise there have no newline, the captrue picture is atteched. You can see for yourself there are: http://ffmpeg.org/pipermail/ffmpeg-devel/2016-October/200799.html Your MUA is lying to you. Also, why do you send JPEG screenshots

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Michael Niedermayer
On Sun, Oct 09, 2016 at 07:18:48PM +0800, Steven Liu wrote: > 2016-10-09 19:00 GMT+08:00 Michael Niedermayer : > > > On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote: > > > > > > > > udp.c | 19 ++- > > > version.h |3 +++ > > > 2 files

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-09 19:18 GMT+08:00 Steven Liu : > > > 2016-10-09 19:00 GMT+08:00 Michael Niedermayer : > >> On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote: >> > >> >> > udp.c | 19 ++- >> > version.h |3 +++ >> > 2

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Steven Liu
2016-10-09 19:00 GMT+08:00 Michael Niedermayer : > On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote: > > > > > udp.c | 19 ++- > > version.h |3 +++ > > 2 files changed, 21 insertions(+), 1 deletion(-) > >

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-09 Thread Michael Niedermayer
On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote: > > udp.c | 19 ++- > version.h |3 +++ > 2 files changed, 21 insertions(+), 1 deletion(-) > bf9c64b4a0fd9a1d998c11376c5c5c2a90389caf > 0001-avformat-udp-deprecate-local_port-option.patch > From

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-08 Thread Steven Liu
2016-10-09 2:11 GMT+08:00 Michael Niedermayer : > On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote: > > > > > udp.c | 19 ++- > > version.h |3 +++ > > 2 files changed, 21 insertions(+), 1 deletion(-) > >

Re: [FFmpeg-devel] [PATCH] avformat/udp: deprecate local_port option

2016-10-08 Thread Michael Niedermayer
On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote: > > udp.c | 19 ++- > version.h |3 +++ > 2 files changed, 21 insertions(+), 1 deletion(-) > bf9c64b4a0fd9a1d998c11376c5c5c2a90389caf > 0001-avformat-udp-deprecate-local_port-option.patch > From