[FFmpeg-devel] [PATCH 1/3] Move FFT parts from dsputil.h to fft.h

Michael Niedermayer michaelni
Sat Mar 6 15:23:17 CET 2010


On Sat, Mar 06, 2010 at 03:38:05AM +0000, Mans Rullgard wrote:
> ---
>  ffplay.c                      |    2 +-
>  libavcodec/aac.c              |    1 +
>  libavcodec/aac.h              |    1 +
>  libavcodec/ac3dec.h           |    1 +
>  libavcodec/arm/fft_init_arm.c |    2 +-
>  libavcodec/atrac1.c           |    1 +
>  libavcodec/atrac3.c           |    1 +
>  libavcodec/binkaudio.c        |    2 +
>  libavcodec/cook.c             |    1 +
>  libavcodec/dca.c              |    1 +
>  libavcodec/dct.c              |    3 +-
>  libavcodec/dsputil.h          |  214 ------------------------------------
>  libavcodec/fft.c              |    3 +-
>  libavcodec/fft.h              |  244 +++++++++++++++++++++++++++++++++++++++++
>  libavcodec/imc.c              |    1 +
>  libavcodec/mdct.c             |    4 +-
>  libavcodec/nellymoserdec.c    |    1 +
>  libavcodec/nellymoserenc.c    |    1 +
>  libavcodec/ppc/fft_altivec.c  |    2 +-
>  libavcodec/qdm2.c             |    1 +
>  libavcodec/rdft.c             |    3 +-
>  libavcodec/synth_filter.c     |    1 +
>  libavcodec/twinvq.c           |    1 +
>  libavcodec/vorbis_dec.c       |    1 +
>  libavcodec/vorbis_enc.c       |    1 +
>  libavcodec/wma.h              |    1 +
>  libavcodec/x86/fft.h          |    2 +-
>  27 files changed, 275 insertions(+), 222 deletions(-)
>  create mode 100644 libavcodec/fft.h

ok

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Let us carefully observe those good qualities wherein our enemies excel us
and endeavor to excel them, by avoiding what is faulty, and imitating what
is excellent in them. -- Plutarch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100306/48d34a31/attachment.pgp>



More information about the ffmpeg-devel mailing list