[vlc-commits] aout: remove FI32 intermediate-only codec

Rémi Denis-Courmont git at videolan.org
Fri Dec 21 19:35:45 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Dec 21 20:29:41 2012 +0200| [6ba3c4bed4985f4d9602074941b712f90f128454] | committer: Rémi Denis-Courmont

aout: remove FI32 intermediate-only codec

With hardware FPU, FI32 was only used within the mad decoder and
internally converted to FL32. With software FPU, FI32 did not work
properly as the S16N conversion was broken (at least since VLC1.1.0).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ba3c4bed4985f4d9602074941b712f90f128454
---

 include/vlc_aout.h                      |    4 -
 include/vlc_fourcc.h                    |    1 -
 modules/LIST                            |    1 -
 modules/arm_neon/audio_format.c         |  168 -------------------------------
 modules/arm_neon/s32_s16.S              |  101 -------------------
 modules/audio_filter/converter/format.c |   28 ------
 modules/stream_out/transcode/audio.c    |   21 +---
 po/POTFILES.in                          |    1 -
 src/audio_output/common.c               |    1 -
 src/audio_output/filters.c              |    2 +-
 src/misc/fourcc.c                       |    3 -
 11 files changed, 3 insertions(+), 328 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6ba3c4bed4985f4d9602074941b712f90f128454


More information about the vlc-commits mailing list