- 10 Feb, 2003 3 commits
-
-
Derk-Jan Hartman authored
-
Christophe Massiot authored
* Run --update-po.
-
Derk-Jan Hartman authored
as the vout.m issue exists. but this is better then the current 'dummy' code we have.
-
- 09 Feb, 2003 13 commits
-
-
Sigmund Augdal Helberg authored
fullscreen and a nice debug message when you draw a clockwise square. Video output modules needs to be modified for this to work, but it should be minor in modules supporting dvd navigation. btw: it should be easy to add new gestures, ideas appreciated
-
Christophe Massiot authored
* Fixed a segfault in the Preferences window.
-
Stephan Assmus authored
modules/gui/beos/PreferenceWindow.h/.cpp - added settings for screenshot path and image format - removed "Save" button, added "Cancel" and "Revert" buttons - added revert functionality - changed class design for cleaner functionality, separated ApplyChanges() into more functions to have finer control - added more error checking and fixed memory leaks (config_GetPsz() returns char*, not const char*!) - all settings are now correctly saved and restored - some more cosmetic changes modules/gui/beos/InterfaceWindow.h/.cpp - updated vlc way of saving settings to be on par with BeOS way and made it selectable in the code which way is used. However, the VideoSettings are still only savable in the BeOS way. - if dvd menus are used, the navigation menu enables a "Goto Menu" item. Unfortunately, I don't see a clean way to really detect the usage of dvd/dvdold in the currently playing stream. I wouldn't want to see if a playlist item has "dvd:" or "dvdold:" prepended at each interface update.
-
Laurent Aimar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./debian/rules: added extra touch calls to prevent autobuilders from launching autoconf/automake.
-
Sam Hocevar authored
initialization of the plugin.
-
Sam Hocevar authored
-
Eric Petit authored
-
Olivier Teulière authored
aout_Volume* API
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
audio output. Consequently, the first argument can be any vlc_object_t. * modules/gui/macosx/*: greatly simplified volume functions ; you can now call aout_Volume* even when there is no audio output, and the volume will be saved for later use.
-
- 08 Feb, 2003 7 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters, * src/input/input.c: Correctly parse MRL of the type /Volumes/toto:titi/coincoin.mpg (closes #238 & #186) * modules/access/*: Changed some msg_Warn into msg_Err * po/fr.po: Updated French translation, * configure.ac.in: Re-enabled Swedish translation, * Makefile.am: Do not recompile everything everytime someone changes a .h
-
Derk-Jan Hartman authored
- black bar issue is not fixed. i removed 'myfix'
-
Christophe Massiot authored
* modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
-
Cyril Deguet authored
(Meuuh you can re-enable swedish ;)
-
Christophe Massiot authored
* Updated po files, * New --buggy-psi options, to supports streams which don't update the continuity counter in their PSI packets (walkenizes #sam).
-
Christophe Massiot authored
right charset, * Implemented localization for audio-channels and video-device variables.
-
- 07 Feb, 2003 13 commits
-
-
Marc Ariberti authored
* modules/access/*.c : added include <sys/time.h> for struct timeval * ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast) VLC rulz on Yopy !
-
Derk-Jan Hartman authored
- we should not resize the window in fullscreen - fixed the black bars bug in half and double size - position of top left corner should not change - more efficient code
-
Alexis de Lattre authored
user to delete VLC's configuration file.
-
Derk-Jan Hartman authored
there seems to be a bug though somewhere. you end up with black bars in half and double size.
-
Olivier Teulière authored
* Added a popup menu to copy log messages to the clipboard
-
Christophe Massiot authored
-
Yves Duret authored
- now autodetect on wich system we are: rpm --rebuild should work out of box on rh and previous mdk systems. - NO buildrequires on rh-like system. rh does not have a devel policy - more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
* mp4 : removed a bad initialisation. Erased all ending spaces. * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
-
Sam Hocevar authored
-
Sam Hocevar authored
declarations. Should fix that later.
-
Sam Hocevar authored
-
- 06 Feb, 2003 4 commits
-
-
Sam Hocevar authored
"interface" variable to "dvdplay" (Closes: #178, #210, and probably a bunch of others). * ./src/interface/interface.c: added a safety check to circumvent the bug, allowing a smooth upgrade.
-
Christophe Massiot authored
-
Sam Hocevar authored
made code simpler to read.
-
Sam Hocevar authored
-