- 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 5 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
-
Derk-Jan Hartman authored
* ./po/nl.po: New Dutch Translation by /me ;) * README.MacOSX.rtf: Updated instructions of Prefence usage.
-
Christophe Massiot authored
* po/fr.po: French translation courtesy of Jean-Pierre Kuypers. * Miscellaneous clean-ups.
-
- 14 Jun, 2003 9 commits
-
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
* configure.ac.in: old faad2 detection.
-
Gildas Bazin authored
* modules/gui/wxwindows/open.cpp: fixed a couple of bugs with the open dialog.
-
Derk-Jan Hartman authored
- To be done before 0.6.0 release: insert correct contrib links for ffmpeg and libmpeg2 - fix faad2? currently disabled
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_window.cpp: small bugfix for icons support.
-
Gildas Bazin authored
* src/misc/configuration.c: in config_SaveConfigFile() don't save options that kept their original value (thanks fenrir for the suggestion).
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: fix for ffmpeg direct rendering. Direct rendering is now enabled by default.
-
Eric Petit authored
-
Eric Petit authored
-
- 13 Jun, 2003 4 commits
-
-
Cyril Deguet authored
-
Gildas Bazin authored
modules/gui/wxwindows/*: fix for the volume control under win32.
-
Gildas Bazin authored
* modules/misc/network/ipv6.c: fixed multicast support on win32. Well, it is working on Win2k but might require run-time OS version checking to have it woking on XP as well. (you might have to add a multicast route: ipv6 rtu FF00::/8 #intfnum)
-
Sam Hocevar authored
using our va_list twice, which caused crashes on architectures where va_list is a pointer; we now use va_copy whenever possible.
-