An error occurred fetching the project authors.
- 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 5 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.
-
Sam Hocevar authored
* ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place. * ./plugins/win32/Makefile: intfwin.so can be built using commandline. * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h file isn't needed for the intfwin plugin anymore. * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
-
Gildas Bazin authored
* introduced a memalign wrapper that will align the memory manually if memalign doesn't exist. void *vlc_memalign( size_t align, size_t size, void **pp_orig ) where the return value is the aligned pointer and *pp_orig is the pointer that has to be freed afterwards. the arithmetic I'm doing on the pointer to align it is not portable to 64bits architectures. If someone knows how to something portable, please tell me ( and no I don't want to do if(sizeof(void *) == blabla) ). Other little problem, I was planning to use posix_memalign by default in the wrapper implementation but it doesn't work (someone can tell me what I'm doing wrong ?) * re-enabled the sse plugins on win32 as we don't have anymore alignment issues. * fixed typo in vout_directx.c
-
- 04 Apr, 2002 4 commits
-
-
Christophe Massiot authored
* Disabled memcpyaltivec since it's buggy
-
Christophe Massiot authored
* asm memcpyaltivec for Linux/PPC
-
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.
-
- 03 Apr, 2002 6 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.
-
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.
-
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 3 commits
-
-
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
-
Christophe Massiot authored
-
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.
-