Re: [FFmpeg-devel] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries

2020-07-30 Thread Matthew Szatmary
From 91ae719dd69cba5153e4ce1aad2eb3ce819668b1 Mon Sep 17 00:00:00 2001 From: Matthew Szatmary Date: Thu, 23 Jul 2020 16:36:49 -0700 Subject: [PATCH] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries Signed-off-by: Matthew Szatmary --- Changelog

Re: [FFmpeg-devel] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries

2020-07-30 Thread Matthew Szatmary
On Wed, Jul 29, 2020 at 4:17 PM Thierry Foucu wrote: > > On Wed, Jul 29, 2020 at 4:02 PM Matthew Szatmary wrote: > > > Create and populate AVStream side data packet with contents of ISOBMFF > > edit list entries > > > > Signed-off-by: Matthew Szatmary >

Re: [FFmpeg-devel] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries

2020-07-29 Thread Matthew Szatmary
Create and populate AVStream side data packet with contents of ISOBMFF edit list entries Signed-off-by: Matthew Szatmary --- Changelog | 1 + libavcodec/packet.h | 15 +++ libavformat/mov.c | 15 +++ 3 files changed, 31 insertions(+) diff --git a/Changelog

Re: [FFmpeg-devel] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries

2020-07-29 Thread Matthew Szatmary
On Wed, Jul 29, 2020 at 12:22 PM Andreas Rheinhardt wrote: > > Matthew Szatmary: > > Create and populate AVStream side data packet with contents of ISOBMFF > > edit list entries > > > > Signed-off-by: Matthew Szatmary > > --- > > Changelog

[FFmpeg-devel] Create and populate AVStream side data packet with contents of ISOBMFF edit list entries

2020-07-29 Thread Matthew Szatmary
Create and populate AVStream side data packet with contents of ISOBMFF edit list entries Signed-off-by: Matthew Szatmary --- Changelog | 1 + libavcodec/packet.h | 14 ++ libavformat/mov.c | 17 - 3 files changed, 31 insertions(+), 1 deletion(-) diff