[FFmpeg-devel] [PATCH v2] libavutil: add an FFT & MDCT implementation

Lynne dev at lynne.ee
Fri May 10 20:54:19 EEST 2019


May 10, 2019, 4:14 PM by dev at lynne.ee:

> Patch updated again.
> Made some more cleanups to the transforms, the tables and the main context.
> API changed again, now the init function populates the function pointer for transform.
> I decided that having a separate function would encourage bad usage (e.g. calling
> the function every time before doing a transform rather than storing the pointer) when
> we're trying to avoid the overhead of function calls.
> Also adjusted file names to match the API.
>

Forgot to change an include, new patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libavutil-add-an-FFT-MDCT-implementation.patch
Type: text/x-diff
Size: 38514 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190510/a1753fe0/attachment.patch>


More information about the ffmpeg-devel mailing list