- 28 Jul, 2003 4 commits
-
-
Christophe Massiot authored
now used to browse through the DVD menus.
-
Christophe Massiot authored
-
Laurent Aimar authored
Added support of "seek n%" (Usefull when mux_rate is nul )
-
Jean-Paul Saman authored
-
- 27 Jul, 2003 8 commits
-
-
Laurent Aimar authored
-
hartman authored
and some small fixes.
-
Jean-Paul Saman authored
Gtk2 port of the familiar Linux interface. The name is also changed to PDA so it reflects that it is targeted at handhelds. The familiar interface itself is deprecreated and will be removed after the next stable version of VLC Media Player.
-
gbazin authored
* modules/audio_output/alsa.c: #ifdef DEBUG -> #ifdef ALSA_DEBUG
-
gbazin authored
* modules/audio_output/alsa.c: bail out if the device is already in use.
-
gbazin authored
* src/input/input_ext-plugins.c: forgot to re-lock a mutex.
-
Christophe Massiot authored
- there should be fewer resampling, particularly on DVD chapter changes - when you unpause a DVD, VLC will wait for the drive to spin up, so you won't lose several seconds of movies * modules/gui/macosx/controls.m: Seeking in paused mode resumes the play mode, make the interface take that into account.
-
ipkiss authored
-
- 26 Jul, 2003 6 commits
-
-
Eric Petit authored
-
gbazin authored
* modules/gui/skins/controls/checkbox.cpp: compilation fix.
-
Laurent Aimar authored
-
gbazin authored
* modules/gui/wxwindows/open.cpp: move the "open subtitles" line into the file panel.
-
ipkiss authored
value was always true...)
-
gbazin authored
* modules/gui/wxwindows/open.cpp: workaround design problems in wxSpinCtrl (wxSpinCtrl::GetValue() triggers a value update event).
-
- 25 Jul, 2003 7 commits
-
-
gbazin authored
* modules/gui/wxwindows/*: fixed clean-up of the dialogs provider on exit. * modules/gui/skins/x11/*: proper initialization of a global var so we can start/exit the skins interface several times.
-
gbazin authored
* INSTALL.win32: updated build instructions (btw since the last build changes, mingw+msys can be used again to compile VLC). * modules/gui/wxwindows/wxwindows.cpp: oops.
-
gbazin authored
* msvc/vlc.dsw: relaced basic_skins plugin with the skins one.
-
gbazin authored
* modules/gui/wxwindows/*: a couple of compilation fixes for wxWindows cvs.
-
hartman authored
-
hartman authored
-
hartman authored
* Updated it.po
-
- 24 Jul, 2003 11 commits
-
-
gbazin authored
* modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
-
gbazin authored
* src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
-
Sam Hocevar authored
+ Removed my name from this file, I didn't contribute anything major to it. + Added strerror(errno) where adequate, as well as additional debug information, hopefully more useful than "cannot open".
-
gbazin authored
* modules/gui/wxwindows/*: you can now specify input options in the stream output MRL as well. * modules/misc/freetype.c: bail out if no font has been specified. * modules/demux/util/sub.h: don't forget to detach the demuxsub object.
-
Sam Hocevar authored
+ Run autopoint with the -f flag. + Remove stamp files in the bootstrap process.
-
sigmunau authored
A little better line spaceing, but I still don't understand what this is all about.
-
sigmunau authored
with just a few lines in between, but in separate #if cases.
-
bigben authored
* fix a segfault when "/dev/video0" or "norm=" were last arguments of the command line
-
bigben authored
* shows a warning if frequency is in "previous syntax range"
-
gbazin authored
* modules/gui/wxwindows/open.cpp: compilation fix.
-
gbazin authored
The stream output and subtitles options use them and you can also add options in the MRL itself.
-
- 23 Jul, 2003 4 commits
-
-
gbazin authored
* modules/misc/freetype.c, modules/demux/util/sub.c: cleanup. * modules/demux/util/sub.h: thou shall do a vlc_object_attach(). * src/misc/variables.c: added VLC_VAR_FILE and VLC_VAR_DIRECTORY inheritance support.
-
Christophe Massiot authored
-
Jean-Paul Saman authored
-
gbazin authored
* include/variables.h, src/misc/variables.c: you can now use var_Create() directly to create an object variable with an inherited value. eg. var_Create( p_vout, "zoom", VLC_VAR_FLOAT | VLC_VAR_DOINHERIT ); Beware, the object in which you create the var must be attached to a parent for this to work (otherwise we can't navigate the parents hierarchy to find the value to inherit). * src/input/input.c, src/input/input_programs.c, src/video_output/video_output.c: converted more config_GetFoo() into var_Create()/var_Get();
-