Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-16 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 10:53:28PM +0200, Marton Balint wrote: > Hello Michael, > > Please merge from my stable branch for the following patches: > > 53f2ef2 mxfdec: calculate the index in display order > f384132 concatdec: add support for specifying inpoint of files > 1ea909a concatdec: store eo

Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-16 Thread Marton Balint
Hello Michael, Please merge from my stable branch for the following patches: 53f2ef2 mxfdec: calculate the index in display order f384132 concatdec: add support for specifying inpoint of files 1ea909a concatdec: store eof condition in context 52bc064 concatdec: add support for specifying outpoin

Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-16 Thread Marton Balint
On Thu, 16 Jul 2015, Nicolas George wrote: Le tridi 23 messidor, an CCXXIII, Marton Balint a écrit : Signed-off-by: Marton Balint --- doc/demuxers.texi | 17 + libavformat/concatdec.c | 39 ++- 2 files changed, 43 insertions(+), 13 de

Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-16 Thread Nicolas George
Le tridi 23 messidor, an CCXXIII, Marton Balint a écrit : > Signed-off-by: Marton Balint > --- > doc/demuxers.texi | 17 + > libavformat/concatdec.c | 39 ++- > 2 files changed, 43 insertions(+), 13 deletions(-) > > diff --git a/doc/demux

Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-16 Thread Nicolas George
Le septidi 27 messidor, an CCXXIII, Marton Balint a écrit : > Could you please check the v2 patch series? If it is fine with you, I will > send the merge request to Michael. Sorry for the delay. Apart from the minor comment I just sent, ok for me. Regards, -- Nicolas George __

Re: [FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-15 Thread Marton Balint
On Sat, 11 Jul 2015, Marton Balint wrote: Signed-off-by: Marton Balint --- doc/demuxers.texi | 17 + libavformat/concatdec.c | 39 ++- 2 files changed, 43 insertions(+), 13 deletions(-) Hi Nicolas, Could you please check the v2 patch

[FFmpeg-devel] [PATCH 1/5] concatdec: add support for specifying inpoint of files

2015-07-11 Thread Marton Balint
Signed-off-by: Marton Balint --- doc/demuxers.texi | 17 + libavformat/concatdec.c | 39 ++- 2 files changed, 43 insertions(+), 13 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 35a1561..27a9409 100644 --- a/doc/dem