Re: [FFmpeg-devel] [PATCH v3] avutil/pixfmt: improve definition of AVColorRange

2020-09-23 Thread Jan Ekström
On Wed, Sep 23, 2020 at 6:49 PM Vittorio Giovara wrote: > > On Sun, Sep 20, 2020 at 8:48 PM Jan Ekström wrote: > > > On Sun, Sep 20, 2020 at 9:34 PM Vittorio Giovara > > wrote: > > > > > > On Sun, Sep 20, 2020 at 7:12 PM Jan Ekström wrote: > > > > > > > As it was brought up that the current doc

Re: [FFmpeg-devel] [PATCH v3] avutil/pixfmt: improve definition of AVColorRange

2020-09-23 Thread Vittorio Giovara
On Sun, Sep 20, 2020 at 8:48 PM Jan Ekström wrote: > On Sun, Sep 20, 2020 at 9:34 PM Vittorio Giovara > wrote: > > > > On Sun, Sep 20, 2020 at 7:12 PM Jan Ekström wrote: > > > > > As it was brought up that the current documentation leaves things > > > as specific to YCbCr only, ICtCp and RGB ar

Re: [FFmpeg-devel] [PATCH v3] avutil/pixfmt: improve definition of AVColorRange

2020-09-20 Thread Jan Ekström
On Sun, Sep 20, 2020 at 9:34 PM Vittorio Giovara wrote: > > On Sun, Sep 20, 2020 at 7:12 PM Jan Ekström wrote: > > > As it was brought up that the current documentation leaves things > > as specific to YCbCr only, ICtCp and RGB are now mentioned. > > Additionally, the specifications on which thes

Re: [FFmpeg-devel] [PATCH v3] avutil/pixfmt: improve definition of AVColorRange

2020-09-20 Thread Vittorio Giovara
On Sun, Sep 20, 2020 at 7:12 PM Jan Ekström wrote: > As it was brought up that the current documentation leaves things > as specific to YCbCr only, ICtCp and RGB are now mentioned. > Additionally, the specifications on which these definitions of > narrow and full range are defined are mentioned.

[FFmpeg-devel] [PATCH v3] avutil/pixfmt: improve definition of AVColorRange

2020-09-20 Thread Jan Ekström
As it was brought up that the current documentation leaves things as specific to YCbCr only, ICtCp and RGB are now mentioned. Additionally, the specifications on which these definitions of narrow and full range are defined are mentioned. This way, the documentation of AVColorRange should now match