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

2015-07-08 Thread Nicolas George
L'octidi 18 messidor, an CCXXIII, Marton Balint a écrit : > I chose the "in" and "out" keywords because for intra frame (and exactly > interleaved) content (where packet based cutting actually works without > additional magic) it matches the semantics of inpoint and outpoint in an EDL > list. > >

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

2015-07-06 Thread Marton Balint
On Mon, 6 Jul 2015, Nicolas George wrote: L'octidi 18 messidor, an CCXXIII, Marton Balint a écrit : Signed-off-by: Marton Balint --- doc/demuxers.texi | 17 + libavformat/concatdec.c | 48 +++- 2 files changed, 52 insertions(+)

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

2015-07-06 Thread Nicolas George
L'octidi 18 messidor, an CCXXIII, Marton Balint a écrit : > Signed-off-by: Marton Balint > --- > doc/demuxers.texi | 17 + > libavformat/concatdec.c | 48 +++- > 2 files changed, 52 insertions(+), 13 deletions(-) I like the featur

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

2015-07-05 Thread Marton Balint
Signed-off-by: Marton Balint --- doc/demuxers.texi | 17 + libavformat/concatdec.c | 48 +++- 2 files changed, 52 insertions(+), 13 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 35a1561..4bad1c8 100644 ---