- 22 Jun, 2003 1 commit
-
-
Cyril Deguet authored
* src/window.* : replaced p_intf->p_sys->WindowList by a singleton class SkinWindowList (to be tested under windows) * removed useless gtk2 files
-
- 21 Jun, 2003 8 commits
-
-
Derk-Jan Hartman authored
* only set prefs on safe, not earlier.
-
Sam Hocevar authored
-
Sam Hocevar authored
* configure.ac: + Added curly braces around variables. + Got rid of the "x$foo" constructs. + Renamed *_plugin conditionals into *_p. * debian/changelog: + Fixed a duplicate entry. + Added an entry for an old Debian upload that fixed #117180. * debian/control: + Added a build dependency on libimlib2-dev for skins. * debian/rules: + Activated support for skins.
-
Sigmund Augdal Helberg authored
-
Sam Hocevar authored
+ Removed configure.ac from the ignore list.
-
Sam Hocevar authored
bootstrap generates the proper magic for us.
-
Sam Hocevar authored
+ Use the -s flag instead of -a so that debhelper properly handles the i386-only plugin packages. + Split the build rule into configure and build.
-
Gildas Bazin authored
* modules/access_output/file.c: make the output file writeable by the owner.
-
- 20 Jun, 2003 6 commits
-
-
Derk-Jan Hartman authored
-
Olivier Teulière authored
* ./modules/gui/skins/*: fixed my last commit
-
Olivier Teulière authored
"display" attribute of ControlText. It allows to show the title of the current stream, without the full path. * ./doc/skins/*: updated the doc
-
Derk-Jan Hartman authored
-
Alexis de Lattre authored
python/setup.py: a configuration that should work better.
-
Derk-Jan Hartman authored
* README.MacOSX.rtf: More updates because of new prefs dialog.
-
- 19 Jun, 2003 7 commits
-
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is enabled. ffmpeg doesn't properly release old pictures when frames are skipped.
-
Gildas Bazin authored
* modules/access_output/udp.c: removed unnecessary code.
-
Eric Petit authored
a few Dano/Zeta themes
-
Gildas Bazin authored
* modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY == 300 milisec).
-
Sam Hocevar authored
because I forgot to reinitialise an index.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.
-
Sam Hocevar authored
+ Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU` so that the rules can be called directly. * debian/control: + Removed leading "a"s from package descriptions. + Set policy to 3.5.10. * debian/copyright: + Removed debian/vlc.copyright.
-
- 18 Jun, 2003 1 commit
-
-
Clément Stenac authored
To enable this, start vlc with --sap-ipv6 To disable IPv4 listening, use --no-sap-ipv4 You can also set the scope of the announces (default is 3)
-
- 17 Jun, 2003 10 commits
-
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
* moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/*: got rid of empty module objects. * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
-
Derk-Jan Hartman authored
modules/gui/macosx/intf.m: Fixed an inconsistenty in the translation cvS: ----------------------------------------------------------------------
-
Derk-Jan Hartman authored
* extras/MacOSX/Resources/English.lproj/MainMenu.nib: Fixed two cosmetic issues in the stream output dialog. * po/de.po: Update german translation courtesy of: Felix Kuhne <FK at aenneburghardt.de>
-
- 16 Jun, 2003 4 commits
-
-
Gildas Bazin authored
* modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules. * include/modules_inner.h: removed unneeded initialization.
-
Gildas Bazin authored
* modules/codec/ffmpeg/video.c: fixed the last direct rendering bug.
-
Gildas Bazin authored
* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
-
Clément Stenac authored
-
- 15 Jun, 2003 3 commits
-
-
Derk-Jan Hartman authored
* modules/codec/ffmpeg: I had disabled IV31 support on intel instead of on ppc * modules/codec/quicktime.c: cosmetic fix
-
Derk-Jan Hartman authored
-
Sigmund Augdal Helberg authored
true, since this seems to break playback of some streams over http. It also takes to much time just to get some fancy metadata
-