Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2020-03-30 Thread Neil Birkbeck
On Fri, Apr 15, 2016 at 4:06 AM wm4 wrote: > On Wed, 6 Apr 2016 17:09:21 -0600 > Nic Wolfe wrote: > > > Thanks for elaborating wm4. Out of curiosity when you say "generic" > > and "normal" metadata what do you mean? Are you talking about using > > generic key names or is there another way to

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-04-15 Thread wm4
On Wed, 6 Apr 2016 17:09:21 -0600 Nic Wolfe wrote: > Thanks for elaborating wm4. Out of curiosity when you say "generic" > and "normal" metadata what do you mean? Are you talking about using > generic key names or is there another way to store metadata? > > I have attached a

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-04-06 Thread Nic Wolfe
Thanks for elaborating wm4. Out of curiosity when you say "generic" and "normal" metadata what do you mean? Are you talking about using generic key names or is there another way to store metadata? I have attached a patch which adds a new AVPacketSideDataType and uses that type to store crop

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-03-30 Thread Steve Lhomme
On Tue, Mar 29, 2016 at 2:46 PM, Dave Rice wrote: > Hi, > >> On Mar 29, 2016, at 4:23 AM, wm4 wrote: >> >> On Sat, 26 Mar 2016 16:56:55 -0600 >> Nic Wolfe wrote: >> >>> The Matroska spec defines PixelCropTop, PixelCropBottom,

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-03-29 Thread Dave Rice
Hi, > On Mar 29, 2016, at 4:23 AM, wm4 wrote: > > On Sat, 26 Mar 2016 16:56:55 -0600 > Nic Wolfe wrote: > >> The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft, >> and PixelCropRight elements: >>

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-03-29 Thread wm4
On Sat, 26 Mar 2016 16:56:55 -0600 Nic Wolfe wrote: > The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft, > and PixelCropRight elements: > https://www.matroska.org/technical/specs/index.html > > This commit adds support for demuxing these values so that >

Re: [FFmpeg-devel] [PATCH] lavf/matroskadec: Demux the PixelCrop* values

2016-03-27 Thread wm4
On Sat, 26 Mar 2016 16:56:55 -0600 Nic Wolfe wrote: > The Matroska spec defines PixelCropTop, PixelCropBottom, PixelCropLeft, > and PixelCropRight elements: > https://www.matroska.org/technical/specs/index.html > > This commit adds support for demuxing these values so that >