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 2A6D14A512 for ; Fri, 29 Mar 2024 10:41:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 808E368D5F1; Fri, 29 Mar 2024 12:41:38 +0200 (EET) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8B25368D505 for ; Fri, 29 Mar 2024 12:41:31 +0200 (EET) Received: from postfix03.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout01.mail.de (Postfix) with ESMTP id 26E37240B8E for ; Fri, 29 Mar 2024 11:41:31 +0100 (CET) Received: from smtp01.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix03.mail.de (Postfix) with ESMTP id 0D820801CF for ; Fri, 29 Mar 2024 11:41:31 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id D5920240C92 for ; Fri, 29 Mar 2024 11:41:30 +0100 (CET) Message-ID: <2755b668-3c62-4ba8-a552-b6ae562c66d6@mail.de> Date: Fri, 29 Mar 2024 11:41:30 +0100 MIME-Version: 1.0 Content-Language: en-US To: FFmpeg development discussions and patches References: <20240328140858.2521-1-thilo.borgmann@mail.de> <20240328140858.2521-4-thilo.borgmann@mail.de> In-Reply-To: X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1098 X-purgate-ID: 154282::1711708890-CEE221F9-7B2B3B6E/0/0 Subject: Re: [FFmpeg-devel] [PATCH v11 3/8] avcodec/bsf: Add awebp2webp bitstream filter 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: , From: Thilo Borgmann via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Thilo Borgmann Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 28.03.24 um 19:11 schrieb Stefano Sabatini: > On date Thursday 2024-03-28 15:08:53 +0100, ffmpeg-devel Mailing List wrote: >> Splits a packet containing a webp animations into >> one non-compliant packet per frame of the animation. >> Skips RIFF and WEBP chunks for those packets except >> for the first. Copyies ICC, EXIF and XMP chunks first >> into each of the packets except for the first. >> --- >> configure | 1 + >> libavcodec/bitstream_filters.c | 1 + >> libavcodec/bsf/Makefile | 1 + >> libavcodec/bsf/awebp2webp.c | 350 +++++++++++++++++++++++++++++++++ >> 4 files changed, 353 insertions(+) >> create mode 100644 libavcodec/bsf/awebp2webp.c > > missing doc/bitstreams.texi update? > > also you might mention in the Changelog, assuming this might be > directly used by users Yes, adding docs next iteration. Also micro bump for a new bsf? (I'll never get the rules of bumping...) It's yet a normal filter, Andreas wanted this to be non-public in the end, requiring some additional changes before. -Thilo _______________________________________________ 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".