- 25 Apr, 2004 15 commits
-
-
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.
-
Sam Hocevar authored
-
- 24 Apr, 2004 11 commits
-
-
Jean-Paul Saman authored
-
Clément Stenac authored
-
Benjamin Pracht authored
Endianness fix for xvideo vout on big endian processors (I still have problems when shm is disabled, but that might be related to my drivers, if anybody could test that).
-
Gildas Bazin authored
-
Laurent Aimar authored
sap-ipv6(boolean) options. (So that breaks the old way but it's easier).
-
Jean-Paul Saman authored
better debug information dvb/dvb.c debug message beautifying dvb/qpsk.c textual changes
-
Jean-Paul Saman authored
-
Yoann Peronneau authored
-
Laurent Aimar authored
options (because we can't do the difference between missing option, option and option="" when option is a string).
-
Laurent Aimar authored
(udp-sout-caching has been renamed sout-udp-caching).
-
Laurent Aimar authored
would be pretty cool).
-
- 23 Apr, 2004 14 commits
-
-
Clément Stenac authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
--sout-asf-{title,author,copyright,comment,rating} options.
-
Laurent Aimar authored
-
Laurent Aimar authored
access_out, mux, stream_out to the creator to make VLC_VAR_DOINHERIT working. (Basically it takes an options list that will be 'var_Created' and if present in sout_cfg_t initialised).
-
Gildas Bazin authored
modules/gui/wxwindows/video.cpp: fixed size for VOUT_SET_ZOOM.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Laurent Aimar authored
* transcode: added H264 codec id. * demux: added h264 demux shortcut.
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/video_output/directx/directx.c: I think I finally have the mouse autohiding feature right.
-
Derk-Jan Hartman authored
-