[MPlayer-dev-eng] [RFC] Speex support

Guillaume POIRIER poirierg at gmail.com
Tue Nov 1 20:09:34 CET 2005


Hi,

On 11/1/05, Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> wrote:
> Hi,
> On Tue, Nov 01, 2005 at 06:00:16PM +0100, Reimar Döffinger wrote:
> > the attached patch adds support for speex decoding. Please test, esp.
> > the configure part.
> > Known bugs:
> > 1) the ogg demuxer does not create valid timestamps. I do not intend to
> > that (flac in ogg has the same problem).
> > 2) speex files with more than one frame per ogg packet will not work
> > (I do not yet know what is needed to fix that).
>
> Forgot the codecs.conf part, so next try.

Is this hunk intended ?

Index: libmpcodecs/Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.151
diff -u -r1.151 Makefile
--- libmpcodecs/Makefile	19 Sep 2005 15:23:15 -0000	1.151
+++ libmpcodecs/Makefile	1 Nov 2005 18:49:50 -0000
@@ -108,6 +108,7 @@
              vf_mirror.c \
              vf_noformat.c \
              vf_noise.c \
+             vf_overlay.c \
              vf_palette.c \
              vf_perspective.c \
              vf_phase.c \

I'd guess not ;-)

--
Reading doesn't hurt, really!
 -- Dominik 'Rathann' Mierzejewski




More information about the MPlayer-dev-eng mailing list