From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API
Date: Tue, 25 Jul 2023 01:19:52 +0200
Message-ID: <AS8P250MB0744C2DFEEAEE7E24C8862C98F02A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <Na94Rp5--3-9@lynne.ee>
Lynne:
> Jul 25, 2023, 00:19 by andreas.rheinhardt@outlook.com:
>
>> Lynne:
>>
>>> Subject: [PATCH 2/2] lavc/avfft: deprecate the API
>>>
>>> This deprecates the currently unused API.
>>>
>> ^
>> superseded
>>
>>> ---
>>> doc/APIchanges | 4 ++++
>>> libavcodec/avfft.h | 25 +++++++++++++++++++++++++
>>> libavcodec/tests/fft.c | 4 ++++
>>> libavcodec/version.h | 2 +-
>>> libavcodec/version_major.h | 2 ++
>>> 5 files changed, 36 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/doc/APIchanges b/doc/APIchanges
>>> index 5afe8bcb75..38fc0b1459 100644
>>> --- a/doc/APIchanges
>>> +++ b/doc/APIchanges
>>> @@ -2,6 +2,10 @@ The last version increases of all libraries were on 2023-02-09
>>>
>>> API changes, most recent first:
>>>
>>> +2023-07-xx - xxxxxxxxxx - lavc 60.23.100 - avfft.h
>>> + Deprecate av_dct, av_rdft, av_fft and av_mdct.
>>>
>>
>> This should mention that the whole header is deprecated and will be removed.
>>
>>> + Replaced by libavutil/tx.h
>>> +
>>> 2023-07-xx - xxxxxxxxxx - lavc 60 - avcodec.h
>>> Deprecate AV_CODEC_FLAG_DROPCHANGED without replacement.
>>>
>>> diff --git a/libavcodec/avfft.h b/libavcodec/avfft.h
>>> index 0c0f9b8d8d..6401833089 100644
>>> --- a/libavcodec/avfft.h
>>> +++ b/libavcodec/avfft.h
>>> @@ -19,6 +19,10 @@
>>> #ifndef AVCODEC_AVFFT_H
>>> #define AVCODEC_AVFFT_H
>>>
>>> +#include "libavutil/attributes.h"
>>> +#include "version_major.h"
>>> +#if FF_API_AVFFT
>>> +
>>> /**
>>> * @file
>>> * @ingroup lavc_fft
>>> @@ -44,26 +48,38 @@ typedef struct FFTContext FFTContext;
>>> * Set up a complex FFT.
>>> * @param nbits log2 of the length of the input array
>>> * @param inverse if 0 perform the forward transform, if 1 perform the inverse
>>> + * @deprecated use AVTXContext from libavutil/tx.h
>>> */
>>> +attribute_deprecated
>>> FFTContext *av_fft_init(int nbits, int inverse);
>>>
>>> /**
>>> * Do the permutation needed BEFORE calling ff_fft_calc().
>>> + * @deprecated use AVTXContext from libavutil/tx.h
>>> */
>>> +attribute_deprecated
>>> void av_fft_permute(FFTContext *s, FFTComplex *z);
>>>
>>> /**
>>> * Do a complex FFT with the parameters defined in av_fft_init(). The
>>> * input data must be permuted before. No 1.0/sqrt(n) normalization is done.
>>> + * @deprecated use AVTXContext from libavutil/tx.h
>>>
>>
>> This deprecation warning is supposed to apply to av_fft_calc() and
>> apparently AVTXContext is not a replacement for av_fft_calc(). Probably
>> better to write something like: "Use the AVTX API from libavutil/tx.h."
>>
>
> v2 attached. Added a comment to both APIchanges
> on a replacement, and added comments to this file to
> indicate how to replace each functionality.
>
Looks good to me. But wait a day so that others (Anton?) can take a look
at it, too.
- Andreas
_______________________________________________
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".
next prev parent reply other threads:[~2023-07-24 23:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 21:58 [FFmpeg-devel] [PATCH 1/2] ffplay: port to lavu/tx Lynne
[not found] ` <Na8uIYC--3-9@lynne.ee-Na8uLym----9>
2023-07-24 22:00 ` [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API Lynne
2023-07-24 22:20 ` Andreas Rheinhardt
2023-07-24 22:47 ` Lynne
2023-07-24 23:19 ` Andreas Rheinhardt [this message]
2023-07-25 23:17 ` Michael Niedermayer
2023-07-26 7:28 ` Lynne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AS8P250MB0744C2DFEEAEE7E24C8862C98F02A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM \
--to=andreas.rheinhardt@outlook.com \
--cc=ffmpeg-devel@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git