Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-16 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Attached patch allows users to know about > specific properties of a decoded stream, two > examples included. The patch was merged by Michael, I just sent a patch for the renaming of FF_CODEC_PROPERTY_*. Carl Eugen ___

Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-16 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 07:19:40PM +0200, wm4 wrote: > On Thu, 16 Jul 2015 15:33:31 +0200 > Michael Niedermayer wrote: > > > On Thu, Jul 16, 2015 at 12:54:24PM +0200, wm4 wrote: > > [...] > > > > diff --git a/libavcodec/webp.c b/libavcodec/webp.c > > > > index 723a847..8caa6a2 100644 > > > > ---

Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-16 Thread wm4
On Thu, 16 Jul 2015 15:33:31 +0200 Michael Niedermayer wrote: > On Thu, Jul 16, 2015 at 12:54:24PM +0200, wm4 wrote: > [...] > > > diff --git a/libavcodec/webp.c b/libavcodec/webp.c > > > index 723a847..8caa6a2 100644 > > > --- a/libavcodec/webp.c > > > +++ b/libavcodec/webp.c > > > @@ -1417,6 +1

Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-16 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 12:54:24PM +0200, wm4 wrote: [...] > > diff --git a/libavcodec/webp.c b/libavcodec/webp.c > > index 723a847..8caa6a2 100644 > > --- a/libavcodec/webp.c > > +++ b/libavcodec/webp.c > > @@ -1417,6 +1417,7 @@ static int webp_decode_frame(AVCodecContext *avctx, > > void *data,

Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-16 Thread wm4
On Thu, 16 Jul 2015 00:47:51 +0200 Carl Eugen Hoyos wrote: > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 738f4db..c8b70d7 100644 Send a proper git patch. git has the format-patch feature for a reason. > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -3173,6 +3

Re: [FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-15 Thread Michael Niedermayer
On Thu, Jul 16, 2015 at 12:47:51AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch allows users to know about specific properties of a decoded > stream, two examples included. > > To be split in two or three, version bumps missing. > > Please comment, Carl Eugen > avcodec.h | 12 +

[FFmpeg-devel] [PATCH]Save properties of the decoded stream

2015-07-15 Thread Carl Eugen Hoyos
Hi! Attached patch allows users to know about specific properties of a decoded stream, two examples included. To be split in two or three, version bumps missing. Please comment, Carl Eugen diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 738f4db..c8b70d7 100644 --- a/libavcodec/av