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 D789F49ED9 for ; Wed, 13 Mar 2024 08:31:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CBB0568CFEC; Wed, 13 Mar 2024 10:31:11 +0200 (EET) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9002568C393 for ; Wed, 13 Mar 2024 10:31:05 +0200 (EET) Received: by mail-pl1-f181.google.com with SMTP id d9443c01a7336-1ddbad556a8so11109895ad.3 for ; Wed, 13 Mar 2024 01:31:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ob-encoder-com.20230601.gappssmtp.com; s=20230601; t=1710318663; x=1710923463; darn=ffmpeg.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=x2FQQVWQNEhi5lBZJyyOm6ocNNB8YlVupQ3LaaRnmw0=; b=H+4xj5HQJCi87L8utJfJNiNvBXfffW1LyRFBYXGCkgKOHzQZQH6oEIQUi9W0yeECkJ JEMn9aTCblYzMKD3eu4mXBktoabwe0dYKgcc3nA+EluID/AxcJX0ppZ7cugknSgZfoRE t6Xl8O4GGtm1IPyeFEnIEIiN8UIldlTKwwVzReHP7N5csWZ3odCFSsApvKi/s9CvyB7d /n/Cqpv4ng/Mug85M8uGgtBm5BMDyCDgcWtlXaEsR5C7bcp0boyUj9D7RxU2m15S8/q5 cP9lBDC4XLKxIIHPMhjjs3HyGnPDfBrtz3hf+MScdOU5k2TsUdHC1vxqllRTBgF8dNPi CNLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710318663; x=1710923463; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=x2FQQVWQNEhi5lBZJyyOm6ocNNB8YlVupQ3LaaRnmw0=; b=w1h4v4hZWNAO7bph/ADgGT+zdQilJ0L/kHV+kAWPYPEkOGsG9G/7vQkjI8AW/Pq4sc EVQamuGkZzVCgtSbust6CV6PTZIQuR8MU2UHtYVmuuap1Ml2z+FRx+MsV8RDXbYdvYgp flJpREL+hsJ7bRQf65xtxMI59BH3v2HksdB3aL6EwJ55guxurQnhmEJfZUpBWDq5I3MB pcA5wXQE+hWIqaWrlL9+R+EK4O3xECfJitQuiXv+o3gbZgrd4eRZHjnW4jmm0lKDgaxj spcGBiovL9JTWngr4d6ZJ+8u5Jd9++fdgRdZQj6dLGUu7fG2QU7N9OtcXnQs0JMyQzop ZMgw== X-Gm-Message-State: AOJu0YxQCdjp+asW1L5d4LIFUv4eg9mpYlO9/9FOccBSDEml2YZri50n iODROw7kw/XzuoqXAATZy+gidPDLjpt3kLnc3DdWBVeDbci2GlYfNBQNewpOUQpDVBAMJlv2TKT UaBEexMJfw8/KjytfyyJna8RffWdVEt9nvXko0mLlFv2nJnCz X-Google-Smtp-Source: AGHT+IHZ6l04TZIu0ihYm0Je+B6oNpRYLF4xClUZT99SrwOgpJafoy3d3fxD4pr/1jF9EhilkWZ7Dcq+e++fQweyUO0= X-Received: by 2002:a17:90a:654c:b0:29c:403b:ea2e with SMTP id f12-20020a17090a654c00b0029c403bea2emr3055771pjs.49.1710318662606; Wed, 13 Mar 2024 01:31:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kieran Kunhya Date: Wed, 13 Mar 2024 08:30:52 +0000 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec/mpeg4videodec: Align idct-block appropriately 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 Cc: Andreas Rheinhardt Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 13 Mar 2024 at 00:53, Andreas Rheinhardt < andreas.rheinhardt@outlook.com> wrote: > It is accessed via AV_RN64() in ff_simple_idct_put_int32_10bit(). > Should fix the UBSan failures in the mpeg4-simple-studio-profile > test here: > > https://fate.ffmpeg.org/report.cgi?time=20240312011016&slot=ppc-linux-gcc-13.2-ubsan-altivec-qemu > > Signed-off-by: Andreas Rheinhardt > LGTM _______________________________________________ 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".