An error occurred fetching the project authors.
- 08 Jan, 2007 1 commit
-
-
Damien Fouilleul authored
-
- 07 Jan, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 14 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 07 Dec, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 27 Oct, 2006 1 commit
-
-
Damien Fouilleul authored
- cleanup
-
- 26 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 22 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
-
- 14 Sep, 2006 1 commit
-
-
Damien Fouilleul authored
- ActiveX: support for libvlc and common scripting APIS, widl has replaced midl as default IDL compiler
-
- 02 Apr, 2006 1 commit
-
-
Damien Fouilleul authored
- commit output of MIDL compilation otherwise changes don't make it into the build
-
- 21 Aug, 2005 1 commit
-
-
Damien Fouilleul authored
all: reworked ActiveX plugin, which now works properly with .NET (tested with Visual Basic Express 2005) added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target without programming.
-
- 11 May, 2005 1 commit
-
-
Damien Fouilleul authored
src/libvlc.c,include/vlc/vlc.h, include/variables.h: added a new a API to libvlc called VLC_VariableType, this API allows to retrieve the type of a VLC variable. this API is very useful for binding with highlevel languages, such as javascript, VBScript, etc... which allow for weakly typed variables such as Javascript. in order to support the VLC_VariableType API, i've had to move the variable type definitions from variables.h to vlc/vlc.h vlccontrol.cpp, axvlc.idl, axvlc.tlb, axvlc_idl.h: added a getVariable and setVariable to provide support for VLC_GetVariable and VLC_SetVariable respectively,and requires the new VLC_VariableType API. main.cpp, viewobject.h, viewobject.cpp: support for advise on viewobject
-
- 02 Mar, 2005 1 commit
-
-
Steve Lhomme authored
-
- 17 Feb, 2005 1 commit
-
-
Damien Fouilleul authored
- self registration (Internet installation now possible)
-
- 19 Jan, 2005 1 commit
-
-
Damien Fouilleul authored
-
- 25 Jan, 2004 1 commit
-
-
Clément Stenac authored
* Removed trailing spaces
-
- 19 Jan, 2003 1 commit
-
-
Sam Hocevar authored
the GetProgramPath call, stored the path in p_libvlc instead. Fixes compilation under anything other than OS X.
-
- 02 Apr, 2002 1 commit
-
-
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.
-
- 06 May, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed a few warnings with gcc 3.0. * aout and vout are now allocated in banks, making it possible to have several of them at the same time. * configure now checks for MMX and MMX EXT support in the assembler. * Removed all MMX code from the main program and moved it to the existing idct modules (Closes: Debian bug #96036). Don't forget to make distclean before building vlc again.
-
- 12 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>. * Updated icons. * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c. * Created darwin_specific.c to store the program path at boot time. (XXX: check that it didn't break the OS X port) * Fixed a warning in netutils.c.
-
- 21 Mar, 2001 1 commit
-
-
Sam Hocevar authored
* Header cleaning: filled all empty authors fields, added CVS $Id stuff. * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>. * Fixes to configure.in, Makefile.in and main.c (Altivec detection) by Eugenio Jarosiewicz <ej0@cise.ufl.edu>. * Added Colin and Eugenio to the AUTHORS file.
-
- 04 Jul, 2000 1 commit
-
-
Sam Hocevar authored
Voil� le changelog appoximatif : . fichier INSTALL plus clair . vir� quelques warnings . *PATH sont maintenant d�finis dans config.h . quelques fautes d'orthographe . l'option --enable-ppro n'est pas mise par d�faut car elle ne fonctionne pas sur un K6-2 . nouvelle API des plugins . le client framebuffer ne d�truit plus la console quand on quitte . r�paration de la YUV 8 bits . mise des YUV en plugins . transfo YUV 32bits MMX chour�e dans la libmpeg2
-
- 24 May, 2000 1 commit
-
-
Sam Hocevar authored
licences. Et puis �a peut arriver � tout le monde :)
-
- 19 Apr, 2000 1 commit
-
-
Jean-Marc Dressler authored
En cadeau bonux un nouvel input_file qui permet de lire les vob. Il faur rajouter la ligne suivante dans vlc.init: spawn-input method=10 filename=braindead
-
- 03 Mar, 2000 1 commit
-
-
Sam Hocevar authored
le flood, c'est la derni�re fois. . apr�s le demoronifier, le GPLifier: il y a les ent�tes de la GPL dans chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre nom dans chaque fichier qui est votre oeuvre ou auquel vous avez particip�, pour qu'on sache qui a fait quoi. Pas de fausse modestie, c'est plus pour des raisons pratiques que pour la gloire. . rajout de -lthreads pour que �a linke sous Hurd . rajout de quelques #include pour que �a compile sous FreeBSD (d'ailleurs �a compile mais �a ne linke pas, je ne sais pas comment linker avec la libpthread sur la machine de Dae) . quelques #ifdef SYS_BSD �� et l�.
-
- 19 Feb, 2000 1 commit
-
-
Michel Lespinasse authored
Bon ben voila, j'ai commence a bouger les .h comme je voulais le faire... C'est encore un peu le bordel et j'en suis desole. Mais je compte bien deplacer des trucs jusqu'a ce que ca soit a nouveau bien range :)
-
- 13 Feb, 2000 1 commit
-
-
Sam Hocevar authored
D�sol� pour le flood. Les en-t�tes de fonctions ne font plus 81 caract�res, et il n'y a plus d'espaces inutiles, Tous les trailing spaces ont disparu, j'ai essay� de v�rifier que �a ne p�tait rien, mais j'ai pu oublier un truc con. J'accepte tous types de ch�timents � base d'orties fra�ches. D�sol� d'avoir aussi modifi� les fichiers de ceux qui formataient bien proprement leurs en-t�tes � 80 et pas 79 sans emb�ter personne, mais j'ai d� choisir entre les deux. Dor�navant ce serait bien de formater les en-t�tes et les commentaires justifi�s � droite � 79 colonnes, ou au pire � 80. . 1343 moronic long lines destroyed . 12893 trailing spaces eradicated . 115 ugly macros fixed . 959 innocent a_bit_long lines shortened But hey, 40054 lines were OK !
-
- 20 Sep, 1999 1 commit
-
-
Christophe Massiot authored
--Meuuh
-