An error occurred fetching the project authors.
- 05 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* Updated things and stuff for 0.2.80 release.
-
- 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.
-
- 28 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Updated debian control files and disabled ALSA for this version.
-
- 16 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Merged Makefile.common and Makefile.modules.in into Makefile.modules * Updated version number and ChangeLog to 0.2.72 * Additional plugin Makefile cleaning, probably the last.
-
- 13 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Updated version number to 0.2.71 (release today). * Merged 6 months of CVS logs to the ChangeLog file. The vlc changelog can now be viewed here: http://www.videolan.org/vlc/changelog.html * Fixed a lintian error in debian/rules. * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
-
- 07 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Updated version information in RedHat and Debian package control files.
-
- 15 Mar, 2001 1 commit
-
-
Sam Hocevar authored
* Bug fixes and enhancements in the Gtk+/Gnome interfaces. o the slider should behave correctly and stop jumping here and there (this bug is _not_ related to Stef's similar bug) o added an "open network" menu (useless since the input doesn't handle it properly yet) o tried to reorganize gnome_callbacks.c and gtk_callbacks.c o stream date is now displayed instead of percentage o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h * Changed documentation and package creation files. o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796) o removed useless or outdated documentation from doc/* o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1 * Added basic Qt interface. o working features: slide bar, open file, toolbar, popup menu o added "qvlc" alias, equivalent to "vlc -I qt" o known issues : no "open disc" or "open network" menus yet the IntfWindow class is never cleaned on destruction the popup menu always pop at the middle of the screen * Misc fixes/updates. o renamed netutils.h functions from input_* to network_* o renamed *plst* files and functions to *playlist* (it was stupid from me to name them "plst") o made a few input error messages more meaningful o added -I, -A and -V short flags, corresponding to --intf, --audio and --video I got a lot of conflicts on this commit, lart me if I forgot a file or made old bugs reappear.
-
- 05 Mar, 2001 2 commits
-
-
Sam Hocevar authored
* fixed headers for FreeBSD compilation. * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
-
Sam Hocevar authored
* Everything in place for the 0.2.63 release. * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a linux-kernel like author list. * Updated TODO list. * Fixed a segfault in the BeOS interface when --noaudio was specified. * Title and Chapter selection in the Gnome and Gtk+ interfaces.
-
- 03 Mar, 2001 1 commit
-
-
Sam Hocevar authored
* Added debian/* files to help generating CSS-enabled non-US packages, and changed plugins/dvd/* to reflect this change. * Added .xpm icons (fixes lintian warnings). * --help output and manpage are now in sync (Closes Debian bug #87478). * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
-
- 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
-