- 27 Apr, 2004 6 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* include/vlc_meta.h: s/Url/URL/.
-
Christophe Massiot authored
-
Sam Hocevar authored
player". A couple are remaining, but I don't want to break the string freeze yet.
-
Sam Hocevar authored
+ Fixed possible deadlocks.
-
Rocky Bernstein authored
cvd.c: if spu-channel variable not set, don't bother handling subtitle.
-
- 26 Apr, 2004 25 commits
-
-
Sam Hocevar authored
+ Removed the libdv2-dev build-dependency. + Set the liblivemedia-dev build-dependency to (>= 2004.04.23-1). + Set the libmatroska-dev build-dependency to (>= 0.7.0). + Build-depend on libfribidi-dev. + Build-depend on libcdio-dev. + Build-depend on libmodplug-dev. * debian/rules: + Activated fribidi support. + Activated CDDA support via libcdio. + Activated MOD support.
-
Gildas Bazin authored
-
Sam Hocevar authored
+ Only populate the "switch interface" menu with modules that we have.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Sam Hocevar authored
+ Do not crash miserably if an interface switch failed at the module_Need stage.
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
- updated version of speex, theora, libebml, libmatroska
-
Clément Stenac authored
** FIXME : Unfinished, shaping and use-key-frames are not documented **
-
Gildas Bazin authored
* modules/demux/avi/avi.c: fix for a bug introduced during the demux2 api transition (courtesy of James MacLean).
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/gui/wxwindows/*: reverted last --wxwin-keep-size patch for now because it doesn't work on wxGTK.
-
Sam Hocevar authored
+ Added disabled plugin sources to EXTRA_DIST. * modules/stream_out/transrate/Modules.am: + Added missing transrate.h to _SOURCES.
-
Sam Hocevar authored
+ Copy the original ebuild instead of copying it, to allow recursive "make dist" calls.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: new --wxwin-keep-size option to remember the size of the last embedded video.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/libvlc.h: the win32 high-priority setting is off by default now (to play nicer with other apps).
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
+ convention is to use '-' in composed option names (not '_').
-
Derk-Jan Hartman authored
-
- 25 Apr, 2004 9 commits
-
-
Gildas Bazin authored
-
Jean-Paul Saman authored
Added --enable-cddax to make building with cdrom support possible. Just use --disable-cddax to disable, by default cddax is enabled.
-
Gildas Bazin authored
+ added an --sout-vorbis-quality option for VBR encoding. + new --sout-vorbis-min/max-bitrate options.
-
Laurent Aimar authored
* stream_output.c: sout_ParseCfg warns about unknown option.
-
Gildas Bazin authored
+ avoid a few unneeded memcpy(). + fixed memory leaks. * modules/codec/flac.c: + added a "flac" shortcut.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/codec/vorbis.c,flac.c,theora.c,speex.c: use encoder if forced.
-
Gildas Bazin authored
+ new options to allow forcing an encoder and passing options to it. (aenc=foo{optionbar=bar,etc...},venc=foo{optionbar=bar,etc...} where foo is the encoder plugin name). + got rid of aopts/vopts which is not needed anymore ;)
-