An error occurred fetching the project authors.
- 01 Jun, 2002 1 commit
-
-
Sam Hocevar authored
As for video output 4, this breaks almost everything, but I'll slowly do what remains to be fixed during the weekend. Changes in vlc: =============== * vlc is now a very small program (20 lines) which uses the libvlc API; it is quite simple for the moment but can be extended in the future. * interfaces, decoders, video outputs, etc. are now almost the same objects (yes, I know, this is C++ redone in C) and are structured in a tree. More about this later, but basically it allows the following nice features: - several interfaces - several playlists with several outputs - input plugins spawning helper interfaces (will be used for DVD menus) - anything spawning anything; I swear there are useful uses for this! * libvlc can be used in other programs; I'm currently writing a Mozilla plugin for my employer. Things currently broken: ======================== * most interfaces, most ports * the playlist handling (almost finished rewriting this though). This means no file can be played from the GUI, you need to use the commandline. This also means it segfaults at EOF, when exiting the program, and it sometimes refuses to open a file when asked to.
-
- 27 May, 2002 1 commit
-
-
Sam Hocevar authored
* ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec <A.Lipiec@elka.pw.edu.pl>.
-
- 22 May, 2002 1 commit
-
-
Christophe Massiot authored
-
- 20 May, 2002 4 commits
-
-
Sam Hocevar authored
-
Christophe Massiot authored
* Updated changelog.
-
Gildas Bazin authored
* First try for IPv6 support on Win32. This hasn't been tested so it might not work! To compile this stuff you need a mingw compiler with w32api-1.3. The win32 code uses the getaddrinfo function because inet_pton is supposed to be deprecated and not supported by Microsoft. gethostbyname2 isn't supported as well. Maybe we could try to unify the ipv6 plugin and have all the ports use getaddrinfo ? (I didn't dare to do it because I don't want to break anything before a release ;-)
-
Sam Hocevar authored
rebuild anything to Makefile.config, so that editing it will not cause a complete rebuild.
-
- 19 May, 2002 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 18 May, 2002 1 commit
-
-
Christophe Massiot authored
* Dropped dependancy on autoconf 2.52.
-
- 17 May, 2002 1 commit
-
-
Sam Hocevar authored
-
- 15 May, 2002 1 commit
-
-
Sam Hocevar authored
-
- 14 May, 2002 1 commit
-
-
Gildas Bazin authored
* new --with-mad-tree configure option. * updated BUGS file.
-
- 13 May, 2002 1 commit
-
-
Sam Hocevar authored
display. To duplicate 12 times, use `--filter clone:12'.
-
- 12 May, 2002 1 commit
-
-
Christophe Massiot authored
* Objective-C files are now .m * Fixed a major bug in the spu decoder * Disabled auto-hiding of mouse cursor since it doesn't work when browsing menus ; instead, click in the video window
-
- 10 May, 2002 1 commit
-
-
Laurent Aimar authored
* include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins. * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...) * Makefile configure.in : to compile it
-
- 04 May, 2002 1 commit
-
-
Sam Hocevar authored
* ./configure.in: deactivated ipv6.so under QNX for now.
-
- 03 May, 2002 1 commit
-
-
Sam Hocevar authored
-
- 01 May, 2002 2 commits
-
-
Christophe Massiot authored
* Fixed VCD double detection
-
Gildas Bazin authored
* added a --with-a52-tree option to the configure script.
-
- 27 Apr, 2002 2 commits
-
-
Gildas Bazin authored
* moved the function definitions from threads.h into threads_funcs.h. This allows us to move p_main_sys into p_main (p_main->p_sys). * fixed the --with-gtk-config-path and --with-sdl-config-path options in configure.in
-
Johan Bilien authored
-
- 26 Apr, 2002 2 commits
-
-
Christophe Massiot authored
-
Johan Bilien authored
-
- 25 Apr, 2002 2 commits
-
-
Sam Hocevar authored
safer variants $with_foo and $enable_foo.
-
Johan Bilien authored
* Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is used by default if the lib is found. It shares much code with mpeg_ts
-
- 24 Apr, 2002 1 commit
-
-
Jon Lech Johansen authored
-
- 23 Apr, 2002 2 commits
-
-
Sam Hocevar authored
upcoming work.
-
Sam Hocevar authored
* ALL: removed underscores from option names and made a few options more self-explanatory, for instance --input_channel becomes --audio-channel; run vlc -H to see what has changed. * ALL: replaced many occurences of "plugin" with the word "module". * ./src/interface/main.c: moved all satellite-specific configuration options to the satellite plugin. * ./po/*: updated translations.
-
- 22 Apr, 2002 1 commit
-
-
Sam Hocevar authored
verbose messages. * ./po/en_GB.po: British translation.
-
- 18 Apr, 2002 3 commits
-
-
Sam Hocevar authored
* ./vlc.spec: fixed build dependencies. * ./configure.in: when -lintl is available, we now also link plugins with it.
-
Sam Hocevar authored
* ./configure.in: switched version to 0.3.1. * ./vlc.spec: imported Mandrakesoft's latest enhancements. * ./ChangeLog: updated ChangeLog.
-
Sam Hocevar authored
* ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc extension gethostbyname2(), thanks to Thomas Graf.
-
- 17 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ./AUTHORS: added people locations, just for fun. * ./configure.in: disabled SSE plugins when using mingw32. * ./src/misc/configuration.c: disabled the AltiVec warning message on the PowerPC platform because it was misleading.
-
- 10 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ./configure.in: fixed a bug in the libdvdread detection. * ./configure.in: fixed plugin compilation under Win32.
-
- 07 Apr, 2002 2 commits
-
-
Christophe Massiot authored
* Fixed --memcpy switch * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p) * New README file for MacOS X.
-
Sam Hocevar authored
* ./configure.in: wrote a better test for libdvdread detection. * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes a segfault in the Gtk+ popup menu when toggling the interface. * ./plugins/motion/motion.c: fixed a compilation issue on compilers which do not accept empty macro arguments.
-
- 05 Apr, 2002 3 commits
-
-
Sam Hocevar authored
* ./Makefile, ./configure.in: misc BeOS build fixes.
-
Sam Hocevar authored
* ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working. * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package anymore, the package is now 700k instead of 4MB. * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a lot of stuff from Makefile.opts.in back to configure.in. * ./install-win32: updated script for NSIS 1.96. I hope this doesn't break too many other architectures...
-
Sam Hocevar authored
* ./configure.in: added --enable-intfwin to enable the win32 interface and --with-bcbuilder to tell make where to find Borland C++ Builder.
-