On Sat, 8 Feb 2014 17:03:57 -0500, Justin Ruggles <[email protected]> wrote: > Revised patch set that I originally sent back in October. > > Jean First (2): > tiffdec: rename variables for consistency and fix variable shadowing > tiffdec: support predictor type 2 with RGB48 pixel format > > Justin Ruggles (6): > tiffdec: use correct data type for palette entries and set alpha to > 0xFF > bytestream: add bytestream2_copy_buffer() functions > tiffdec: use bytestream2 to simplify overread/overwrite protection > tiffdec: use a single strip if RowsPerStrip is 0 > tiff: use a better name and enum values for PhotometricInterpretation > tiffdec: remove an unneeded variable > > Paul B Mahol (1): > bytestream: add functions for accessing size of buffer > > libavcodec/bytestream.h | 36 +++++ > libavcodec/tiff.c | 345 > +++++++++++++++++++++++------------------------ > libavcodec/tiff.h | 20 +++- > libavcodec/tiffenc.c | 20 ++-- > 4 files changed, 232 insertions(+), 189 deletions(-) >
The whole set now looks fine to me. (a FATE test would still be nice) -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
