An error occurred fetching the project authors.
- 20 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* Updated version number to 0.2.62. Release tonight. * DVD plugin is still non-functional when you don't have DVD ioctls, but at least it compiles under BeOS as well. * Minor cosmetic changes here and there.
-
- 16 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* Upgraded version number to 0.2.61. Release is today. * Fixed package building (both RPMs and .debs). * Fixed `make snapshot' rule. * Added some magic to filename detection. To read a DVD you now just need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs. * Fixed a segfault in the slider when no stream was playing. * Made the slider go from 0 to 100 (instead of 99 :) * The vlc now doesn't exit when finished playing. As a side effect of the playlist code being very recent, it continuously loops.
-
- 14 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* started porting the X11 vout (still disabled) * a few unnoticeable changes in the Gnome intf
-
- 05 Feb, 2001 1 commit
-
-
Sam Hocevar authored
. patched 2 debian bugs (see http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=vlc) . improved the snapshot generation
-
- 31 Jan, 2001 1 commit
-
-
Sam Hocevar authored
. version 0.2.50 for the Linux Expo . --overlay and --fulscreen options (only work with --vout sdl) . the vlc exits after the end of the stream, which prevents from having to kill it and relaunch it during a presentation, just script it like : for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one who redefines vout_sys_t in an interface-related source file. I won't change it until the vout/intf is finished being rewritten. Additional information: if "--overlay --fulscreen" doesn't center your picture, try with your screen geometry, eg: "--overlay --fullscreen --width 1024 --height 768"
-
- 19 Jan, 2001 1 commit
-
-
Sam Hocevar authored
. changed program version to 0.2.5 (preparing 0.3.0 release). . changed codename to Urumov . cleaned a lot of stuff in the Debian package generation. If anyone objects with the versioning scheme, let's fight in the dirt and sort that out. Or change it yourself. Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
-
- 24 Oct, 2000 1 commit
-
-
Sam Hocevar authored
* changements mineurs dans les fichiers Debian.
-
- 28 Aug, 2000 1 commit
-
-
Sam Hocevar authored
-
- 22 Aug, 2000 1 commit
-
-
Sam Hocevar authored
* temporarily got rid of vlc.channels. * added notice in debian/control about unencrypted DVDs. * fixed PowerPC .deb build.
-
- 16 Aug, 2000 1 commit
-
-
Sam Hocevar authored
* changed "pentiumpro" to "ppro" in the ./configure, it was misleading. * prepared 0.1.99g
-
- 15 Aug, 2000 1 commit
-
-
Sam Hocevar authored
-march=pentium directive. thanks Meuuh, blame sam. * fixed a warning in main.c. * separate Debian packages. * added request for ALSA support in the TODO list.
-
- 14 Aug, 2000 1 commit
-
-
Sam Hocevar authored
* fixed the fscked up Bresenham algorithm in all YUV functions.
-
- 13 Aug, 2000 2 commits
-
-
Sam Hocevar authored
cannot do scaling :-) * fixed a few long lines. * _almost_ fixed 8bpp YUV.
-
Sam Hocevar authored
* fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
-
- 08 Aug, 2000 2 commits
-
-
Sam Hocevar authored
piti�, pour ne laisser que � vlc �, � gvlc � (gnome) et � fbvlc � (framebuffer) ; les autres restent bien entendu accessibles avec par exemple � vlc --vout ggi �. . IMPORTANT - nouvelle option --synchro pour forcer un type de synchro. Pour le moment les options possibles sont : --synchro I /* n'affiche que les I */ --synchro IP /* affiche les I et toutes les P */ --synchro IP+ /* affiche les I, les P, et la moiti� des B */ --synchro IPB /* affiche toutes les images */ Toute autre valeur de --synchro sera ignor�e et c'est l'algo par d�faut bas� sur la consommation de processeur qui sera utilis�. Notez que si vous en demandez trop au vlc, il va bien entendu planter, ou tout du moins remplir sa fifo comme un gros cochon. On n'y peut pas grand chose, c'est la vie.
-
Sam Hocevar authored
. version 0.1.99f . divers fixes dans la cr�ation des packages
-
- 07 Aug, 2000 1 commit
-
-
Sam Hocevar authored
* removed float operations in the video decoder, and all emms asm functions * borrowed linuxvideo's MMX motion compensation * fixed an undefined symbol in the MMX YUV plugin Meuuh & Sam.
-
- 30 Jul, 2000 1 commit
-
-
Sam Hocevar authored
. fix de certaines fonctions qui devraient �tre inlin�es . gain de place dans la YUVMMX
-
- 20 Jul, 2000 1 commit
-
-
Sam Hocevar authored
plus vraiment avec la structure actuelle du vlc . pr�paration de la 0.1.99e
-
- 19 Jul, 2000 1 commit
-
-
Sam Hocevar authored
fait gagner plus de 0.8% en vitesse, ce qui peut para�tre peu, mais en fait au bout de 35 fois on aura d�pass� 30% de gains. . remise de l'ancienne taille d'image par d�faut
-
- 11 Jul, 2000 1 commit
-
-
Sam Hocevar authored
-
- 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
-
- 23 Jun, 2000 1 commit
-
-
Sam Hocevar authored
-
- 20 Jun, 2000 1 commit
-
-
Sam Hocevar authored
. rajout des plugins dummy m�me pour BeOS.
-
- 18 Jun, 2000 1 commit
-
-
Sam Hocevar authored
-
- 17 Jun, 2000 1 commit
-
-
Sam Hocevar authored
. ajout� un ChangeLog . updat� le README
-