- Feb 12, 2005
-
-
gbazin 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
-
- Feb 11, 2005
-
-
gbazin authored
-
damienf authored
-
gbazin 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.
-
zorglub authored
-
gbazin 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...
-
- Feb 10, 2005
-
-
gbazin authored
* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.
-
gbazin authored
-
gbazin authored
* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.
-
gbazin authored
* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).
-
gbazin authored
-
gbazin authored
-
- Feb 09, 2005
-
-
gbazin authored
-
gbazin authored
-
gbazin 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).
-
gbazin authored
-
- Feb 08, 2005
-
-
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
-
zorglub 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.
-
gbazin 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.
-
- Feb 07, 2005
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
gbazin 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.
-
- Feb 06, 2005
-
-
Rémi Denis-Courmont authored
-
zorglub authored
* DAAP: don't crash if connection to host timeouts
-
zorglub authored
DAAP compile fix
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VLC can now be built in a subdirectory
-
zorglub 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
-
- Feb 05, 2005
-
-
Rémi Denis-Courmont authored
* fix bug in previous SAP commit
-
sigmunau authored
-
- Feb 04, 2005
-
-
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)
-
Rémi Denis-Courmont authored
-