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 0683D46613 for ; Fri, 26 May 2023 20:55:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 54EB368C1DA; Fri, 26 May 2023 23:55:16 +0300 (EEST) Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 50C3968C194 for ; Fri, 26 May 2023 23:55:10 +0300 (EEST) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-5619811d8dfso2299977b3.0 for ; Fri, 26 May 2023 13:55:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685134508; x=1687726508; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=XuUUPaQdybUfaWFewxU0jHWzwQvnKS9lxUQn3Q5CJmY=; b=bCDBAM96x300WktLUXkf6Mgke+pghI3Nl8OSdrneF/CIYYO8Pb7AkbvA0aC6P7hxFQ ulE05JAxus57W3ZzFpCMlcQsB20Tu5dNV0Rk7MAyKhdyIpvGLJzIRpbGWfjUX/PwmnUS jrtrVlsUkg8KTRmjhH8MBQiCBIdbw1EBoJXuGLNKcfy8uyKNtC0dQ2RcTlrO2nG7fEwY qTsvv2+31AlfxlL2OBQq8jAwQpK1nHNOcMilWlLt8OxKnsQ97ppjMfxmnIjsea50+aA5 YA32cyjwaagwnUP7qT+GggCaBSwu5FPWa1Kl90I09DTyf9GAbAyQ2Y3GoL63mLGjXhLf 0Y/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685134508; x=1687726508; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=XuUUPaQdybUfaWFewxU0jHWzwQvnKS9lxUQn3Q5CJmY=; b=FmWhd5pm2qp3vfx2awdflybCRDNbbhjwn69zgRgnyyldS6eoKYw2YhY+7RUF/uXNar s1JthSKkmTTM8nIW4PyEtdIEtgZhrrPRbrqiKcnP+p1iNA7Ctqi4kLkHk8/HOLycuw+B 4P3LVFQAymgQHpbFkWMm1V/Zto0PQkTqokfchz92VuNeaMSuDy9/lO+7aBLjJ1v2z9Y6 QYw3O2bJlQCAuD3QfGBtxGLwuNZ0CvJ5Zz6tNUMkpLKPwh+QZ9RYCsda7DtD3sJ4puvJ tOkv7AK4+cVBV/YspRqQi1KaYmvLNvAVQXIW+fwWcZT3fybefB3KHOrNvEk4lHX9992N kbOQ== X-Gm-Message-State: AC+VfDzm/KY/PbxH90toWT0USo7qxtvt52rsVk6IWkOaOC4C/o4ipCy+ WqjYrgp1fxdeHJNtOEFw9nWUru7uPAY= X-Google-Smtp-Source: ACHHUZ4ZgYncEdOOof8VsALvMnwjCeHM8iu3st0zb9VOby3BQoqc85w+dCLt7zP+YkakbVXY0tmkHw== X-Received: by 2002:a81:1cc5:0:b0:565:7245:b16a with SMTP id c188-20020a811cc5000000b005657245b16amr3014834ywc.1.1685134508606; Fri, 26 May 2023 13:55:08 -0700 (PDT) Received: from gauss.local (c-98-224-219-15.hsd1.mi.comcast.net. [98.224.219.15]) by smtp.gmail.com with ESMTPSA id m186-20020a0dfcc3000000b0054bfc94a10dsm1457972ywf.47.2023.05.26.13.55.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 May 2023 13:55:08 -0700 (PDT) From: Leo Izen To: ffmpeg-devel@ffmpeg.org Date: Fri, 26 May 2023 16:55:03 -0400 Message-Id: <20230526205505.23569-1-leo.izen@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL Support 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: Leo Izen 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: Changes from v3: - Use avctx->internal->in_pkt instead of allocating a new packet. Leo Izen (2): avcodec/libjxldec: add animated decode support avformat/jpegxl_anim_dec: add animated JPEG XL demuxer MAINTAINERS | 1 + libavcodec/libjxldec.c | 107 ++++++++++---- libavcodec/version.h | 2 +- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/img2dec.c | 2 +- libavformat/jpegxl_anim_dec.c | 266 ++++++++++++++++++++++++++++++++++ libavformat/jpegxl_probe.c | 19 +-- libavformat/jpegxl_probe.h | 7 +- libavformat/version.h | 2 +- 10 files changed, 367 insertions(+), 41 deletions(-) create mode 100644 libavformat/jpegxl_anim_dec.c -- 2.40.1 _______________________________________________ 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".