[FFmpeg-devel] [PATCH] avformat/iff: ignore FVER tag when not processing DSD/DST files

2024-12-28 Thread Peter Ross
Fixes ticket #10030. --- libavformat/iff.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/libavformat/iff.c b/libavformat/iff.c index ab0488dd31..19420c21a2 100644 --- a/libavformat/iff.c +++ b/libavformat/iff.c @@ -692,13 +692,15 @@ static int iff_read_header

Re: [FFmpeg-devel] [PATCH 2/2] avformat/rpl: Fix check for negative values

2024-12-28 Thread Kacper Michajlow
On Wed, 4 Dec 2024 at 03:20, Michael Niedermayer wrote: > > On Mon, Nov 18, 2024 at 10:26:37AM -0300, James Almer wrote: > > On 11/18/2024 4:37 AM, Rémi Denis-Courmont wrote: > > > Hi, > > > > > > Le 18 novembre 2024 05:09:11 GMT+02:00, Michael Niedermayer > > > a écrit : > > > > Fixes: signed i

Re: [FFmpeg-devel] commit access removed

2024-12-28 Thread Michael Niedermayer
Hi Vittorio Its generally easier to mail me in private without the mailing list in CC for account related issues but for the sake of the record lets leave it. The account was disabled out of excessive caution in response to strange activity by the associated email address. Sending dozens of hosti

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: fix range for cc_format option

2024-12-28 Thread Marth64
Hi Kieran, Per discussion on IRC, will write a patch to rename this and disassociate from DVB. Thank you. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] avcodec/mpeg12dec: fix range for cc_format option

2024-12-28 Thread Kieran Kunhya via ffmpeg-devel
On Tue, Dec 24, 2024 at 9:59 PM Marth64 wrote: > > After support was added for DVB 0502 Closed Caption coding, What is "DVB 0502"? Kieran ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubsc

Re: [FFmpeg-devel] commit access removed

2024-12-28 Thread James Almer
On 12/28/2024 11:30 AM, Michael Niedermayer wrote: Hi Vittorio Its generally easier to mail me in private without the mailing list in CC for account related issues but for the sake of the record lets leave it. The account was disabled out of excessive caution in response to strange activity by

Re: [FFmpeg-devel] [ANNOUNCE] upcoming vote: CC election

2024-12-28 Thread Ronald S. Bultje
Hi all, (Prior note: the election was scheduled to end on the 23rd of December. Anton is currently taking a break so I've asked him to let me announce the election results.) The poll has concluded, with 31 votes out of 52. Results are available at [1], the winning committee is: * James Almer * M

Re: [FFmpeg-devel] [PATCH] configure: Include quotes around pkg_version

2024-12-28 Thread Alexander Strasser via ffmpeg-devel
Hi Leo and Joe! On 2024-12-27 08:13 -0500, Leo Izen wrote: > On 12/26/24 6:12 PM, J Shiff wrote: > > On Wed, Dec 25, 2024 at 5:03 PM Alexander Strasser via ffmpeg-devel > > wrote: > > > > > > On 2024-12-21 19:29 -0500, J Shiff wrote: > > > > On Sat, Dec 21, 2024 at 5:44 PM Alexander Strasser via