Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-24 Thread Vignesh Venkatasubramanian
On Thu, Apr 21, 2022 at 9:16 AM Vignesh Venkatasubramanian wrote: > > On Thu, Apr 21, 2022 at 2:08 AM Gyan Doshi wrote: > > > > > > > > On 2022-04-20 09:54 am, Gyan Doshi wrote: > > > > > > > > > On 2022-04-20 02:49 am, Paul B Mahol wrote: > > >> On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasu

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-24 Thread Vignesh Venkatasubramanian
On Sat, Apr 23, 2022 at 1:14 AM Gyan Doshi wrote: > > Removed some trailing whitespace, edited commit msg and pushed as > 499e245b856733c3bbcd3ba23b406729343ed5fe > Thanks for merging! > Consider adding avif to extensions in the AVInputFormat Sorry this was an oversight. I thought I had already

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-23 Thread Gyan Doshi
Removed some trailing whitespace, edited commit msg and pushed as 499e245b856733c3bbcd3ba23b406729343ed5fe Consider adding avif to extensions in the AVInputFormat Regards, Gyan On 2022-04-23 12:29 am, Vignesh Venkatasubramanian wrote: Add support for parsing AVIF still images. This patches su

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-22 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-22 Thread Vignesh Venkatasubramanian
On Thu, Apr 21, 2022 at 9:18 PM Gyan Doshi wrote: > > > > On 2022-04-21 09:46 pm, Vignesh Venkatasubramanian wrote: > > On Thu, Apr 21, 2022 at 2:08 AM Gyan Doshi wrote: > >> > >> > >> On 2022-04-20 09:54 am, Gyan Doshi wrote: > >>> > >>> On 2022-04-20 02:49 am, Paul B Mahol wrote: > On Tue,

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-21 Thread Gyan Doshi
On 2022-04-21 09:46 pm, Vignesh Venkatasubramanian wrote: On Thu, Apr 21, 2022 at 2:08 AM Gyan Doshi wrote: On 2022-04-20 09:54 am, Gyan Doshi wrote: On 2022-04-20 02:49 am, Paul B Mahol wrote: On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.o

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-21 Thread Vignesh Venkatasubramanian
On Thu, Apr 21, 2022 at 2:08 AM Gyan Doshi wrote: > > > > On 2022-04-20 09:54 am, Gyan Doshi wrote: > > > > > > On 2022-04-20 02:49 am, Paul B Mahol wrote: > >> On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < > >> vigneshv-at-google@ffmpeg.org> wrote: > >> > >>> Add support for p

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-21 Thread Gyan Doshi
On 2022-04-20 09:54 am, Gyan Doshi wrote: On 2022-04-20 02:49 am, Paul B Mahol wrote: On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.org> wrote: Add support for parsing AVIF still images. This patches supports AVIF still images that have exactl

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-19 Thread Gyan Doshi
On 2022-04-20 02:49 am, Paul B Mahol wrote: On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.org> wrote: Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-19 Thread Paul B Mahol
On Tue, Apr 19, 2022 at 10:57 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.org> wrote: > Add support for parsing AVIF still images. This patches supports > AVIF still images that have exactly 1 item (i.e.) no alpha channel. > Essentially, we will have to parse the "iloc" box and p

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-19 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-19 Thread Vignesh Venkatasubramanian
On Tue, Apr 19, 2022 at 1:18 PM Paul B Mahol wrote: > > > > On Mon, Mar 28, 2022 at 9:12 PM Vignesh Venkatasubramanian > wrote: >> >> Add support for parsing AVIF still images. This patches supports >> AVIF still images that have exactly 1 item (i.e.) no alpha channel. >> Essentially, we will ha

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-19 Thread Paul B Mahol
On Mon, Mar 28, 2022 at 9:12 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.org> wrote: > Add support for parsing AVIF still images. This patches supports > AVIF still images that have exactly 1 item (i.e.) no alpha channel. > Essentially, we will have to parse the "iloc" box and po

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-04-18 Thread Vignesh Venkatasubramanian
On Mon, Mar 28, 2022 at 12:11 PM Vignesh Venkatasubramanian wrote: > > Add support for parsing AVIF still images. This patches supports > AVIF still images that have exactly 1 item (i.e.) no alpha channel. > Essentially, we will have to parse the "iloc" box and populate > the mov index. > > With t

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-28 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-28 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-28 Thread Vignesh Venkatasubramanian
On Mon, Mar 28, 2022 at 10:11 AM Paul B Mahol wrote: > > On Mon, Mar 28, 2022 at 7:07 PM Vignesh Venkatasubramanian < > vigneshv-at-google@ffmpeg.org> wrote: > > > On Tue, Mar 22, 2022 at 2:56 PM Vignesh Venkatasubramanian > > wrote: > > > > > > On Wed, Mar 16, 2022 at 10:02 AM Vignesh Venkat

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-28 Thread Paul B Mahol
On Mon, Mar 28, 2022 at 7:07 PM Vignesh Venkatasubramanian < vigneshv-at-google@ffmpeg.org> wrote: > On Tue, Mar 22, 2022 at 2:56 PM Vignesh Venkatasubramanian > wrote: > > > > On Wed, Mar 16, 2022 at 10:02 AM Vignesh Venkatasubramanian > > wrote: > > > > > > Add support for parsing AVIF sti

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-28 Thread Vignesh Venkatasubramanian
On Tue, Mar 22, 2022 at 2:56 PM Vignesh Venkatasubramanian wrote: > > On Wed, Mar 16, 2022 at 10:02 AM Vignesh Venkatasubramanian > wrote: > > > > Add support for parsing AVIF still images. This patches supports > > AVIF still images that have exactly 1 item (i.e.) no alpha channel. > > Essential

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-22 Thread Vignesh Venkatasubramanian
On Wed, Mar 16, 2022 at 10:02 AM Vignesh Venkatasubramanian wrote: > > Add support for parsing AVIF still images. This patches supports > AVIF still images that have exactly 1 item (i.e.) no alpha channel. > Essentially, we will have to parse the "iloc" box and populate > the mov index. > > With t

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-16 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-16 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-16 Thread Vignesh Venkatasubramanian
On Wed, Mar 16, 2022 at 5:41 AM Lynne wrote: > > 15 Mar 2022, 22:38 by vigneshv-at-google@ffmpeg.org: > > > On Thu, Mar 3, 2022 at 3:58 PM Vignesh Venkatasubramanian > > wrote: > > > >> > >> Add support for parsing AVIF still images. This patches supports > >> AVIF still images that have exac

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-16 Thread Lynne
15 Mar 2022, 22:38 by vigneshv-at-google@ffmpeg.org: > On Thu, Mar 3, 2022 at 3:58 PM Vignesh Venkatasubramanian > wrote: > >> >> Add support for parsing AVIF still images. This patches supports >> AVIF still images that have exactly 1 item (i.e.) no alpha channel. >> Essentially, we will hav

Re: [FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-15 Thread Vignesh Venkatasubramanian
On Thu, Mar 3, 2022 at 3:58 PM Vignesh Venkatasubramanian wrote: > > Add support for parsing AVIF still images. This patches supports > AVIF still images that have exactly 1 item (i.e.) no alpha channel. > Essentially, we will have to parse the "iloc" box and populate > the mov index. > > With thi

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing

2022-03-03 Thread Vignesh Venkatasubramanian
Add support for parsing AVIF still images. This patches supports AVIF still images that have exactly 1 item (i.e.) no alpha channel. Essentially, we will have to parse the "iloc" box and populate the mov index. With this patch, we can decode still AVIF images like so: ffmpeg -i image.avif image.pn