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 70ADE4214C for ; Wed, 23 Feb 2022 14:32:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4586C68B2DC; Wed, 23 Feb 2022 16:30:14 +0200 (EET) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6AE3268B2C7 for ; Wed, 23 Feb 2022 16:30:10 +0200 (EET) Received: by mail-wm1-f52.google.com with SMTP id bg16-20020a05600c3c9000b00380f6f473b0so1191095wmb.1 for ; Wed, 23 Feb 2022 06:30:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=martin-st.20210112.gappssmtp.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=3Z8QKQI/TE8DUNW/0KxKG5gXzuoESHZXZ+PqTJe+sLw=; b=jw8Wqsl8xXGXjWkIdrhOMB0mgiBn+EESGKuxmySoBmqc44aLplskZOvMxlUsi/XkyA 6wuFAUszbGU7Kz834d44HJL2U3X0nuP7UhTVRFfbXocjeGZeDAuEIm43Ovilef7ZykTl 5w7L1hSXC5FduxHZYkkqx9/zHp96UD+CIIB/yp7XI7xww4Zgp18LzF6I+TfLFH8Ezboj L47/fi5i9jz8dAQDczF+FsggVroQOOiv1h3it7MSE7Hq0oIq7vIewNQmnTUXOijfwwR9 ri9ViT+y4DJgGHPNCtGMR3HaOd9KlKKFA8K7etV/crNu8tYuJjrclgoBZv9gaSXOoHtH oS7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3Z8QKQI/TE8DUNW/0KxKG5gXzuoESHZXZ+PqTJe+sLw=; b=UukbpHWXU4S5GMulQNZSH9q3F4sprUxA3hw22yNXoslUVYolFf8is9IOYZ04x1IDcp 6UooJw/z7oMpgcsb75cBTna9prkvA3BKqVvFz2tTq8pK1TkxTq7GG17n3cNyT4NLM2Tf V+9ilcbhTvgOYPt3CvWXf8McGeq8p1+laJmnH5QOWPDH24zoT1jDKDiH1dFbPhWC0gZp KKItAlVhAhFIUsDbCVyPIyDsxv1e1vycua9UiVNxJ3W66s/zZ51sEWg8c2dUmrPKF2Xa EpEqNGu/O5C4oFz8z4Hb/FetuGcuKwGBqyhbyH4ox8Jb/vGBM2WJ02vDeeVgKlpCOUAI tm2A== X-Gm-Message-State: AOAM532X2LGRZLxev29PFrbfr6ICqUXCnItNgnCBEGWgK5f6psiyUvvu Huh9jJi0IGmYIvm9MaYMrUs0bNhPAH0d7ONf X-Google-Smtp-Source: ABdhPJxc63PPBaem8x6VDBXWfAlwniFPJ20opIU89pmM59E45k6cjDBN2X7+pN5YwnQMW6DuBGYREQ== X-Received: by 2002:a7b:c381:0:b0:37b:e01f:c1c0 with SMTP id s1-20020a7bc381000000b0037be01fc1c0mr7719431wmj.98.1645626609633; Wed, 23 Feb 2022 06:30:09 -0800 (PST) Received: from localhost (host-97-187.parnet.fi. [77.234.97.187]) by smtp.gmail.com with ESMTPSA id f6sm37584736wrv.116.2022.02.23.06.30.08 for (version=TLS1 cipher=AES128-SHA bits=128/128); Wed, 23 Feb 2022 06:30:09 -0800 (PST) From: =?UTF-8?q?Martin=20Storsj=C3=B6?= To: ffmpeg-devel@ffmpeg.org Date: Wed, 23 Feb 2022 16:29:50 +0200 Message-Id: <20220223142951.40366-13-martin@martin.st> X-Mailer: git-send-email 2.32.0 (Apple Git-132) In-Reply-To: <20220223142951.40366-1-martin@martin.st> References: <20220223142951.40366-1-martin@martin.st> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 12/13] doc: Add an entry to APIchanges about no longer implicitly including version.h 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: --- doc/APIchanges | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index ea402f6118..adbfc79e13 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,12 @@ libavutil: 2021-04-27 API changes, most recent first: +2022-*-* - xxxxxxxxxx - all libraries + No longer implicitly include lib/version.h in lib/.h. + Users who depend on defines from these files (LIB_VERSION*, + LIB_IDENT) must explicitly include these headers instead of + relying on them being included implicitly. + 2022-02-07 - xxxxxxxxxx - lavu 57.21.100 - fifo.h Deprecate AVFifoBuffer and the API around it, namely av_fifo_alloc(), av_fifo_alloc_array(), av_fifo_free(), av_fifo_freep(), av_fifo_reset(), -- 2.32.0 (Apple Git-132) _______________________________________________ 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".