Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2022-06-13 Thread Marton Balint
On Sun, 12 Jun 2022, Stefano Sabatini wrote: On date Thursday 2022-06-09 21:09:02 +0200, Marton Balint wrote: On Sun, 3 Apr 2022, Stefano Sabatini wrote: [...] Updated again, now it's locally passing fate with FATE samples (don't remember if other issues were spotted the past time). This

Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2022-06-12 Thread Stefano Sabatini
On date Thursday 2022-06-09 21:09:02 +0200, Marton Balint wrote: > On Sun, 3 Apr 2022, Stefano Sabatini wrote: [...] > > Updated again, now it's locally passing fate with FATE samples (don't > > remember if other issues were spotted the past time). > > This looks good to me in general, so I intend

Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2022-06-09 Thread Marton Balint
On Sun, 3 Apr 2022, Stefano Sabatini wrote: On date Wednesday 2021-04-21 23:57:04 +0200, Stefano Sabatini wrote: On date Monday 2021-04-19 11:26:49 +0200, Michael Niedermayer wrote: On Sun, Apr 18, 2021 at 11:30:58PM +0200, Stefano Sabatini wrote: This enables printing to a resource specif

Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2022-04-03 Thread Stefano Sabatini
On date Wednesday 2021-04-21 23:57:04 +0200, Stefano Sabatini wrote: > On date Monday 2021-04-19 11:26:49 +0200, Michael Niedermayer wrote: > > On Sun, Apr 18, 2021 at 11:30:58PM +0200, Stefano Sabatini wrote: > > > This enables printing to a resource specified with -o OUTPUT. > > > > > > Address

Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2021-04-21 Thread Gyan Doshi
On 2021-04-22 03:27, Stefano Sabatini wrote: On date Monday 2021-04-19 11:26:49 +0200, Michael Niedermayer wrote: On Sun, Apr 18, 2021 at 11:30:58PM +0200, Stefano Sabatini wrote: This enables printing to a resource specified with -o OUTPUT. Address issue: http://trac.ffmpeg.org/ticket/8024

Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2021-04-21 Thread Stefano Sabatini
On date Monday 2021-04-19 11:26:49 +0200, Michael Niedermayer wrote: > On Sun, Apr 18, 2021 at 11:30:58PM +0200, Stefano Sabatini wrote: > > This enables printing to a resource specified with -o OUTPUT. > > > > Address issue: http://trac.ffmpeg.org/ticket/8024 > > --- > > doc/ffprobe.texi | 7

Re: [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2021-04-19 Thread Michael Niedermayer
On Sun, Apr 18, 2021 at 11:30:58PM +0200, Stefano Sabatini wrote: > This enables printing to a resource specified with -o OUTPUT. > > Address issue: http://trac.ffmpeg.org/ticket/8024 > --- > doc/ffprobe.texi | 7 ++ > fftools/ffprobe.c | 174 ++ > 2

[FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option

2021-04-18 Thread Stefano Sabatini
This enables printing to a resource specified with -o OUTPUT. Address issue: http://trac.ffmpeg.org/ticket/8024 --- doc/ffprobe.texi | 7 ++ fftools/ffprobe.c | 174 ++ 2 files changed, 120 insertions(+), 61 deletions(-) diff --git a/doc/ffprobe.tex