Re: [FFmpeg-devel] [PATCH v6 0/9] Support Dolby Vision

2020-04-23 Thread myp...@gmail.com
On Thu, Apr 23, 2020 at 5:55 PM Anton Khirnov wrote: > > Quoting myp...@gmail.com (2020-04-23 04:16:41) > > On Wed, Apr 22, 2020 at 7:53 PM Jun Zhao wrote: > > > > > > From: Jun Zhao > > > > > > V6: > > > - split the header and .c file > > > - bump version and update APIChnage > > > > > > V5: >

Re: [FFmpeg-devel] [PATCH v6 0/9] Support Dolby Vision

2020-04-23 Thread Anton Khirnov
Quoting myp...@gmail.com (2020-04-23 04:16:41) > On Wed, Apr 22, 2020 at 7:53 PM Jun Zhao wrote: > > > > From: Jun Zhao > > > > V6: > > - split the header and .c file > > - bump version and update APIChnage > > > > V5: > > - add a constructor for DOVI (tks Anton Khirnov) > > - some minor coding s

Re: [FFmpeg-devel] [PATCH v6 0/9] Support Dolby Vision

2020-04-22 Thread myp...@gmail.com
On Wed, Apr 22, 2020 at 7:53 PM Jun Zhao wrote: > > From: Jun Zhao > > V6: > - split the header and .c file > - bump version and update APIChnage > > V5: > - add a constructor for DOVI (tks Anton Khirnov) > - some minor coding style clean > > V4: > - change the DOVI dump message (tks Jan Ekström)

[FFmpeg-devel] [PATCH v6 0/9] Support Dolby Vision

2020-04-22 Thread Jun Zhao
From: Jun Zhao V6: - split the header and .c file - bump version and update APIChnage V5: - add a constructor for DOVI (tks Anton Khirnov) - some minor coding style clean V4: - change the DOVI dump message (tks Jan Ekström) - fix the file order in Makefile V3: - rename the file name for Dolby