Re: [FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-03-01 Thread Marton Balint
On Sun, 24 Feb 2019, Marton Balint wrote: On Tue, 19 Feb 2019, Carl Eugen Hoyos wrote: 2019-02-18 22:43 GMT+01:00, Marton Balint : On Sun, 17 Feb 2019, Carl Eugen Hoyos wrote: 2019-02-17 20:55 GMT+01:00, Marton Balint : This reworks the code to be more strict about accepting stream s

Re: [FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-02-24 Thread Marton Balint
On Tue, 19 Feb 2019, Carl Eugen Hoyos wrote: 2019-02-18 22:43 GMT+01:00, Marton Balint : On Sun, 17 Feb 2019, Carl Eugen Hoyos wrote: 2019-02-17 20:55 GMT+01:00, Marton Balint : This reworks the code to be more strict about accepting stream specifiers. From now on we strictly enforce the

Re: [FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-02-19 Thread Carl Eugen Hoyos
2019-02-18 22:43 GMT+01:00, Marton Balint : > > > On Sun, 17 Feb 2019, Carl Eugen Hoyos wrote: > >> 2019-02-17 20:55 GMT+01:00, Marton Balint : >>> This reworks the code to be more strict about accepting >>> stream specifiers. From now on we strictly enforce the >>> syntax in the documentation up u

Re: [FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-02-18 Thread Marton Balint
On Sun, 17 Feb 2019, Carl Eugen Hoyos wrote: 2019-02-17 20:55 GMT+01:00, Marton Balint : This reworks the code to be more strict about accepting stream specifiers. From now on we strictly enforce the syntax in the documentation up until the decisive part of the stream specifier. Therefore mat

Re: [FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-02-18 Thread Michael Niedermayer
On Sun, Feb 17, 2019 at 08:55:38PM +0100, Marton Balint wrote: > This reworks the code to be more strict about accepting stream specifiers. > From > now on we strictly enforce the syntax in the documentation up until the > decisive part of the stream specifier. Therefore matching stream specifiers

Re: [FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-02-17 Thread Carl Eugen Hoyos
2019-02-17 20:55 GMT+01:00, Marton Balint : > This reworks the code to be more strict about accepting > stream specifiers. From now on we strictly enforce the > syntax in the documentation up until the decisive part of > the stream specifier. Therefore matching stream specifiers > always need to be

[FFmpeg-devel] [PATCH 2/4] avformat/utils: be more strict about stream specifiers

2019-02-17 Thread Marton Balint
This reworks the code to be more strict about accepting stream specifiers. From now on we strictly enforce the syntax in the documentation up until the decisive part of the stream specifier. Therefore matching stream specifiers always need to be correct, non matching specifiers only need to be corr