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 5CB8B40587 for ; Mon, 22 May 2023 20:01:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2829B68C0C0; Mon, 22 May 2023 23:01:31 +0300 (EEST) Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5114C680969 for ; Mon, 22 May 2023 23:01:25 +0300 (EEST) Received: by mail-ot1-f48.google.com with SMTP id 46e09a7af769-6abeffced6fso4564765a34.3 for ; Mon, 22 May 2023 13:01:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684785683; x=1687377683; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=iFpR3njlxjv2FClUc8275g3REx5ycKnMoTJoolh6qas=; b=P7n9Smlkynj9vyUR+3oT9g0SNRdY2ynEf/KxfX5GZ9PsPMMpIVfF6WVXRWQOInmbhx FjaQ8+5YUyI+hE8ddhn/nU8M1cVT8q1M0kowKQonrcAyqRBGM7XIV9BOUVyh9RDp25yh iDiI0oc+micdSbW1hhc9ATX4eKECGliyh1T3G+LOhh3BhW4s8qrupR1u13c00emuKMji MpNivrHnFnm1GHdDdDgRz+fDj7nQJCoTGhI2Yk590zm/hILKYyn36rCiIlwEEdyzJyOX juoG58bmC3GEvAQKHkZQybTxPyji1rn/ZleEOcFIXRrvisT69FnaaVUbmraP5B/Izw3/ NKiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684785683; x=1687377683; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=iFpR3njlxjv2FClUc8275g3REx5ycKnMoTJoolh6qas=; b=R6FuJW4TtVLrIsYSjLnbyEu2SEeFBJ6gN1QPniz5XJfTxokj6P83UmbNPQlfUw14nD 4ZfZXDnYpKNestLEZAQ4hMRE0DkREW3liT/GDjkBu+DQI9z9MqqL7bXkkFqOeGlQQzHi 0UHB2sxot+i2zgyoD53t1jnWVfIGG5FyWJL2YM353TC/jJkRfIyqNvYv5NeLlFjoy4kF 2ieFKhlL5tqMLxU1E1V8RRc08T/gbfbtUYPGamKQ/qWl3/APsCcb8VC5qubs6QAxxI1m ZMdUmko4owuVUTIBzBbvDvvXNA0sDV9it5n4d06hrQwjo8EMUYFL6BSxVqYZMVzF6N+T 5hpw== X-Gm-Message-State: AC+VfDzhOMW8LW/zFwNY5PoksijoDfDaJ08cn8jEH21WfazKdCXgxcuA nyM9/3whAxA2YIdGRUMOrae2LHOeBpg= X-Google-Smtp-Source: ACHHUZ47nW5sJjMgjieZUs/HGMBSJleqcbzl+ZoLfyoMwh/m0XqHOhuGqup26BLcg2W2Tys2iZPCmQ== X-Received: by 2002:a05:6830:113:b0:6ac:8801:24d6 with SMTP id i19-20020a056830011300b006ac880124d6mr5871047otp.26.1684785683395; Mon, 22 May 2023 13:01:23 -0700 (PDT) Received: from [192.168.0.12] (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id b23-20020a9d5d17000000b006ab241d8c42sm2700175oti.17.2023.05.22.13.01.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 22 May 2023 13:01:22 -0700 (PDT) Message-ID: <1e523bb8-c7e3-42ad-6574-5c4640dab497@gmail.com> Date: Mon, 22 May 2023 17:01:42 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup 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-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: On 5/22/2023 1:19 PM, Paul B Mahol wrote: > On 5/21/23, Paul B Mahol wrote: >> Attached patches. >> >> This finally removes giant hacks in gif demuxer and allows using gif >> files via pipe reliably. >> > > Hopefully final version. Should be ok. _______________________________________________ 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".