[FFmpeg-devel] [PATCH v10 04/13] lavc/tiff: Apply color scaling to uncompressed DNGs
Nick Renieris
velocityra at gmail.com
Thu Aug 8 23:50:42 EEST 2019
Thanks for the review Michael, pushing fixes and a commit that makes
some more images compatible.
Στις Πέμ, 8 Αυγ 2019 στις 1:22 π.μ., ο/η Michael Niedermayer
<michael at niedermayer.cc> έγραψε:
>
> On Wed, Aug 07, 2019 at 06:27:14PM +0300, velocityra at gmail.com wrote:
> > From: Nick Renieris <velocityra at gmail.com>
> >
> > Signed-off-by: Nick Renieris <velocityra at gmail.com>
> > ---
> > libavcodec/tiff.c | 22 +++++++++++++++++++++-
> > 1 file changed, 21 insertions(+), 1 deletion(-)
> >
> > diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
> > index c7e2adb3ae..b6f626daca 100644
> > --- a/libavcodec/tiff.c
> > +++ b/libavcodec/tiff.c
> > @@ -679,6 +679,25 @@ static int tiff_unpack_strip(TiffContext *s, AVFrame *p, uint8_t *dst, int strid
> > for (i = 0; i < width; i++)
> > dst[i] = ff_reverse[src[i]];
> > }
> > +
> > + /* Color processing for DNG images with uncompressed strips (non-tiled) */
> > + if (is_dng) {
>
> This variable is only added in a later patch
> so this does not build
>
> also some change in this patchset breaks:
> ./ffplay tickets/2826/pred6disc7.jpg
> file should be here:
> https://trac.ffmpeg.org/raw-attachment/ticket/2826/pred6disc7.jpg
>
> Thanks
>
> [...]
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Does the universe only have a finite lifespan? No, its going to go on
> forever, its just that you wont like living in it. -- Hiranya Peiri
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list