Re: [FFmpeg-devel] [PATCH] avcodec/dv_profile: maintainer of "dvvideo" module?

2021-03-13 Thread Mark Plomer
Hello, is there anyone who maintains the "dvvideo" module, who can review this patch and give me some feedback? Greets Mark Am 16.01.21 um 14:40 schrieb Mark Plomer: Trying to fix https://trac.ffmpeg.org/ticket/8333 Some of my old DV AVI files have the DSF-Flag of frame

Re: [FFmpeg-devel] [PATCH] avcodec/dv_profile: dv files with wrong dsf flag - detect via buf_size

2021-03-16 Thread Mark Plomer
f == 0 && stype == dv_profiles[1].video_stype && buf_size == dv_profiles[1].frame_size) At least, I put the new hack after all other "pre-normal-processing" hacks ;-) Regards Mark Am 13.03.21 um 17:48 schrieb Marton Balint: On Sat, 16 Jan 2021, Mark Plomer wrote: T

Re: [FFmpeg-devel] [PATCH] avcodec/dv_profile: dv files with wrong dsf flag - detect via buf_size

2021-03-16 Thread Mark Plomer
moved into the commit message Thanks [...] >From 8bcbd3ff98c63a96c5191244de25fc83f1c2fd5b Mon Sep 17 00:00:00 2001 From: Mark Plomer Date: Sat, 16 Jan 2021 14:04:44 +0100 Subject: [PATCH] avcodec/dv_profile: dv files with wrong dsf flag - detect via buf_size Some old DV AVI files have th

Re: [FFmpeg-devel] [PATCH] avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size

2021-03-18 Thread Mark Plomer
amp; 0x20); And as far as I see, the more specific hack checking for codec_tag and similar can be removed then, because your check covers that case as well. >From 0a3665729ed441fcf73dc37fa1fde54267d974f9 Mon Sep 17 00:00:00 2001 From: Mark Plomer Date: Thu, 18 Mar 2021 13:19:16 +0100 Subject:

Re: [FFmpeg-devel] [PATCH] avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and buf_size

2021-03-30 Thread Mark Plomer
ping ;-) Am 18.03.21 um 21:55 schrieb Marton Balint: It looks good to me, I will apply in a couple of days if nobody comments until then. Also Cc'd Dave, as he got probably the most experience with dv. Regards, Marton ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] avcodec/dv_profile: dv files with wrong dsf flag - detect via buf_size

2021-01-16 Thread Mark Plomer
w, if this is really the best solution ... >From 9dd240e6700c28601014e79e55d3ddee5f6b13c7 Mon Sep 17 00:00:00 2001 From: Mark Plomer Date: Sat, 16 Jan 2021 14:04:44 +0100 Subject: [PATCH] avcodec/dv_profile: dv files with wrong dsf flag - detect via buf_size --- libavcodec/dv_profile.c | 4