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 80FE0464EC for ; Sat, 20 May 2023 17:23:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B498B68C180; Sat, 20 May 2023 20:23:31 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3577568C17B for ; Sat, 20 May 2023 20:23:25 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 5C58FFF802 for ; Sat, 20 May 2023 17:23:24 +0000 (UTC) Date: Sat, 20 May 2023 19:23:23 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230520172323.GC1391451@pb2> References: <20230520015057.4589-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20230520015057.4589-1-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v2] avcodec/av1dec: convert to receive_frame() 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="===============2418002408448466374==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2418002408448466374== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zIy/tJHoBBdASg6V" Content-Disposition: inline --zIy/tJHoBBdASg6V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 19, 2023 at 10:50:57PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/av1dec.c | 75 +++++++++++++++++++++++++++++++++------------ > libavcodec/av1dec.h | 4 +++ > 2 files changed, 60 insertions(+), 19 deletions(-) Crashes intermittently (so maybe its not this one) [av1 @ 0x562d7e65db40] No sequence header available. [av1 @ 0x562d7e65db40] Invalid OBU length: 1071323, but only 768 bytes rema= ining in fragment. [av1 @ 0x562d7e65db40] Failed to parse temporal unit. [av1 @ 0x562d7e65db40] Invalid OBU length: 1071323, but only 768 bytes rema= ining in fragment. [av1 @ 0x562d7e65db40] Failed to read packet. Assertion i <=3D s->current_obu.nb_units failed at libavcodec/av1dec.c:1415 Aborted (core dumped) #0 0x00007fffed2e2e87 in __GI_raise (sig=3Dsig@entry=3D6) at ../sysdeps/un= ix/sysv/linux/raise.c:51 #1 0x00007fffed2e47f1 in __GI_abort () at abort.c:79 #2 0x0000555555bfcf4a in av1_receive_frame () #3 0x0000555555c7d814 in decode_receive_frame_internal () #4 0x0000555555c7e4c0 in avcodec_send_packet () #5 0x0000555555a5d633 in try_decode_frame () #6 0x0000555555a628ff in avformat_find_stream_info () #7 0x000055555574578e in ifile_open () #8 0x000055555575c99c in open_files.isra () #9 0x000055555575ddb5 in ffmpeg_parse_options () #10 0x000055555573df61 in main () if i build with full debug symbols it doesnt crash :) ill mail you the file [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Concerning the gods, I have no means of knowing whether they exist or not or of what sort they may be, because of the obscurity of the subject, and the brevity of human life -- Protagoras --zIy/tJHoBBdASg6V Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZGkCBwAKCRBhHseHBAsP q5TcAJsG7uJFWMaBfMj3onDOEBDF8YVlewCcDRG9lFoRTTMJgK09TzqWEw9XuMk= =O7dh -----END PGP SIGNATURE----- --zIy/tJHoBBdASg6V-- --===============2418002408448466374== 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". --===============2418002408448466374==--