- Jun 21, 2003
-
-
Samuel Hocevar authored
bootstrap generates the proper magic for us.
-
- Jun 16, 2003
-
-
gbazin authored
* configure.ac.in, modules/codec/ffmpeg/*: a few direct rendering fixes and got rid of the old post-processing code.
-
- Jun 15, 2003
-
-
Christophe Massiot authored
* po/fr.po: French translation courtesy of Jean-Pierre Kuypers. * Miscellaneous clean-ups.
-
- Jun 14, 2003
-
-
gbazin authored
* configure.ac.in: old faad2 detection.
-
- Jun 13, 2003
-
-
Samuel 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.
-
- Jun 11, 2003
-
-
gbazin authored
* ALL: bumped version number to 0.6.0-test3 + po updates
-
- Jun 10, 2003
-
-
Christophe Massiot authored
people who explicitely set mpeg_video in the previous version will end up with libmpeg2 in 0.6.0. * modules/codec/libmpeg2.c: Fixed a potential segfault, especially with DVDs. * modules/codec/lpcm.c: Send two PES packets in one aout buffer, because some audio filters (read: coreaudio resampler) don't like too small packets (I know, this is ugly).
-
gbazin authored
* configure.ac.in: added an --enable-mostly-builtin option to avoid having too many plugins. * modules/gui/skins/src/*: reverted the last BASIC_SKINS patch (BASIC_SKINS was not broken, the changes were done on purpose). * modules/gui/skins/src/dialogs.[cpp,h]: ran dos2unix on these 2 files.
-
- Jun 08, 2003
-
-
Cyril Deguet authored
* x11_window.*: real tooltip windows ! not perfect yet but it looks cool ! * removed compilation of gtk2 skins module. If you want it back, good luck ;)
-
- Jun 04, 2003
-
-
Christophe Massiot authored
-
Eric Petit authored
It allows to change the frequency and such things quite easily, from VLC. You'll have to --enable-pvr to build it.
-
- Jun 03, 2003
-
-
gbazin authored
* configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2. * modules/gui/wxwindows/*: fixed bug in sout dialog box. * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
-
- Jun 01, 2003
-
-
Cyril Deguet authored
* modules/gui/skins/*: - fixed the wxwindows bug, due to a huge bug with broadcast events - beginning of fonts in X11 skins so, you can test the X11 skins module: it should work now !
-
- May 29, 2003
-
-
Cyril Deguet authored
wxwindows dialogs are not supposed to work yet, if they do you are lucky ;)
-
- May 27, 2003
-
-
gbazin authored
* ALL: bumped version to 0.6.0-test2 * Makefile.am: got rid of the faq in the package-win32 target.
-
- May 26, 2003
-
-
gbazin authored
* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready(). started to implement X11Region and integrated the wxWindows dialogs. * configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.
-
- May 25, 2003
-
-
Eric Petit authored
platforms which need it * configure.ac.in: don't use -shared on BeOS
-
gbazin authored
* configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.
-
gbazin authored
* modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.
-
Christophe Massiot authored
enabled version of gettext. (patch courtesy of the DJ)
-
- May 24, 2003
-
-
gbazin authored
* configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.
-
Samuel Hocevar authored
default (Closes: #704).
-
- May 21, 2003
-
-
Jean-Paul Saman authored
-
- May 20, 2003
-
-
hartman authored
- This module provides QDM2 and QDMC sound support on OSX by linking to the native QT libraries. We now have FULL QT trailer support on OSX. - The video part of this decoder is not yet working on OSX. - This can be used for a future win32dll loader system as well.
-
- May 19, 2003
-
-
gbazin authored
* Bumped version to 0.6.0-test1 * modules/access/cdda.c: decreased the priority of the cdda plugin.
-
- May 17, 2003
-
-
gbazin authored
* modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir). You can now listen to your favorite CDDAs with vlc, or even stream them :) (Their is not yet any support for jitter correction). * modules/codec/araw.c: small clean-up.
-
gbazin authored
* configure.ac.in: removed the encoders from the list of plugins as they are not used currently. * src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.
-
- May 15, 2003
-
-
Christophe Massiot authored
* ALL: Capitalize all preferences text strings
-
Jean-Paul Saman authored
-
- May 11, 2003
-
-
gbazin authored
* configure.ac.in: fixed the wx-config detection by the skins plugin. * modules/gui/wxwindows/*: fixed a couple of breakage.
-
- May 06, 2003
-
-
Eric Petit authored
-
- May 05, 2003
-
-
Eric Petit authored
stdint.h but inttypes.h
-
- May 02, 2003
-
-
Samuel Hocevar authored
-
- Apr 30, 2003
-
-
ipkiss authored
- added a basic-skins plugin, which doesn't make use of wxWindows dialogs (currently only works for win32) - renamed with-wx-config-path in with-skins-wx-config-path for the skins plugin, to avoid problems with the wxwindows plugin
-
- Apr 29, 2003
-
-
gbazin authored
* modules/gui/skins/*, configure.ac.in: removed the skins plugin depandancy on msimg32.dll. Additionnaly, TransparentBlt() and SetLayeredWindowAttributes() are only used if present on the system. This allows us to run the plugin (without transparency though) on NT4/win95/98 as well.
-
- Apr 28, 2003
-
-
Cyril Deguet authored
* added a flag GTK2_SKINS
-
- Apr 27, 2003
-
-
Jon Lech Johansen authored
-
- Apr 26, 2003
- Apr 22, 2003
-
-
gbazin authored
* configure.ac.in: don't link with the math library on win32. It isn't needed and will even screw up things under cygwin with -mno-cygwin.
-