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 0733C4BF1D for ; Thu, 18 Jul 2024 13:44:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BDED968DAAC; Thu, 18 Jul 2024 16:44:13 +0300 (EEST) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E4DDF68D7F3 for ; Thu, 18 Jul 2024 16:44:06 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marcusspencer.xyz; s=protonmail; t=1721310245; x=1721569445; bh=2QEHeVzDU8bbTI0G+zvAg6ENRnS5vpnHMi6Wrstl7fY=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=FcIqS33RDWOmGEY8YfZemVUF81PRgvfbvj9L7hlV0HqAKQZSLiljJd3+9p7WIVVZq 6pbU5HqWnynYMuGhExKyzvPh02Y+fcohqhEQfVBcqjetb6l6UjLqig41Tdgj5YnEnD YL4VGJvi8f3EeMTFQL0vQkgPUVd/w82WM0j7xgSpCMQlrjxDa37ljqDXIPkSIZIOZm 2aUZyuSqUstA8evny7ARiaKZTVVE37qflFADKS5mU/A6/47HYGPdqBkBfXmX4oyMBd 1eIrrZ2jfE0b8hVajGw6ocwbkl5ETOGSqPLYU/6ZW9O9+AgiWkKfns4cZFTo+Nr+ek RZsVx8swr/sBQ== Date: Thu, 18 Jul 2024 13:43:59 +0000 To: ffmpeg-devel@ffmpeg.org From: Marcus B Spencer Message-ID: In-Reply-To: <20240712135314.9390-1-marcus@marcusspencer.xyz> References: <20240712135314.9390-1-marcus@marcusspencer.xyz> Feedback-ID: 34157397:user:proton X-Pm-Message-ID: d356b05c42e2a3f913ce0b46ea5ebdfb9255ba30 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v21] avformat: add farbfeld muxer and demuxer 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: Marcus B Spencer 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 Friday, July 12th, 2024 at 8:51 AM, Marcus B Spencer wrote: > > > farbfeld is an uncompressed image format that is a part of suckless > tools (https://tools.suckless.org). > > Its documentation is available at https://tools.suckless.org/farbfeld. > > Add support for this image format in avformat. > > Signed-off-by: Marcus B Spencer marcus@marcusspencer.xyz > > --- > Remove unnecessary loop variable from FarbfeldDemuxContext. > > Changelog | 1 + > doc/general_contents.texi | 4 + > libavformat/Makefile | 2 + > libavformat/allformats.c | 4 +- > libavformat/farbfelddec.c | 133 +++++++++++++++++++++++++++++++++ > libavformat/farbfeldenc.c | 151 ++++++++++++++++++++++++++++++++++++++ > libavformat/version.h | 4 +- > 7 files changed, 296 insertions(+), 3 deletions(-) > create mode 100644 libavformat/farbfelddec.c > create mode 100644 libavformat/farbfeldenc.c Gentle reminder. There has been no reaction to this patch in 6 days. Any feedback? _______________________________________________ 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".