[libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2014-04-05 Thread Justin Ruggles
Also add additional known values and log as missing features. --- libavcodec/tiff.c| 45 - libavcodec/tiff.h| 20 +++- libavcodec/tiffenc.c | 20 ++-- 3 files changed, 57 insertions(+), 28 deletions(-) diff

Re: [libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2014-04-05 Thread Luca Barbato
On 05/04/14 20:35, Justin Ruggles wrote: Also add additional known values and log as missing features. --- libavcodec/tiff.c| 45 - libavcodec/tiff.h| 20 +++- libavcodec/tiffenc.c | 20 ++-- 3 files

Re: [libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2014-04-05 Thread Diego Biurrun
On Sat, Apr 05, 2014 at 02:35:44PM -0400, Justin Ruggles wrote: --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -447,20 +447,31 @@ static int tiff_decode_tag(TiffContext *s) default: -av_log(s-avctx, AV_LOG_ERROR, Color mode %d is not supported\n, -

Re: [libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2014-02-09 Thread Diego Biurrun
On Sat, Feb 08, 2014 at 05:04:04PM -0500, Justin Ruggles wrote: --- a/libavcodec/tiff.c +++ b/libavcodec/tiff.c @@ -447,20 +447,31 @@ static int tiff_decode_tag(TiffContext *s) +avpriv_report_missing_feature(s-avctx, + Unimplemented

[libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2014-02-08 Thread Justin Ruggles
Also add additional known values and log as missing features. --- libavcodec/tiff.c| 45 - libavcodec/tiff.h| 20 +++- libavcodec/tiffenc.c | 20 ++-- 3 files changed, 57 insertions(+), 28 deletions(-) diff

[libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2013-10-13 Thread Justin Ruggles
Also add additional known values and log as missing features. --- libavcodec/tiff.c| 43 ++- libavcodec/tiff.h| 18 +- libavcodec/tiffenc.c | 20 ++-- 3 files changed, 53 insertions(+), 28 deletions(-) diff

[libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2013-10-13 Thread Justin Ruggles
Also add additional known values and log as missing features. --- Updated patch to add 2 more known values. libavcodec/tiff.c| 45 - libavcodec/tiff.h| 20 +++- libavcodec/tiffenc.c | 20 ++-- 3 files

Re: [libav-devel] [PATCH 7/9] tiff: use a better name and enum values for PhotometricInterpretation

2013-10-13 Thread Luca Barbato
On 14/10/13 00:35, Justin Ruggles wrote: Also add additional known values and log as missing features. --- Updated patch to add 2 more known values. libavcodec/tiff.c| 45 - libavcodec/tiff.h| 20 +++-