Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-15 Thread Paul B Mahol
ff_pfm_parser On Mon, Feb 15, 2021 at 8:29 PM Carl Eugen Hoyos wrote: > Am Mo., 15. Feb. 2021 um 20:18 Uhr schrieb Paul B Mahol >: > > > > then add new parser bellow > > Already working on it: > ff_pnm2_parser or ff_pfm_parser? > Or another idea? > > Thank you, Carl Eugen >

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-15 Thread Carl Eugen Hoyos
Am Mo., 15. Feb. 2021 um 20:18 Uhr schrieb Paul B Mahol : > > then add new parser bellow Already working on it: ff_pnm2_parser or ff_pfm_parser? Or another idea? Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-15 Thread Paul B Mahol
then add new parser bellow On Mon, Feb 15, 2021 at 8:16 PM Carl Eugen Hoyos wrote: > Am Mo., 15. Feb. 2021 um 19:13 Uhr schrieb Carl Eugen Hoyos > : > > > > Am Mo., 15. Feb. 2021 um 02:39 Uhr schrieb Paul B Mahol < > one...@gmail.com>: > > > > > > Why you use pbm decoder for probing of pfm files

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-15 Thread Carl Eugen Hoyos
Am Mo., 15. Feb. 2021 um 19:13 Uhr schrieb Carl Eugen Hoyos : > > Am Mo., 15. Feb. 2021 um 02:39 Uhr schrieb Paul B Mahol : > > > > Why you use pbm decoder for probing of pfm files? > > The only samples I found have the extension pbm and I > simply misunderstood how you designed this since my > sam

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-15 Thread Carl Eugen Hoyos
Am Mo., 15. Feb. 2021 um 02:39 Uhr schrieb Paul B Mahol : > > Why you use pbm decoder for probing of pfm files? The only samples I found have the extension pbm and I simply misunderstood how you designed this since my samples were detected as pbm (because of their extension). Will fix, Carl Eugen

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-14 Thread Paul B Mahol
Why you use pbm decoder for probing of pfm files? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe"

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-14 Thread Carl Eugen Hoyos
Am Fr., 12. Feb. 2021 um 00:24 Uhr schrieb Paul B Mahol : > > On Fri, Feb 12, 2021 at 12:21 AM Carl Eugen Hoyos > wrote: > > > Am Fr., 12. Feb. 2021 um 00:18 Uhr schrieb Paul B Mahol > >: > > > > > > This is variant of PFM images, PBM image format is only fixed point gray. > > > > Should I change

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-11 Thread Paul B Mahol
On Fri, Feb 12, 2021 at 12:21 AM Carl Eugen Hoyos wrote: > Am Fr., 12. Feb. 2021 um 00:18 Uhr schrieb Paul B Mahol >: > > > > This is variant of PFM images, PBM image format is only fixed point gray. > > Should I change the commit message or the patch? > commit message > > Thank you, Carl Eug

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-11 Thread Carl Eugen Hoyos
Am Fr., 12. Feb. 2021 um 00:18 Uhr schrieb Paul B Mahol : > > This is variant of PFM images, PBM image format is only fixed point gray. Should I change the commit message or the patch? Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffm

Re: [FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-11 Thread Paul B Mahol
This is variant of PFM images, PBM image format is only fixed point gray. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org wi

[FFmpeg-devel] [PATCH]lavc/pnm: Support decoding gray float pbm images.

2021-02-11 Thread Carl Eugen Hoyos
Hi! Attached patch allows to decode gray float pbm images, sample by ami_stuff. Please comment, Carl Eugen From 71283c6de2eb5ef45382390d695845abb500b316 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 11 Feb 2021 23:37:06 +0100 Subject: [PATCH] lavc/pnm: Allow decoding of gray float p