- 19 Dec, 2000 1 commit
-
-
Pierre Baillet authored
-
- 18 Dec, 2000 1 commit
-
-
Arnaud de Bossoreille de Ribou authored
4:2:0 streams. - Removed vout code found in intf file to support fullscreen switching. Now only vout_SDL updates SDL data and intf only switch flags such as b_reopen_display and b_fullscreen in p_vout->p_sys. - Fixed a var name typo in input_programs.c which prevents vlc from compiling with --enable-debug option. (i_es_pid -> i_es_id :) There's a segfault in the termination process due to sdl, I don't really know what is the problem and I have to work today. Help me! Good night suckers. I love you too :p
-
- 17 Dec, 2000 1 commit
-
-
Pierre Baillet authored
- "y" key switch between SDL and vlc YUV - autodetection of Overlay support - soon to come, colors :P
-
- 05 Dec, 2000 1 commit
-
-
Christophe Massiot authored
-
- 01 Dec, 2000 1 commit
-
-
Sam Hocevar authored
-
- 30 Nov, 2000 1 commit
-
-
Pierre Baillet authored
. Fixed a SDL API change about clipping (?).
-
- 29 Oct, 2000 1 commit
-
-
Stéphane Borel authored
.Removed mouse cursor in fullscreen mode .Changed bits-per-pixel during window creation to X11 current depth Although bits-per-pixel was initialized to 15 in every cases, the quality changed when we switched X11 depth; so I don't know the real effect of this constant in SDL.
-
- 25 Oct, 2000 2 commits
-
-
Stéphane Borel authored
Actually, I don't know why SDLclose was commented out.
-
Stéphane Borel authored
The vlc gives a segfault when exiting if you use sdl. I still don't know why
-
- 29 Aug, 2000 1 commit
-
-
Pierre Baillet authored
... still dirty, but the earthquake is coming...
-
- 28 Aug, 2000 2 commits
-
-
Pierre Baillet authored
. Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/) . Prayed for a good indentation ;).
-
Sam Hocevar authored
* fixed the --server option which didn't work if a ~/.vlcrc existed.
-
- 24 Aug, 2000 2 commits
-
-
Pierre Baillet authored
-
Pierre Baillet authored
Some news things: . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to . added a keystrokes.h include which contains a generic name of all the VLC keys binding . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL). . next step: move all the interface dependent parts (such as the getKey function) to the plugins. Hope this will run on your boxes...
-
- 21 Aug, 2000 4 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.
-
Sam Hocevar authored
* added hints for powerpc build. * fixed the input_file exit bug. * fixed a Makefile bug which removed the CVS directory. * removed the frame statistics output.
-
- 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.
-