- 04 Apr, 2002 6 commits
-
-
Christophe Massiot authored
* Disabled memcpyaltivec since it's buggy
-
Christophe Massiot authored
* asm memcpyaltivec for Linux/PPC
-
Olivier Teulière authored
* ./AUTHORS: added myself :) * ./plugins/win32/mainframe.cpp: disabled the "hide interface" menu item, not yet implemented. * ./plugins/win32/about.dfm: replaced the outdated author list with a "VideoLAN Team" entry.
-
Sam Hocevar authored
* ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp: replaced the outdated author list with a "VideoLAN Team" entry. * ./debian/rules, ./debian/control: deactivated the vlc-kde package because it does not work, and removed the vlc-a52 package because liba52 is statically linked into vlc. * ./debian/control: added more helpful package descriptions. * ALL: changed version to 0.3.0. Yeah, it's coming. * ./Makefile: fixed make dist.
-
Sam Hocevar authored
* ./src/video_output/video_output.c: fixed a vout4 image starvation bug. * ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1. * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz. * ./Makefile: renamed the `snapshot' rule to `dist'. * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
-
Jon Lech Johansen authored
* ./src/interface/intf_eject.c: Fixed a MacOS X bug.
-
- 03 Apr, 2002 8 commits
-
-
Christophe Massiot authored
* HTTP files now find the EOF (though HTTP input is still broken)
-
Christophe Massiot authored
-
Sam Hocevar authored
* ./Makefile.modules: modules now depend on Makefile.opts. * ./configure.in: added (hopefully) explicit messages on how to get libdvdcss and link vlc with it. * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
-
Olivier Teulière authored
* ./plugins/win32/*: Added management for secondary config dialogs
-
Sam Hocevar authored
* ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a contributor is currently working on.
-
Sam Hocevar authored
* ALL: removed libdvdcss from the vlc tree. * ALL: removed libdvdread from the vlc tree. * ./acconfig.h: removed this file. * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c. * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
-
Gildas Bazin authored
* fixed ./plugins/gtk/gtk_callbacks.c to use the "dvd_device" config option instead of the now inexistant DVD_DEVICE macro.
-
Sam Hocevar authored
* ./po/ja.po: added Japanese translation from Fumio Nakayama <endymion@ca2.so-net.ne.jp>. * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code. * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0 release?
-
- 02 Apr, 2002 13 commits
-
-
Gildas Bazin authored
* New pthread implementation for WinNT/2K/XP. This implementation shouldn't be subject to race conditions as it is using SignalObjectAndWait() from the Win32 API. As this should be somehow slower than the old method (still used on Win9x), you can specify that you want to use the old method with the "fast_pthread" config option. * Added a new p_main_sys global variable. This variable is a pointer to an OS specific structure which is defined in *_specific.h. This structure can be filled by the already existing System_Init() function and is a nice way to avoid too many #ifdefs.
-
Gildas Bazin authored
* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option. ( this creates a small memory leak as we don't free the string obtained from config_GetPszVariable, but I think we can live with it for now ) * the SSE plugins are disable on the mingw32 build as they don't work. ( because memalign is not implemented on win32, and malloc only aligns on an 8 bytes boundary ) * fixed small mistake in INSTALL.win32
-
Olivier Teulière authored
* ./include/config.h: fixed config directory name for windows * ./plugins/win32: the network dialog now respects the preferences settings
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Use ImageBuffer instead of ScreenBuffer in OS X video output (should be faster)
-
Olivier Teulière authored
* ./src/interface/main.c: check that channels have been created before the call to network_ChannelJoin
-
Olivier Teulière authored
* ./plugins/win32: - fixed a few bugs in the preferences - better auto-resizing of the main window - the disc dialog now respects the preferences settings
-
Olivier Teulière authored
* ./src/misc/configuration.c: small compilation fix
-
Tony Castley authored
-
Tony Castley authored
OS standard.
-
Sam Hocevar authored
* ./configure.in: BeOS, liba52 and chroma plugin compilation fixes. * ./plugins/dvd/dvd_access.c: removed a warning. * ./src/misc/configuration.c: Solaris fixes by Meuuh. * ./FAQ: removed outdated stuff.
-
Gildas Bazin authored
* Fixed yet another bug related to the event thread creation * Removed a few debug messages
-
- 01 Apr, 2002 8 commits
-
-
Gildas Bazin authored
* Fixes for the Win32_msvc build
-
Gildas Bazin authored
* Microsof Visual Studio C++ 6 project files. This is usefull mainly for debugging as the hardware accelerated plugins can't be compiled with msvc. I won't be maintaining this msvc project as I don't have MSVC myself, but maybe this will encourage people to try to develop for vlc (or maybe just discourage them ;-)
-
Gildas Bazin authored
* Win32 compilation fixes when downmixsse and downmix3dn are declared as plugins. * Fixed the waiting on the event thread creation in the directx plugin.
-
Gildas Bazin authored
* updated the "package-win32" rule * all txt files are now converted to dos format (CRLF)
-
Gildas Bazin authored
* VLC-Win32 Cross-Compile Howto, courtesy of Bill Eldridge.
-
Gildas Bazin authored
* updated INSTALL.win32
-
Tony Castley authored
Still problem with nVidia cards.
-
Tony Castley authored
Has bad output color need some work.
-
- 31 Mar, 2002 5 commits
-
-
Gildas Bazin authored
* allow the user to resize the configuration windows * moved config_GetIntVariable out of the loop
-
Gildas Bazin authored
* You can now set a maximum height for the configuration windows in the gtk and gnome plugins. This patch _doesn't change_ the look of the interface unless this interface tries to use more space than allowed, in which case scrollbars are added to make the navigation easy. Note that this setting only affects the default size the interface will use, the user is then free to change the size of the window as he wants. * Tooltips are now triggered only in specific places. This is a lot less intrusive and annoying for the users.
-
Olivier Teulière authored
* ./plugins/win32: fixed the bug on exiting the vout pressing 'q'
-
Tony Castley authored
RGB16 Overlay supported again. Resizing is now implemented consistantly.
-
Olivier Teulière authored
* plugins/win32: subtitles should work, now
-