Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-21 Thread Jeyapal, Karthick
On 7/19/19 1:13 PM, leozhang wrote: > Signed-off-by: leozhang > --- > Removed remarks which are not part of commit message. Thanks reminder > > doc/muxers.texi | 4 > libavformat/dashenc.c | 27 +++ > 2 files changed, 27 insertions(+), 4 deletions(-) > > diff

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-19 Thread Moritz Barsnick
On Fri, Jul 19, 2019 at 11:08:00 +0800, leozhang wrote: > change history: > 1. Use normal descriptor string instead of base64 encoded > 2. Add example to muxers.texi > 3. Change descriptor char * and allocate it dynamically > > Please review, thanks Please take care, the above text has become

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-18 Thread Jeyapal, Karthick
On 7/19/19 8:38 AM, leozhang wrote: > change history: > 1. Use normal descriptor string instead of base64 encoded > 2. Add example to muxers.texi > 3. Change descriptor char * and allocate it dynamically > > Please review, thanks Thanks for sending the revised patch. LGTM. I will wait for 3 days

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-17 Thread Jeyapal, Karthick
On 7/17/19 10:21 AM, Tao Zhang wrote: > Jeyapal, Karthick 于2019年7月17日周三 上午10:46写道: >> >> >> On 7/15/19 8:41 AM, leozhang wrote: >>> change history: >>> 1. remove unnecessary cast. >>> 2. add some braces. >>> >>> Please comment, Thanks >> Thanks for sending the patch. Please find some of my

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-16 Thread Tao Zhang
Jeyapal, Karthick 于2019年7月17日周三 上午10:46写道: > > > On 7/15/19 8:41 AM, leozhang wrote: > > change history: > > 1. remove unnecessary cast. > > 2. add some braces. > > > > Please comment, Thanks > Thanks for sending the patch. Please find some of my comments inlined below. Thanks for your comments.

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-16 Thread Jeyapal, Karthick
On 7/15/19 8:41 AM, leozhang wrote: > change history: > 1. remove unnecessary cast. > 2. add some braces. > > Please comment, Thanks Thanks for sending the patch. Please find some of my comments inlined below. > > Signed-off-by: leozhang > --- > doc/muxers.texi | 3 +++ >

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-16 Thread Tao Zhang
Let me add that, descriptor provides extensible syntax and semantics for describing Adaptation Set properties. In my scenario,I implemented one VR tiled video system using descriptor. leozhang 于2019年7月15日周一 上午11:11写道: > > change history: > 1. remove unnecessary cast. > 2. add some braces. > >

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-14 Thread Carl Eugen Hoyos
Am Fr., 12. Juli 2019 um 10:31 Uhr schrieb leozhang : > > Reference ISO/IEC 23009-1:2014/Amd.2:2015, a spatial relationship descriptor > is defined as a spatial part of a content component (e.g. a region of > interest, or a tile) > and represented by either an Adaptation Set or a

Re: [FFmpeg-devel] dash: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015.

2019-07-14 Thread Tao Zhang
ping? leozhang 于2019年7月12日周五 下午4:31写道: > > Reference ISO/IEC 23009-1:2014/Amd.2:2015, a spatial relationship descriptor > is defined as a spatial part of a content component (e.g. a region of > interest, or a tile) > and represented by either an Adaptation Set or a Sub-Representation. > >