- 26 Apr, 2004 21 commits
-
-
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 19 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 ;)
-
Clément Stenac authored
-
Clément Stenac authored
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/stream_out/duplicate.c: small coding style changes. * modules/stream_out/transcode.c: + Forward the aopts{foo=bar,etc..} and vopts={foo=bar,etc...} options to the encoders. + Got rid of the ffmpeg encoder specific options. * modules/codec/ffmpeg/*: + Changed the encoder options to normal config options. + Parse the options forwarded by transcode. * include/vlc_codec.h: + encoder_t cleanup. + include a "sout_cfg_t *" in encoder_t to allow passing options.
-
Cyril Deguet authored
the dialog provider: fixes tons of errors such as "Gdk-CRITICAL **: file gdkdraw.c: line 90 (gdk_draw_rectangle): assertion `gc != NULL' failed" and incorrect behaviour of the dialogs.
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
Gildas Bazin authored
-
Sam Hocevar authored
+ Build ffmpeg with --enable-gpl because the postprocessing code is GPL. + Check for .svn directories in addition to CVS.
-