- 17 Jun, 2003 1 commit
-
-
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 5 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.
-
Eric Petit authored
-
- 12 Jun, 2003 8 commits
-
-
Gildas Bazin authored
* modules/misc/network/ipv6.c: gave a quick try to implementing ttl for ipv6.
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/gui/wxwindows/interface.cpp: fixed compile issue.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added a volume control.
-
Gildas Bazin authored
* modules/access_output/file.c: win32 compilation fix.
-
Clément Stenac authored
-
Gildas Bazin authored
* share/Makefile.am: fixed my previous fix ;)
-
Gildas Bazin authored
* Makefile.am: fixed inclusion of skins in make dist.
-
- 11 Jun, 2003 8 commits
-
-
Gildas Bazin authored
* ALL: bumped version number to 0.6.0-test3 + po updates
-
Cyril Deguet authored
* share/Makefile.am: install skins at make install (closes bug #856)
-
Gildas Bazin authored
* modules/access_output/file.c: use open() instead of fopen(). This allows us to use _lseeki64() on win32.
-
Gildas Bazin authored
* modules/video_filter/osd_text.c: small compile fix that seems to be needed on some platforms.
-
Gildas Bazin authored
* NEWS: updated.
-
Gildas Bazin authored
* modules/audio_output/directx.c: fixed mem leak in 5.1 audio.
-
Gildas Bazin authored
* modules/demux/ogg.c, modules/codec/theora.c: updated the ogg demuxer and theora decoder to the latest libtheora alpha 2 release.
-
Gildas Bazin authored
* modules/gui/skins/*: fix for msvc .dsp generation, replaced the BASIC_SKINS macro with the standard MODULE_NAME_IS_foo one and a couple of compilation fixes for msvc. * msvc/vlc.dsw: added basic_skins and renamed mpeg_video into mpeg_video_old. * modules/codec/mpeg_video/parser.c: fixed segfault when idct/motion modules can't be loaded.
-