- 20 Apr, 2002 4 commits
-
-
Tristan Leteurtre authored
. Url & mailing-lists corrections
-
Gildas Bazin authored
* the last category from the config options wasn't displayed.
-
Jean-Paul Saman authored
-
Loïc Minier authored
-
- 19 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: internationalized all configuration strings. * ./src/interface/main.c: we now set LC_CTYPE to get the right charset. * ./src/misc/configuration.c: lots of simplifications in the code. * ./po/vlc/pot: updated translations.
-
- 18 Apr, 2002 5 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* ./vlc.spec: fixed build dependencies. * ./configure.in: when -lintl is available, we now also link plugins with it.
-
Sam Hocevar authored
* ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh. * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
-
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 3 commits
-
-
Christophe Massiot authored
picture in the screen, and make the remaining space black instead of white, PLEASE drop me a mail !
-
Johan Bilien authored
This should fix the problem that occured when reading a file directly extracted from a satellite card. * UDP access plugin uses input_SetProgram.
-
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.
-
- 16 Apr, 2002 2 commits
-
-
Christophe Massiot authored
* MacOS X interface shouldn't take as much CPU as it used to ; * Fixed a bug in Altivec-enabled MC (thanks walken) ; * Fixed a case of segfault in Altivec-enabled memcpy.
-
Johan Bilien authored
-
- 15 Apr, 2002 4 commits
-
-
Christophe Massiot authored
inspired by Gildas Bazin.
-
Johan Bilien authored
* added options to configure antenna (sat_lnb_lof1, sat_lnb_lof2, sat_lnb_slof and sat_diseqc). They only appear if satellite input is compiled.
-
Johan Bilien authored
(switch i {case 1: i=1;break; case 2: i=2: ... I'd better got to bed ;)
-
Johan Bilien authored
failure case, symbol rate limits in gnome interface were wrong) * added FEC choice in command line, gtk and gnome interfaces. Command line is now satellite:<frequency(Hz)>,<polarization(0=V,1=H)>,<fec(1=1/2,2=2/3...)>, <symbol rate(kbyte/s)>
-
- 11 Apr, 2002 2 commits
-
-
Tony Castley authored
-
Sam Hocevar authored
* ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper for the Win32 API.
-
- 10 Apr, 2002 8 commits
-
-
Johan Bilien authored
* fixed another bug in PS demux : the first program added was at the same time declared as the current program and as a new program, which made the ES be selected two times.
-
Johan Bilien authored
* fixed a bug in input_SetProgram, that made the ps file input launch without video. Sorry about this.
-
Tony Castley authored
-
Loïc Minier authored
-
Sam Hocevar authored
* ./configure.in: fixed a bug in the libdvdread detection. * ./configure.in: fixed plugin compilation under Win32.
-
Sam Hocevar authored
* ./vlc.spec: imported MandrakeSoft's enhancements.
-
Sam Hocevar authored
* ./doc/developer/decoders.xml: fixed a typo preventing compilation.
-
Sam Hocevar authored
* ./plugins/aa/aa.c: we now parse the AAOPTS environment variable. * ./plugins/aa/aa.c: a few simplifications in the code.
-
- 08 Apr, 2002 1 commit
-
-
Johan Bilien authored
* made file access plugin use input_SetProgram so that we may change program when reading a file * fixed a bug in input_SetProgram * added --input_program <int> option, to choose the program from the command line
-
- 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.
-
- 06 Apr, 2002 2 commits
-
-
Sam Hocevar authored
* ./doc/release-howto.txt: updated documentation. * ./vlc.spec: added missing plugin filenames to the build process.
-
Sam Hocevar authored
* ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips. * ./Makefile: fixed make dist and make distclean. * ./plugins/dvd/dvd.c: compilation fix. * ./plugins/gtk/gtk_callbacks.c: fixed ejection code. * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin. * ./vlc.spec: updated specfile.
-
- 05 Apr, 2002 6 commits
-
-
Sam Hocevar authored
* ./Makefile, ./configure.in: misc BeOS build fixes.
-
Jon Lech Johansen authored
* ./plugins/macosx/vout_macosx.c: memalign -> vlc_memalign
-
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
-