[FFmpeg-devel] [PATCH] lavc/tiff: add GeoTIFF support to the TIFF decoder

Paul B Mahol onemda at gmail.com
Thu Jul 12 23:05:24 CEST 2012


On 7/11/12, Stefano Sabatini <stefasab at gmail.com> wrote:
> From: Thomas Kuehnel <kuehnelth at googlemail.com>
>
> Work done for SOCIS 2011.
>
> See thread:
> Subject: [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF
> decoder
> Date: Tue,  4 Oct 2011 00:19:52 +0200
>
> Signed-off-by: Stefano Sabatini <stefasab at gmail.com>
> ---
>  libavcodec/Makefile    |    4 +-
>  libavcodec/tiff.c      |  318 ++++++++
>  libavcodec/tiff.h      |   90 +++-
>  libavcodec/tiff_data.c | 1870
> ++++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/tiff_data.h |   92 +++
>  libavcodec/tiffenc.c   |    4 +-
>  6 files changed, 2372 insertions(+), 6 deletions(-)
>  create mode 100644 libavcodec/tiff_data.c
>  create mode 100644 libavcodec/tiff_data.h
>

lgtm


More information about the ffmpeg-devel mailing list