[vlc-commits] codec: Remove wmafixed

Hugo Beauzée-Luyssen git at videolan.org
Thu Apr 4 10:31:42 CEST 2019


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Mar 11 13:25:38 2019 +0100| [5aafa3a376f6ad3dee45be7857e5499b4b3e5381] | committer: Hugo Beauzée-Luyssen

codec: Remove wmafixed

It is not built by default, and there are some security concerns if it
would.

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

 configure.ac                       |   10 -
 modules/codec/Makefile.am          |   14 -
 modules/codec/wmafixed/asf.h       |   46 -
 modules/codec/wmafixed/bitstream.c |  265 ----
 modules/codec/wmafixed/bitstream.h |  991 --------------
 modules/codec/wmafixed/bswap.h     |  169 ---
 modules/codec/wmafixed/fft.c       |  153 ---
 modules/codec/wmafixed/fft.h       |   47 -
 modules/codec/wmafixed/mdct.c      |  164 ---
 modules/codec/wmafixed/mdct.h      |   40 -
 modules/codec/wmafixed/wma.c       |  314 -----
 modules/codec/wmafixed/wmadata.h   | 2610 ------------------------------------
 modules/codec/wmafixed/wmadec.h    |  144 --
 modules/codec/wmafixed/wmadeci.c   | 1574 ----------------------
 modules/codec/wmafixed/wmafixed.c  |  229 ----
 modules/codec/wmafixed/wmafixed.h  |  204 ---
 po/POTFILES.in                     |    1 -
 po/POTFILES.skip                   |    1 -
 18 files changed, 6976 deletions(-)

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


More information about the vlc-commits mailing list