Re: [FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-27 Thread Stefano Sabatini
On date Wednesday 2015-05-27 12:24:57 +0200, Michael Niedermayer encoded: > On Thu, May 14, 2015 at 09:53:53AM +0200, Stefano Sabatini wrote: > > [...] > [...] > > > #! /bin/sh > > > > ffprobe_tests=$(make fate-list | grep ffprobe) > > > > for test in $ffprobe_tests; do > > format=${test##*_

Re: [FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-27 Thread Michael Niedermayer
On Thu, May 14, 2015 at 09:53:53AM +0200, Stefano Sabatini wrote: > [...] [...] > #! /bin/sh > > ffprobe_tests=$(make fate-list | grep ffprobe) > > for test in $ffprobe_tests; do > format=${test##*_} > ffprobe -show_streams -show_packets -show_format -show_frames -bitexact > tests/data/

Re: [FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-27 Thread Stefano Sabatini
On date Monday 2015-05-25 20:49:02 -0400, Dave Rice encoded: > > On May 14, 2015, at 3:53 AM, Stefano Sabatini wrote: [...] > > Nit: maybe you should print this after the media_type, as in the case > > of packet. > > Fixed. > > > Note: you also need to update the fate ffprobe references, see th

Re: [FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-25 Thread Dave Rice
> On May 14, 2015, at 3:53 AM, Stefano Sabatini wrote: > > [...] >> From c655acffb8d9acc97e19553c2e464c0d78586063 Mon Sep 17 00:00:00 2001 >> From: Dave Rice >> Date: Wed, 13 May 2015 13:38:29 -0400 >> Subject: [PATCH] ffprobe: print stream_index with frame data >> >> otherwise the frame data

Re: [FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-14 Thread Stefano Sabatini
[...] > From c655acffb8d9acc97e19553c2e464c0d78586063 Mon Sep 17 00:00:00 2001 > From: Dave Rice > Date: Wed, 13 May 2015 13:38:29 -0400 > Subject: [PATCH] ffprobe: print stream_index with frame data > > otherwise the frame data can't be associated back to its stream. This > makes it easier to wo

[FFmpeg-devel] [PATCH] ffprobe: add stream_index to frame data

2015-05-13 Thread Dave Rice
This patch adds the stream_index to frame data so that a frame may be associated back to the parent stream, otherwise it is difficult to associate them clearly. Dave Rice 0001-ffprobe-print-stream_index-with-frame-data.patch Description: Binary data