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
>
> [...]
> --
> Michael GnuPG fingerpri
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 which
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 ++-
>> libavformat/version.h |3 +++
>> 3 files changed, 24 insertions(+),
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 that this should be required
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 deletions(-)
>
> diff --git a/doc/protocols.texi b/
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 b/doc/protocols.texi
index 3abc5f3..85a3f56 100644
--- a/doc/prot
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 b/doc/protocols.texi
i
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 deletions(-)
>
> diff --git a/doc/protocols.texi b/
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 b/doc/protocols.texi
index 3abc5f3..85a3f56 100644
--- a/doc/prot
> 在 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 +++
>>> libavformat/udp.c | 19 ++-
>>> libavformat/version.h |
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 a/doc/protocols.texi b/doc/
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 +++
> > 3 files changed, 24 insertions(+), 1
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 :
>
> Signed-off-by: Ste
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 b/doc/protocols.texi
index 3abc5f3..85a3f56 100644
--- a/doc/prot
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 | 19 ++-
>> > libavformat/version.h | 3 +++
>> > 2 f
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 changed, 21 insertions(+), 1 deletion(-)
> >
> >
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 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -86,6
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 b/libavformat/udp.c
> index 3835
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 ++-
> libavformat/version.h | 3 +++
> 2 files changed, 21 inse
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 100644
--- a/libavformat/udp.c
+++ b/libavformat/udp.c
@@ -86,6
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!
>
> https://productforums.google.com/forum/#!topic/gmail/VUbNjK8mUbA
>
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 you renamed it
to .patch.
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 > >:
>> >
>> > > On Sat, Oct 08, 2016 at 03:35:02PM +0800, Steven Liu wrote:
>> > > >
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 deletion(-)
>
> diff --git a/libavformat/udp.c b/lib
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 100644
--- a/libavformat/udp.
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
>
> Your MUA is ly
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 disgu
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 changed, 21 insertions(+
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 files changed, 21 insertions(+), 1 deletion(-)
>> >
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(-)
> > bf9c64b4a0fd9a1d998c11376c5c5c2a90389caf 0001-avformat
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 16a41c1e76fef
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(-)
> > bf9c64b4a0fd9a1d998c11376c5c5c2a90389caf 0001-avformat-
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 16a41c1e76fef
0001-avformat-udp-deprecate-local_port-option.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
34 matches
Mail list logo