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 850F94CA80 for ; Tue, 13 Aug 2024 17:27:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AA64868DA7D; Tue, 13 Aug 2024 20:26:59 +0300 (EEST) Received: from mail-pf1-f172.google.com (mail-pf1-f172.google.com [209.85.210.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CDE4568D9A8 for ; Tue, 13 Aug 2024 20:26:52 +0300 (EEST) Received: by mail-pf1-f172.google.com with SMTP id d2e1a72fcca58-710ce81bf7dso3745011b3a.0 for ; Tue, 13 Aug 2024 10:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1723570010; x=1724174810; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:content-language:references :to:from:subject:user-agent:mime-version:date:message-id:from:to:cc :subject:date:message-id:reply-to; bh=GhjCdpW3cPmvgNEr6WCIltZ9ioQ/0828czu5P8S9Bg0=; b=H5WuYmCy9nL8MPA5cq5gSHjKQs7WVtRauDfPv3vkT5y+FrJnWOaouxdHEj7d/bE4Qs y4Ji2Y2TOAGOmvCpdAxIhikzFShzl26Z5Uiblo4LY1LXG2EvoBWuxYOJLjmfyb0eGUPT kfTwehveDfC4k/g1wyv0LPvrg6Fvs5qnEBeeHUajf7uLnFtM65rNRGlU8xSVY0S+ApYW TSWmQy5JpJ/Uhdzbi1t49v8dLYphOyh3HeYv0ey2mzjHU001drt8xKeNeByKl5wZDG53 8JzALG298zWM8XV+oBGUbKax/T7dapSXhbmFyJY5JUphzgxAvgb5X9BvTbfVXVSDn6Pt /fsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723570010; x=1724174810; h=content-transfer-encoding:in-reply-to:content-language:references :to:from:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=GhjCdpW3cPmvgNEr6WCIltZ9ioQ/0828czu5P8S9Bg0=; b=jGCe40dQwi2zMADllb62H8zLfobcbN89NInxP6/fI+QRTXPROeg1LWkgAOO0xCPpmp KvwE6vj7d8gS0c0kwKUIo76LGpD2jwfMior0h7QcyZc9zg/1iuUVvJHZaOnHQ3Br6Rl7 KgQcD1FoUH5D8LHydURv1rd7EDkULHmlAWCirWaQlXbwEOh/LLsQA5Jzn7FEbj69tN+2 JgofATq98/ApAHkI/CkXw3NAfyHpqDslxtBORQjDJWc7HaER2Ba4YPlBEiI6uBWQknDw hEYiQ6ZaEdraBdkkj5JGfSBbQlMpiLj2Rf/mztIctmQZaG0JOzsty3HHJKiMCs6ItQgX VQCA== X-Gm-Message-State: AOJu0YxQ/u2zhX/e1M6fINgoiIcD6O9z4w4EMWORonzDl8wDBK08ew19 KXjaP4ZEBdyjR68kKL3Eu3ehMld0+464Ac/lAyJG+fYTtRabxfSPbLA3OQ== X-Google-Smtp-Source: AGHT+IG20cTVi/aMfn1cqpep5LLlxyE/WsQXvxsN48K3MEymsZMgKdaMepH+/72eOT86AU03uOOfTA== X-Received: by 2002:a05:6a00:18a1:b0:70d:26b5:3b43 with SMTP id d2e1a72fcca58-712673a886dmr403648b3a.19.1723570005529; Tue, 13 Aug 2024 10:26:45 -0700 (PDT) Received: from [192.168.0.14] ([190.194.167.233]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-710e5a8a2easm6167339b3a.174.2024.08.13.10.26.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 13 Aug 2024 10:26:44 -0700 (PDT) Message-ID: <6f82c596-2ac1-4b82-aad7-14f7b5c2a2d8@gmail.com> Date: Tue, 13 Aug 2024 14:27:02 -0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: James Almer To: ffmpeg-devel@ffmpeg.org References: <20240813142517.25219-1-jamrial@gmail.com> Content-Language: en-US In-Reply-To: <20240813142517.25219-1-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] swscale/output: don't leave the alpha channel undefined in vuyx and xv36le 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 8/13/2024 11:25 AM, James Almer wrote: > It's non-determistic, as shown by poisoning avfilter buffers instead of zeroing them. > > Signed-off-by: James Almer > --- > libswscale/output.c | 6 +++--- > tests/ref/fate/filter-pixfmts-copy | 4 ++-- > tests/ref/fate/filter-pixfmts-crop | 4 ++-- > tests/ref/fate/filter-pixfmts-field | 4 ++-- > tests/ref/fate/filter-pixfmts-fieldorder | 4 ++-- > tests/ref/fate/filter-pixfmts-hflip | 4 ++-- > tests/ref/fate/filter-pixfmts-il | 4 ++-- > tests/ref/fate/filter-pixfmts-null | 4 ++-- > tests/ref/fate/filter-pixfmts-pad | 2 +- > tests/ref/fate/filter-pixfmts-scale | 4 ++-- > tests/ref/fate/filter-pixfmts-transpose | 4 ++-- > tests/ref/fate/filter-pixfmts-vflip | 4 ++-- > 12 files changed, 24 insertions(+), 24 deletions(-) Will apply soon to remove all the yellow from fate. _______________________________________________ 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".