]> git.sesse.net Git - vlc/commit
* Totally rewrote the mad plug-in, in order to fix the PTS problems :
authorChristophe Massiot <massiot@videolan.org>
Wed, 15 Jan 2003 10:58:48 +0000 (10:58 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 15 Jan 2003 10:58:48 +0000 (10:58 +0000)
commit305bc15e9a8b3af465359951f035643e19928072
tree847dcddcbb0a9f6892cfbdd2ec4db7fcb4aef5a4
parent15622f88b128044e0a275bc9e6b14f848ba05c37
* Totally rewrote the mad plug-in, in order to fix the PTS problems :
- Now using the low-level API of libmad,
- Decoding split in parsing & decoding (just like A/52),
- Should handle dual-mono files correctly,
* The old mpeg_audio plug-in can no longer work in this scheme and has
  been disabled. Please _always_ compile with mad from now on.
* Updated po files.
27 files changed:
configure.ac.in
modules/Makefile.am
modules/audio_filter/converter/Modules.am
modules/audio_filter/converter/mpgatofixed32.c [new file with mode: 0644]
modules/codec/Modules.am
modules/codec/a52.c
modules/codec/mad/.cvsignore [deleted file]
modules/codec/mad/Modules.am [deleted file]
modules/codec/mad/decoder.c [deleted file]
modules/codec/mad/decoder.h [deleted file]
modules/codec/mad/libmad.c [deleted file]
modules/codec/mad/libmad.h [deleted file]
modules/codec/mpeg_audio.c [new file with mode: 0644]
modules/gui/win32/strings.cpp
po/POTFILES.in
po/de.po
po/en_GB.po
po/fr.po
po/it.po
po/ja.po
po/nl.po
po/no.po
po/pl.po
po/ru.po
po/se.po
po/vlc.pot
src/audio_output/common.c