]> git.sesse.net Git - vlc/log
vlc
12 years agoASF: help stupid compiler
Jean-Baptiste Kempf [Sat, 29 Oct 2011 09:48:06 +0000 (11:48 +0200)]
ASF: help stupid compiler

12 years agomp4: kill warning about sign
Jean-Baptiste Kempf [Fri, 28 Oct 2011 13:36:05 +0000 (15:36 +0200)]
mp4: kill warning about sign

12 years agoASF: use proper ifdef for DEBUG
Jean-Baptiste Kempf [Fri, 28 Oct 2011 13:16:38 +0000 (15:16 +0200)]
ASF: use proper ifdef for DEBUG

12 years agoNetsync: fix return type
Jean-Baptiste Kempf [Fri, 28 Oct 2011 13:13:51 +0000 (15:13 +0200)]
Netsync: fix return type

12 years agoSTL: kill warning about sign comparison
Jean-Baptiste Kempf [Fri, 28 Oct 2011 13:04:34 +0000 (15:04 +0200)]
STL: kill warning about sign comparison

12 years agoKate: unused arguments
Jean-Baptiste Kempf [Fri, 28 Oct 2011 13:04:10 +0000 (15:04 +0200)]
Kate: unused arguments

12 years agocvdsub: remove unused variable
Jean-Baptiste Kempf [Fri, 28 Oct 2011 13:03:51 +0000 (15:03 +0200)]
cvdsub: remove unused variable

12 years agoSpatializer: kill warnings and improve locality
Jean-Baptiste Kempf [Fri, 28 Oct 2011 12:02:51 +0000 (14:02 +0200)]
Spatializer: kill warnings and improve locality

12 years agoDVDread: comment out dead code
Jean-Baptiste Kempf [Fri, 28 Oct 2011 11:48:43 +0000 (13:48 +0200)]
DVDread: comment out dead code

12 years agoDV: check return of vlc_clone
Jean-Baptiste Kempf [Fri, 28 Oct 2011 11:40:43 +0000 (13:40 +0200)]
DV: check return of vlc_clone

12 years agomisc/picture.c: kill sign warnings
Jean-Baptiste Kempf [Fri, 28 Oct 2011 11:34:08 +0000 (13:34 +0200)]
misc/picture.c: kill sign warnings

12 years agowindows: use C++ prototype for REFIID / CoCreateInstance
Rafaël Carré [Sun, 30 Oct 2011 23:23:00 +0000 (19:23 -0400)]
windows: use C++ prototype for REFIID / CoCreateInstance

Fix build with mingw-w64

12 years agowin64 old contribs: disable live for now, to not bother us
Rafaël Carré [Sun, 30 Oct 2011 22:01:06 +0000 (18:01 -0400)]
win64 old contribs: disable live for now, to not bother us

12 years agowin64: really get _mkdir definition
Rafaël Carré [Sun, 30 Oct 2011 21:51:11 +0000 (17:51 -0400)]
win64: really get _mkdir definition

12 years agomux/asf.c: Workaround for playback of WMV in WMP12 and Silverlight.
Jean-Paul Saman [Sat, 29 Oct 2011 08:37:28 +0000 (10:37 +0200)]
mux/asf.c: Workaround for playback of WMV in WMP12 and Silverlight.

The maximum bitrate of the file is not allowed to become zero. If it
is then playback in WMP12 and Silverlight does not work. The actual
value for maximum bitrate does not really matter in these cases as
long as it is not 0.

12 years agomux/asf.c: typo
Jean-Paul Saman [Sat, 29 Oct 2011 08:14:28 +0000 (10:14 +0200)]
mux/asf.c: typo

12 years agoFix invalid use of the PulseAudio stream from the context callback
Rémi Denis-Courmont [Fri, 28 Oct 2011 20:40:25 +0000 (23:40 +0300)]
Fix invalid use of the PulseAudio stream from the context callback

Make sure the context callback is registered only after the stream
is created, and unregistered before the stream is destroyed. This
should fix a potential assertion failure when stopping audio.

12 years agoluahttp intf: Make use of gettext
Francois Cartegnie [Sat, 8 Oct 2011 14:02:10 +0000 (16:02 +0200)]
luahttp intf: Make use of gettext

12 years agoweb intf: prettify js code.
Francois Cartegnie [Fri, 28 Oct 2011 19:39:17 +0000 (21:39 +0200)]
web intf: prettify js code.

And convert tabs to 4 spaces according to code guidelines.

12 years agoAdded 'pasp' atom support to mp4/mov demuxer.
Laurent Aimar [Wed, 26 Oct 2011 22:07:47 +0000 (00:07 +0200)]
Added 'pasp' atom support to mp4/mov demuxer.

This atom can store an optionnal aspect ratio.

12 years agoFixed support of mov/mp4 with fixed video samples size.
Laurent Aimar [Wed, 26 Oct 2011 20:56:45 +0000 (22:56 +0200)]
Fixed support of mov/mp4 with fixed video samples size.

It fixes #3531 (DV inside mov)

12 years agovasprintf: rewrite. va_copy() was missing.
Rémi Denis-Courmont [Wed, 26 Oct 2011 18:11:12 +0000 (21:11 +0300)]
vasprintf: rewrite. va_copy() was missing.

12 years agoDash: major warnings cleanup
Jean-Baptiste Kempf [Wed, 26 Oct 2011 16:58:42 +0000 (18:58 +0200)]
Dash: major warnings cleanup

All of them should be gone, except one.

12 years agoDASH: remove unnecessary includes and other trivial fixes
Jean-Baptiste Kempf [Wed, 26 Oct 2011 05:41:49 +0000 (07:41 +0200)]
DASH: remove unnecessary includes and other trivial fixes

12 years agoUpdate NEWS, LIST and po for DASH
Jean-Baptiste Kempf [Wed, 26 Oct 2011 05:33:55 +0000 (07:33 +0200)]
Update NEWS, LIST and po for DASH

12 years agoAdded DASH stream filter
Christopher Mueller [Fri, 7 Oct 2011 02:36:57 +0000 (19:36 -0700)]
Added DASH stream filter

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContribs: update freetype to 2.4.7 (CVE-2011-3256)
Jean-Baptiste Kempf [Wed, 26 Oct 2011 04:54:43 +0000 (06:54 +0200)]
Contribs: update freetype to 2.4.7 (CVE-2011-3256)

12 years agoTaglib: don't try to add empty meta in APE
Jean-Baptiste Kempf [Mon, 24 Oct 2011 01:07:54 +0000 (03:07 +0200)]
Taglib: don't try to add empty meta in APE

12 years agoDeprecated native real demuxer in favor to avformat.
Laurent Aimar [Tue, 25 Oct 2011 20:58:24 +0000 (22:58 +0200)]
Deprecated native real demuxer in favor to avformat.

12 years agoIgnore invalid timestamps (PS demuxer)
Tobias Güntner [Fri, 9 Sep 2011 16:19:09 +0000 (16:19 +0000)]
Ignore invalid timestamps (PS demuxer)

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
12 years agoImprove x86 cpuid
Rémi Denis-Courmont [Tue, 25 Oct 2011 16:49:47 +0000 (19:49 +0300)]
Improve x86 cpuid

There is no need for hoops around EBX for non-PIC code.

12 years agox86_64 cpuid: remove useless step (already done by '=b')
Rafaël Carré [Tue, 25 Oct 2011 16:46:09 +0000 (12:46 -0400)]
x86_64 cpuid: remove useless step (already done by '=b')

12 years agoDo not require a recognized .extension for module tracker files when a robust enough...
Laurent Aimar [Mon, 24 Oct 2011 19:22:32 +0000 (21:22 +0200)]
Do not require a recognized .extension for module tracker files when a robust enough marker is present.

12 years agoFix detection of the idx1 index offset for some AVI files.
Laurent Aimar [Mon, 24 Oct 2011 19:02:37 +0000 (21:02 +0200)]
Fix detection of the idx1 index offset for some AVI files.

It fixes #5478.

12 years agoRevert "Use separate HTTPd host per protocol"
Pierre Ynard [Mon, 24 Oct 2011 01:33:11 +0000 (03:33 +0200)]
Revert "Use separate HTTPd host per protocol"

This reverts commit f06b4d30510f4528dac682d9c02ab0238a0993ed.
This way provides more use-cases that are more useful.

Conflicts:

src/network/httpd.c

12 years agoNSIS: Activate Hebrew, Glician and Swedish translations
Christophe Mutricy [Sun, 23 Oct 2011 21:07:06 +0000 (22:07 +0100)]
NSIS: Activate Hebrew, Glician and Swedish translations

12 years agol10n: NSIS installer Swedish translation
Daniel Nylander [Sun, 23 Oct 2011 19:25:03 +0000 (20:25 +0100)]
l10n: NSIS installer Swedish translation

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: NSIS installer galician translation
Gonçalo Cordeiro [Sun, 23 Oct 2011 19:22:54 +0000 (20:22 +0100)]
l10n: NSIS installer galician translation

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Galician update
Gonçalo Cordeiro [Sun, 23 Oct 2011 19:22:25 +0000 (20:22 +0100)]
l10n: Galician update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Punjabi update
A S Alam [Sun, 23 Oct 2011 19:21:13 +0000 (20:21 +0100)]
l10n: Punjabi update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agoV4L2: remove exposure control, this is for still cameras
Rémi Denis-Courmont [Sun, 23 Oct 2011 10:03:24 +0000 (12:03 +0200)]
V4L2: remove exposure control, this is for still cameras

12 years agoV4L2: hack compatibility with kernel headers 2.6.32-2.6.34
Rémi Denis-Courmont [Sun, 23 Oct 2011 08:42:01 +0000 (10:42 +0200)]
V4L2: hack compatibility with kernel headers 2.6.32-2.6.34

12 years agoFix the problem that mwait() and msleep() do not work in a main thread and an alien...
KO Myung-Hun [Sat, 22 Oct 2011 06:28:01 +0000 (15:28 +0900)]
Fix the problem that mwait() and msleep() do not work in a main thread and an alien thread

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoFix LIBVLC_VERSION_INT macro.
Alexey Sokolov [Sat, 22 Oct 2011 11:10:36 +0000 (18:10 +0700)]
Fix LIBVLC_VERSION_INT macro.

LIBVLC_VERSION_REVISION was ignored.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoContribs: add SRC
Jean-Baptiste Kempf [Sat, 22 Oct 2011 02:02:52 +0000 (04:02 +0200)]
Contribs: add SRC

12 years agoQt: sprefs, fix caching combobox behaviour
Jean-Baptiste Kempf [Sat, 22 Oct 2011 00:07:41 +0000 (02:07 +0200)]
Qt: sprefs, fix caching combobox behaviour

12 years agoVisualisation: use 16:10 vout by default
Jean-Baptiste Kempf [Fri, 21 Oct 2011 23:56:29 +0000 (01:56 +0200)]
Visualisation: use 16:10 vout by default

Instead of 5:4

12 years agoAudiobar: fix copyright years and shortname
Jean-Baptiste Kempf [Fri, 21 Oct 2011 23:48:28 +0000 (01:48 +0200)]
Audiobar: fix copyright years and shortname

12 years agoweb intf: mobile: no need for flowplayer include here
Francois Cartegnie [Fri, 21 Oct 2011 18:57:58 +0000 (20:57 +0200)]
web intf: mobile: no need for flowplayer include here

12 years agoweb intf: mobile: delay loading of flowplayer
Francois Cartegnie [Fri, 21 Oct 2011 18:58:44 +0000 (20:58 +0200)]
web intf: mobile: delay loading of flowplayer

12 years agoweb intf: fix uri decoding when browsing.
Francois Cartegnie [Fri, 21 Oct 2011 18:39:15 +0000 (20:39 +0200)]
web intf: fix uri decoding when browsing.

And now make use of URI

12 years agoweb intf: fix css for mobile
Francois Cartegnie [Fri, 21 Oct 2011 18:36:28 +0000 (20:36 +0200)]
web intf: fix css for mobile

12 years agoFix compilation with FFmpeg
Jean-Baptiste Kempf [Fri, 21 Oct 2011 13:50:35 +0000 (15:50 +0200)]
Fix compilation with FFmpeg

12 years agoswscale/avcodec: Add I422 9-bit chroma pix_fmt
Jean-Baptiste Kempf [Fri, 21 Oct 2011 13:25:09 +0000 (15:25 +0200)]
swscale/avcodec: Add I422 9-bit chroma pix_fmt

12 years agoQt: rename playlist root* functions and getters for clarity
Jean-Baptiste Kempf [Thu, 20 Oct 2011 17:27:07 +0000 (19:27 +0200)]
Qt: rename playlist root* functions and getters for clarity

12 years agoQt: rename a signal to be more self-documenting
Jean-Baptiste Kempf [Thu, 20 Oct 2011 17:17:23 +0000 (19:17 +0200)]
Qt: rename a signal to be more self-documenting

12 years agoQt: reposition the separator in the playlist popup menu
Jean-Baptiste Kempf [Thu, 20 Oct 2011 17:10:40 +0000 (19:10 +0200)]
Qt: reposition the separator in the playlist popup menu

12 years agoQt: remove the zoom slider and put it on the menu
Jean-Baptiste Kempf [Thu, 20 Oct 2011 17:07:41 +0000 (19:07 +0200)]
Qt: remove the zoom slider and put it on the menu

This isn't one of the most used function, so, it shouldn't be that
visible in the interface.

12 years agoAdd vout window support for OS/2
KO Myung-Hun [Thu, 20 Oct 2011 12:30:23 +0000 (21:30 +0900)]
Add vout window support for OS/2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoImplement cdrom tools to access audio/video CD on OS/2
KO Myung-Hun [Thu, 20 Oct 2011 12:30:11 +0000 (21:30 +0900)]
Implement cdrom tools to access audio/video CD on OS/2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoMatroska: Fix Seek with Cues
Denis Charmet [Wed, 19 Oct 2011 21:51:01 +0000 (23:51 +0200)]
Matroska: Fix Seek with Cues

It is now more precise.
Should fix #3019 #3026 (same bug) and avoid case where vlc infinitely loops at some ordered chapter change.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdded URI scheme handlers: mms, rtmp, rtsp
Pavol Babincak [Wed, 19 Oct 2011 19:45:39 +0000 (22:45 +0300)]
Added URI scheme handlers: mms, rtmp, rtsp

URI scheme handlers allows VLC to manifest ability to open these URIs.
Practically it means that if user wants to open url like
mms://example.com/ system may automatically choose VLC to open it.

I haven't included http, ftp, etc. because they are better handled by
web browsers than media player.

More info about URI scheme handlers are here:
http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html#id2869854

Line with MimeType key is now longer than 998 characters (see RFC 2822).
I haven't found a way of making it shorter. In case you didn't get whole
line it ends with: x-content/audio-player;application/xspf+xml;

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoInclude <sys/types.h> from <vlc_sout.h>
Rémi Denis-Courmont [Wed, 19 Oct 2011 19:36:22 +0000 (22:36 +0300)]
Include <sys/types.h> from <vlc_sout.h>

12 years agoDMO: fix small issue in BITMAPINFOHEADER
Jean-Baptiste Kempf [Wed, 19 Oct 2011 16:20:02 +0000 (18:20 +0200)]
DMO: fix small issue in BITMAPINFOHEADER

Close #5465

12 years agoQt4: load coverart properly under selector
Ilkka Ollakka [Wed, 19 Oct 2011 15:41:20 +0000 (18:41 +0300)]
Qt4: load coverart properly under selector

We don't define maximumWidth for that anymore, so there was this
'QImage: out of memory, returning null' message and no albumart on side.

12 years agocontrib: add speexdsp
Rémi Denis-Courmont [Tue, 18 Oct 2011 15:41:09 +0000 (18:41 +0300)]
contrib: add speexdsp

Like vorbisenc, this does not actually build anything. It merely pulls
speex if speexdsp is not available in the distro, even if speex is.

12 years agoPrint an errorr if a resampler skipped input frames
Rémi Denis-Courmont [Wed, 19 Oct 2011 15:24:04 +0000 (18:24 +0300)]
Print an errorr if a resampler skipped input frames

12 years agoQt4: limit beginGroup()/endGroup() usage
Ilkka Ollakka [Wed, 19 Oct 2011 07:15:53 +0000 (10:15 +0300)]
Qt4: limit beginGroup()/endGroup() usage

It should fix #2082 and also that vlc didn't restore playlist viewmode
properly, as settings where in MainWindow-group when those widgets are
created.

12 years agoContribs: update gpg-error to 1.10
Jean-Baptiste Kempf [Tue, 18 Oct 2011 23:45:12 +0000 (01:45 +0200)]
Contribs: update gpg-error to 1.10

12 years agol10n: French update
Éric Lassauge [Tue, 18 Oct 2011 23:17:19 +0000 (00:17 +0100)]
l10n: French update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Swedish update
Daniel Nylander [Tue, 18 Oct 2011 23:14:49 +0000 (00:14 +0100)]
l10n: Swedish update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: Dutch update
Thomas De Rocker [Tue, 18 Oct 2011 23:13:18 +0000 (00:13 +0100)]
l10n: Dutch update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: .desktop Dutch update
Thomas De Rocker [Tue, 18 Oct 2011 23:10:19 +0000 (00:10 +0100)]
l10n: .desktop Dutch update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: NSIS Dutch update
Thomas De Rocker [Tue, 18 Oct 2011 23:09:26 +0000 (00:09 +0100)]
l10n: NSIS Dutch update

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agol10n: NSIS installer Hebrew translation
Yaron Shahrabani [Tue, 18 Oct 2011 22:53:55 +0000 (23:53 +0100)]
l10n: NSIS installer Hebrew translation

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agoPulseAudio: yet another hack around the variable subsystem
Rémi Denis-Courmont [Tue, 18 Oct 2011 20:40:50 +0000 (23:40 +0300)]
PulseAudio: yet another hack around the variable subsystem

I will remove CheckValue() in VLC 1.3 because it really hurts more than
it helps.

12 years agoQt4: list hardware ALSA devices in capture panel
Rémi Denis-Courmont [Tue, 18 Oct 2011 16:24:43 +0000 (19:24 +0300)]
Qt4: list hardware ALSA devices in capture panel

...rather than V4L2 audio tuner and OSS device nodes.

This is not quite correct, but we can do no better without alsa-lib.

12 years agoFlush PulseAudio stream on overflow (fix #5464)
Rémi Denis-Courmont [Tue, 18 Oct 2011 15:55:16 +0000 (18:55 +0300)]
Flush PulseAudio stream on overflow (fix #5464)

12 years agoAdd screen alias to XCB SD
Rémi Denis-Courmont [Tue, 18 Oct 2011 14:25:50 +0000 (17:25 +0300)]
Add screen alias to XCB SD

12 years agoAdd video and audio aliases to udev discovery
Rémi Denis-Courmont [Tue, 18 Oct 2011 14:24:04 +0000 (17:24 +0300)]
Add video and audio aliases to udev discovery

12 years agomatroska: Using forward declaration for EbmlParser
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 18:26:07 +0000 (20:26 +0200)]
matroska: Using forward declaration for EbmlParser

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomkv: typedef struct is useless in C++
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 17:59:21 +0000 (19:59 +0200)]
mkv: typedef struct is useless in C++

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomkv: class with all attributes public -> struct
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 17:58:18 +0000 (19:58 +0200)]
mkv: class with all attributes public -> struct

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomkv: removing virtual destructors for classes that are never inherited.
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 17:57:05 +0000 (19:57 +0200)]
mkv: removing virtual destructors for classes that are never inherited.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomkv: constification
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 17:55:41 +0000 (19:55 +0200)]
mkv: constification

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agodshow: Removing useless const_cast
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 17:47:14 +0000 (19:47 +0200)]
dshow: Removing useless const_cast

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: dynamic_cast -> qobject_cast
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 16:48:15 +0000 (18:48 +0200)]
qt4: dynamic_cast -> qobject_cast

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: toggleAdvanced simplifications
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 16:35:08 +0000 (18:35 +0200)]
qt4: toggleAdvanced simplifications

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomkv: Cleaning simplifications
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 15:45:33 +0000 (17:45 +0200)]
mkv: Cleaning simplifications

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoebml: Removing useless cast.
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 15:37:45 +0000 (17:37 +0200)]
ebml: Removing useless cast.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoebml: Use init list when possible.
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 15:05:55 +0000 (17:05 +0200)]
ebml: Use init list when possible.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoebml: mb_dummy is a bool
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 15:00:18 +0000 (17:00 +0200)]
ebml: mb_dummy is a bool

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoebml: Constify getters.
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 14:54:37 +0000 (16:54 +0200)]
ebml: Constify getters.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoebml: Removing useless virtual attribute.
Hugo Beauzée-Luyssen [Mon, 17 Oct 2011 14:53:25 +0000 (16:53 +0200)]
ebml: Removing useless virtual attribute.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoUse *_PKG_ERRORS as error/warning where available
Rémi Denis-Courmont [Mon, 17 Oct 2011 15:29:04 +0000 (18:29 +0300)]
Use *_PKG_ERRORS as error/warning where available

12 years agoPrint speexdsp error when enable_speex is set
Rémi Denis-Courmont [Mon, 17 Oct 2011 15:01:43 +0000 (18:01 +0300)]
Print speexdsp error when enable_speex is set

12 years agoSpeex resampler (for FL32 and S16N)
Rémi Denis-Courmont [Sun, 16 Oct 2011 14:16:21 +0000 (17:16 +0300)]
Speex resampler (for FL32 and S16N)

This adds a good resampler for integers, while reusing a source package
(speex) that is already dependend on.

Contrary to SRC, the library is BSD and the plugin is LGPL.

12 years agoFix .gitignore files
Pierre Ynard [Sun, 16 Oct 2011 18:29:34 +0000 (20:29 +0200)]
Fix .gitignore files

12 years agocli.lua: skip unknown VLM commands
Pierre Ynard [Sun, 16 Oct 2011 16:11:31 +0000 (18:11 +0200)]
cli.lua: skip unknown VLM commands

Fixes #5396

12 years agoRevert "RC: try the vlm commands later in the process"
Pierre Ynard [Sun, 16 Oct 2011 16:08:43 +0000 (18:08 +0200)]
Revert "RC: try the vlm commands later in the process"

This reverts commit d570f62ed93dd45253ad1a646d43acc58a733a8c.
It causes more spurious messages than not.