An error occurred fetching the project authors.
- 02 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>. Notes: o I called it 'directx' instead of 'windx' because it made a lot more sense to me. o Completely untested. I didn't manage to compile it yet. o Code in vout_directx.c will go through a big rewrite when vout 4 is finished. Xav is already working on this.
-
- 30 May, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed the BeOS compile typo. * The ALSA plugin is back. * A gift for Gildas: plugins don't rely on backlinking any more. The drawback is the dirty magic in include/modules_export.h which has to be included whenever a module needs one of the functions in it. But a) we should less and less rely on those functions b) no plugin code modification was needed The BeOS and MacOS X modules may be broken when compiled as plugins, I'll check this later when I can reboot under BeOS.
-
- 28 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Coding style fixes here and there. * Miscellaneous QNX compile fixes. * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>. * Added Marcari and Gildas to the AUTHORS file. (I commited the mingw32 port because it doesn't add any new code outside the #ifdefs, but we won't tell a word about it for the moment. We don't really need windows users whining about bugs, do we ?)
-
- 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.
-
- 20 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* Ported Glide and MGA plugins to the new module API. MGA never worked, so this didn't make it work better. * Started thinking about built-in modules, and added some code to make it easier eventually. * Added Oct in the AUTHORS file. * Fixed a mistake in configure.in. * All your base are belong to us. * Fixed a bug in src/misc/modules which prevented loading modules when launched from the Tracker. * Fixed a similar bug in src/video_output/video_text.c. * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com> who ported the Linux DVD ioctls. We can now read encrypted DVDs under BeOS ! Woohoo.
-
- 14 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* started porting the X11 vout (still disabled) * a few unnoticeable changes in the Gnome intf
-
- 13 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* added --intf option to vlc * started cleaning vout_sdl.c * the dummy plugin works again * added a slider to the Gnome interface so that we can browse through streams There is a problem with the slider: we sometimes get unexpected async replies, which would mean that we don't properly lock our Xlib calls. Which is true. But we also get these errors when using `--vout dummy'. I'll investigate.
-
- 11 Feb, 2001 1 commit
-
-
Sam Hocevar authored
Beginning of Interface II --------------------------- * Plugins have completely disappeared, we now only use the new module API. * All intf and vout modules are now independant. So far, only the Gnome intf module and the SDL vout module have been ported. configure.in has been modified to reflect the changes (x11 and dummy aren't compiled by default anymore, while SDL and Gnome are). Note that this is _not_ Interface II, it's just a step forward. For instance, it lacks the whole message passing scheme. Things that should work: * Right-clicking on the SDL video output window brings the Gnome menu. * Pause, Play, Exit, About work from the menu or from the interface window. * The old SDL keys still work. Things that are broken or may be broken: * Xlib calls are not locked yet, which may lead to "Unexpected async reply" errors, and make the vlc segfault. * Sound only works for the first file. * The SDL vout_sdl.c file is absolutely ugly and kludgey. * The vlc immediately quits when no filename is given as an argument. Not a real bug, but still annoying. * The Gnome menu does not work in fullscreen mode. Things that will come soon, maybe tomorrow: * Complete navigation buttons (fast forward, slow, etc.). * File/Open menu to add files to the playlist. * Return of the X11 video output for those of us who do not have SDL. * Textmode interface for those of us who do not have Gnome. * aout and vout autospawn (maybe).
-
- 17 Jan, 2001 1 commit
-
-
Sam Hocevar authored
. removed a few useless malloc() and unused variables in the audio SDL stuff . prepared the work for built-in modules (not yet finished)
-
- 16 Jan, 2001 1 commit
-
-
Pierre Baillet authored
please try. - modified configure.in and all that stuff. Re-run configure - SDL audio, video and interface are all part of the same .so now. - remove YUV old files :->
-
- 09 Jan, 2001 1 commit
-
-
Pierre Baillet authored
.Tried to add it to stable, failed, probably because of the initialisation codes which are differents...
-
- 05 Jan, 2001 1 commit
-
-
Sam Hocevar authored
. this is a coding style patch which removes all "foo(bar){" constructions and most of the tabulations. . also, fixed a bug in the default subtitle track. . and made a few error messages more explicit, ie. changed "error: %s" to "foo error: couldn't initialize bar (%s)"
-
- 21 Aug, 2000 3 commits
-
-
Sam Hocevar authored
. removed a verbose message in intf_sdl.c
-
Pierre Baillet authored
.removed the YUV thing from the SDL .cleaned up the makefile to remove it .UNTESTED (seems to compile).
-
Pierre Baillet authored
. The interface part: . created intf_AssignKey, intf_getKey and intf_AssignNormalKeys these new function are a first abstraction of the the key handling system. It makes use of a new structure in the interface : p_keys. . AssignNormalKeys is commonly used in all the interface plugins. AssignKey is used to allow the SDL interface to react nicely. . Now the plugin struct element psz_filename is filled (and freed at the end of the program). . the SDL plugin: works but does only display a green screen for now. so don't use it ! . Please try and compile the client on your box with this version. I've tried a few output plugin but not all.
-
- 18 Aug, 2000 2 commits
-
-
Sam Hocevar authored
. added the vlc-sdl package in the Debian control files
-
Pierre Baillet authored
* Added SDL plugin * support fullscreen display with --display fullscreen * complete keyboard handling * Added --enable_sdl to configure Octplane.
-
- 30 Jul, 2000 1 commit
-
-
Sam Hocevar authored
. les aliases "gvlc" "fbvlc" "ggivlc" fonctionne comme il faut
-
- 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
-