- 12 Feb, 2005 4 commits
-
-
Felix Paul Kühne authored
-
Gildas Bazin authored
algorithm for http/mms/rtsp by default for now since our algo was designed for local network streaming of MPEG over UDP in mind and doesn't work well in other cases. You can still use the --clock-synchro config option to override this. Hopefully this commit will be reverted once the clock synchro has been re-written.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
-
- 11 Feb, 2005 5 commits
-
-
Gildas Bazin authored
-
Damien Fouilleul authored
-
Gildas Bazin authored
* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.
-
Clément Stenac authored
-
Gildas Bazin authored
Here is a patch to have the same file names and locations as the mingw32 build. It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...
-
- 10 Feb, 2005 6 commits
-
-
Gildas Bazin authored
* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
-
Gildas Bazin authored
-
Gildas Bazin authored
* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
-
Gildas Bazin authored
* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 09 Feb, 2005 4 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file. This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
-
Gildas Bazin authored
-
- 08 Feb, 2005 8 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
on language code. Both options accepts a list (comma separated) of country code(2/3 letters) or name (english/native). For demuxers that doesn't provide language info, they are ignored. Support for dvdnav isn't complete (only first language is tried) and untested. Ex: --spu-language en,fr will try to select english track and if none then french one (and if none, no subtitle). (you can also use --spu-language english,french or english,francais)
-
Laurent Aimar authored
-
Clément Stenac authored
Autofocus the OK button in bookmark edit
-
Jean-Paul Saman authored
Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.
-
Gildas Bazin authored
-
Mark Moriarty authored
preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets). People using Cygwin: either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.
-
- 07 Feb, 2005 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Gildas Bazin authored
* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.
-
- 06 Feb, 2005 6 commits
-
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
* DAAP: don't crash if connection to host timeouts
-
Clément Stenac authored
DAAP compile fix
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VLC can now be built in a subdirectory
-
Clément Stenac authored
hopefully prevent deadlocks * API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care. * SAP/DAAP : Ensure that the node gets removed on quit * HAL : Remove the node on quit and fix f**age of the Close function
-
- 05 Feb, 2005 2 commits
-
-
Rémi Denis-Courmont authored
* fix bug in previous SAP commit
-
Sigmund Augdal Helberg authored
-
- 04 Feb, 2005 2 commits
-
-
Andre Pang authored
* modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter
-
Rémi Denis-Courmont authored
(will fix improperly encoded playlist items when the user's charset does not match the SAP announcer's one, provided all SAP announce be made into UTF-8)
-