Much more planned, but I decided to submit it in phases to avoid
rebasing headaches.

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 |   39 ++++++
 libavcodec/tiff.c       |  343 +++++++++++++++++++++++------------------------
 libavcodec/tiff.h       |   18 +++-
 libavcodec/tiffenc.c    |   20 ++--
 4 files changed, 231 insertions(+), 189 deletions(-)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to