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 E09EF43387 for ; Sat, 2 Jul 2022 12:29:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C091D68B8E9; Sat, 2 Jul 2022 15:29:57 +0300 (EEST) Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B9B3068B873 for ; Sat, 2 Jul 2022 15:29:51 +0300 (EEST) Received: by mail-yb1-f169.google.com with SMTP id d145so5265754ybh.1 for ; Sat, 02 Jul 2022 05:29:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=9kEwI9TDViFS89nH8fVRKejri2Wzj4i9zmbQaVu4T2o=; b=eEUsjkt4fGGaFJMZtXEB5lOR2RMgjSW9vUkDXsV724BX9kMMN9jdFEGewcby4CzFIG Lp4VcO2Sawi4QJcPCEJEtREJ7yf78hC2EvDbP1nvNBX93rSTxU4RvcIZGjAldHZZHmie h1dzdZsnn8FzCTG/fa8sUzbltj8AxNorbsMqQfB3m9Ra7hsJWHyhacvt66bT7iT4xgM/ 6oFkGo9o9LeE9oAgDMSGMolJ3C6CxPDGflS0fWHtM76cynoW+mG2xFAnhPlcTUb8GcIz K7tdOr/g2XsLq8XZ2WF86TqW875KyJe92QKHgk84/tCUfWqSQmZkGZut549bGFQymFWv o5lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=9kEwI9TDViFS89nH8fVRKejri2Wzj4i9zmbQaVu4T2o=; b=Tu95mzbFpiBEjVZZA5lWAoIzbA+KF9Ad7X8pg6sR5kxiUuHFljWOCd6OzyZI0RaX8A Ujd7KSeir8A2mmZoiVIBkTiqG/eqyyFBdRa/FPY5nktEo0hKimEtC4C8OKzefZ/q//kV MogA8R/y2W6twWKRV0iWi1MrC3etLVB//z82ck58kgRHhRQK779woPu48xfp39qnrgZf VlhoSbDLgHVtqX05LT5uJT1HwZHmnla+mzovbc5efm9JYR/ilPG0zUuMkUBjMcR/eoSN mdHLYeyCGkgDMhw8eFPFHkCPGrxQq2OWgzADqk32w9Ki/bzLWHU+2ShUqZfFd90/wfoI +rPA== X-Gm-Message-State: AJIora/7So8MPeqfDQlSLSPvvZ3LIYOPvTvevB6DJOka1FlsfmQvSWkQ qnRWr9YsnVZ5yP7a5hxsCyndcDDN5qhuSUSK628lW8WA X-Google-Smtp-Source: AGRyM1vvH2H1HdFseB4HuscsBqRQLKih/FARSKDWfCsHMUeN2XYorHXoXK8X10vOK91wy0/ZVuqmwumQ/gxJDl267Uo= X-Received: by 2002:a25:e910:0:b0:66e:2bf2:9d6f with SMTP id n16-20020a25e910000000b0066e2bf29d6fmr935750ybd.571.1656764990611; Sat, 02 Jul 2022 05:29:50 -0700 (PDT) MIME-Version: 1.0 References: <165675323649.31466.15779093907722923851@lain.khirnov.net> In-Reply-To: <165675323649.31466.15779093907722923851@lain.khirnov.net> From: Paul B Mahol Date: Sat, 2 Jul 2022 14:32:34 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec: add PHM decoder and encoder 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: 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 Sat, Jul 2, 2022 at 11:14 AM Anton Khirnov wrote: > Quoting Paul B Mahol (2022-07-01 11:23:20) > > Hello, > > > > patch attached. > > > > From cec6259e75fa56a4b064f7d5a0823449d19f3b47 Mon Sep 17 00:00:00 2001 > > From: Paul B Mahol > > Date: Fri, 1 Jul 2022 10:06:15 +0200 > > Subject: [PATCH] avcodec: add PHM decoder and encoder > > > > Signed-off-by: Paul B Mahol > > --- > > libavcodec/Makefile | 2 + > > libavcodec/allcodecs.c | 2 + > > libavcodec/codec_desc.c | 7 +++ > > libavcodec/codec_id.h | 1 + > > libavcodec/pnm.c | 10 +++- > > libavcodec/pnm.h | 5 ++ > > libavcodec/pnm_parser.c | 3 +- > > libavcodec/pnmdec.c | 114 ++++++++++++++++++++++++++++++++++++++++ > > libavcodec/pnmenc.c | 75 +++++++++++++++++++++++++- > > libavformat/img2.c | 1 + > > libavformat/img2enc.c | 2 +- > > 11 files changed, 217 insertions(+), 5 deletions(-) > > Please add tests, decoders are useless without them. > Thanks you for approval to push this patch. The test can be trivially added later, in same way as QOI format. > > -- > Anton Khirnov > _______________________________________________ > 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". > _______________________________________________ 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".