From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id E7A1D48BAE for ; Sun, 7 Jan 2024 09:50:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8A2EC68CCC9; Sun, 7 Jan 2024 11:50:10 +0200 (EET) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AED9868C5FF for ; Sun, 7 Jan 2024 11:50:03 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1738960004 for ; Sun, 7 Jan 2024 09:50:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1704621003; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=H5blvgTMUKVgq9K91fn/0Jetgl7Q8t3xNv4FdXJSxp8=; b=Qb6n72bl59RpAspmaPs9Yxv/StSwdYR466rwemVQGFVis0RsSfqNUJDWz+I/I4hRlhSh1C 8nuE+xPMU+zHtSefTGBL4YaCNfvoaYV3Vyu0UdeMHRM5G2wQtb9E8aCZc24SLL6YWgsCc4 Fey/+zyMNAUEZmChkJnb7mOe/4c3YEV0xDyY2Inn//g6voaTbISZmCUQuHBZEVr5D8aKgq nlhQIoz42JdJPoZJ1HThM1DhhPYf8q3MQepwe3s997qr/aciSJOrtSKMFbu+xu0dXPrid+ 5/dE5wiu2L8708emvgA/lyRtU/ae60q3PvAvY080vUdepq56IDKw+5YxKqNe/g== Date: Sun, 7 Jan 2024 10:50:01 +0100 From: Michael Niedermayer To: ffmpeg-devel@ffmpeg.org Message-ID: <20240107095001.GI1833374@pb2> References: <20231231214944.B0C8541005F@natalya.videolan.org> MIME-Version: 1.0 In-Reply-To: <20231231214944.B0C8541005F@natalya.videolan.org> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/buffersrc: add color_space/range parameters X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============2679615024236235988==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2679615024236235988== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6J7GEvtanOfV9oXA" Content-Disposition: inline --6J7GEvtanOfV9oXA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 31, 2023 at 09:49:43PM +0000, Niklas Haas wrote: > ffmpeg | branch: master | Niklas Haas | Fri Oct 20 16:55:= 43 2023 +0200| [2d555dc82d4ccd3c54c76e2fb3c861a8652de1c6] | committer: Nikl= as Haas >=20 > avfilter/buffersrc: add color_space/range parameters >=20 > To allow adding proper negotiation, in particular, to fftools. >=20 > These values will simply be negotiated downstream for YUV formats, and > ignored otherwise. >=20 > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3D2d555dc82= d4ccd3c54c76e2fb3c861a8652de1c6 > --- >=20 > doc/filters.texi | 10 +++++++ > libavfilter/buffersrc.c | 75 +++++++++++++++++++++++++++++++++++++++++++= ------ > libavfilter/buffersrc.h | 6 ++++ > 3 files changed, 83 insertions(+), 8 deletions(-) After this the command line tools print tons of warnings =2E/ffplay file-j2k.mxf [ffplay_buffer @ 0x7f8b90001940] filter context - w: 320 h: 240 fmt: 2 csp:= unknown range: unknown, incoming frame - w: 320 h: 240 fmt: 2 csp: gbr ran= ge: pc pts_time: 0 [ffplay_buffer @ 0x7f8b90001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7f8b90001940] filter context - w: 320 h: 240 fmt: 2 csp:= unknown range: unknown, incoming frame - w: 320 h: 240 fmt: 2 csp: gbr ran= ge: pc pts_time: 0.04 [ffplay_buffer @ 0x7f8b90001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7f8b90001940] filter context - w: 320 h: 240 fmt: 2 csp:= unknown range: unknown, incoming frame - w: 320 h: 240 fmt: 2 csp: gbr ran= ge: pc pts_time: 0.08 [ffplay_buffer @ 0x7f8b90001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7f8b90001940] filter context - w: 320 h: 240 fmt: 2 csp:= unknown range: unknown, incoming frame - w: 320 h: 240 fmt: 2 csp: gbr ran= ge: pc pts_time: 0.12 [ffplay_buffer @ 0x7f8b90001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7f8b90001940] filter context - w: 320 h: 240 fmt: 2 csp:= unknown range: unknown, incoming frame - w: 320 h: 240 fmt: 2 csp: gbr ran= ge: pc pts_time: 0.16 [ffplay_buffer @ 0x7f8b90001940] Changing video frame properties on the fly= is not supported by all filters. heres it with a random file from fate =2E/ffplay fate-suite/mxf/track_01_v02.mxf [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.0417083 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.0834167 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.125125 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.166833 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.208542 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.25025 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.291958 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.333667 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [ffplay_buffer @ 0x7fd610001940] filter context - w: 1280 h: 720 fmt: 4 csp= : unknown range: unknown, incoming frame - w: 1280 h: 720 fmt: 4 csp: bt709= range: tv pts_time: 0.375375 [ffplay_buffer @ 0x7fd610001940] Changing video frame properties on the fly= is not supported by all filters. [...] also iam still seeing a segfault i reported earlier, should i recheck which commit was causing that? thx --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Nations do behave wisely once they have exhausted all other alternatives.= =20 -- Abba Eban --6J7GEvtanOfV9oXA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZZpzxQAKCRBhHseHBAsP qwuyAJ9/S7D7+aw0d6fSE/nzS8hRVUDMdQCfW/ZkZroLlBjUmVDVQi46gGTsBog= =lbzd -----END PGP SIGNATURE----- --6J7GEvtanOfV9oXA-- --===============2679615024236235988== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============2679615024236235988==--