Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-02-24 Thread Martin Vignali
> > Hello, > > If no one is against, i will apply the patch in attach in few days (change > since previous patch (mention ticket in commit msg)) > > Martin > > Pushed ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-02-17 Thread Martin Vignali
2018-02-08 21:45 GMT+01:00 Martin Vignali : > > >> Until now, two types of files are supported: >> Files with flags==0 and files with flags&0x02. >> The specification requires that (flags&0x02) >> implies flags==2 or possibly flags==6: "if bit >> 9 is 1, bits 11 and 12 must be 0" >> >> After my pa

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-02-08 Thread Martin Vignali
> > Until now, two types of files are supported: > Files with flags==0 and files with flags&0x02. > The specification requires that (flags&0x02) > implies flags==2 or possibly flags==6: "if bit > 9 is 1, bits 11 and 12 must be 0" > > After my patch, the following values are > accepted for flags: 0,

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-02-06 Thread Carl Eugen Hoyos
2018-01-30 14:40 GMT+01:00 Carl Eugen Hoyos : > 2018-01-30 13:16 GMT+01:00 Paul B Mahol : >> On 1/30/18, Carl Eugen Hoyos wrote: >>> 2018-01-30 10:30 GMT+01:00 Paul B Mahol : On 1/30/18, Carl Eugen Hoyos wrote: > > Attached patch fixes ticket #6994, unknown tag names are > ignore

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-02-06 Thread Martin Vignali
2018-01-30 14:40 GMT+01:00 Carl Eugen Hoyos : > 2018-01-30 13:16 GMT+01:00 Paul B Mahol : > > On 1/30/18, Carl Eugen Hoyos wrote: > >> 2018-01-30 10:30 GMT+01:00 Paul B Mahol : > >>> On 1/30/18, Carl Eugen Hoyos wrote: > > Attached patch fixes ticket #6994, unknown tag names are >

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-01-30 Thread Carl Eugen Hoyos
2018-01-30 13:16 GMT+01:00 Paul B Mahol : > On 1/30/18, Carl Eugen Hoyos wrote: >> 2018-01-30 10:30 GMT+01:00 Paul B Mahol : >>> On 1/30/18, Carl Eugen Hoyos wrote: Attached patch fixes ticket #6994, unknown tag names are ignored by FFmpeg. >>> >>> Really? Are you sure this does no

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-01-30 Thread Paul B Mahol
On 1/30/18, Carl Eugen Hoyos wrote: > 2018-01-30 10:30 GMT+01:00 Paul B Mahol : >> On 1/30/18, Carl Eugen Hoyos wrote: >>> >>> Attached patch fixes ticket #6994, unknown tag names are >>> ignored by FFmpeg. >> >> Really? Are you sure this does not cause not decoding previously >> decodable files?

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-01-30 Thread Carl Eugen Hoyos
2018-01-30 10:30 GMT+01:00 Paul B Mahol : > On 1/30/18, Carl Eugen Hoyos wrote: >> >> Attached patch fixes ticket #6994, unknown tag names are >> ignored by FFmpeg. > > Really? Are you sure this does not cause not decoding previously > decodable files? Could you point me to a sample? Which previ

Re: [FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-01-30 Thread Paul B Mahol
On 1/30/18, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #6994, unknown tag names are ignored by FFmpeg. > > Please comment, Carl Eugen > Really? Are you sure this does not cause not decoding previously decodable files? ___ ffmpeg-devel

[FFmpeg-devel] [PATCH]lavc/exr: Ignore long names flag

2018-01-30 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #6994, unknown tag names are ignored by FFmpeg. Please comment, Carl Eugen From 19f1896fc182f2bc8d1c715883ab40aaf17fc828 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 30 Jan 2018 10:24:08 +0100 Subject: [PATCH] lavc/exr: Ignore long names flag. The d