]> git.sesse.net Git - vlc/history - plugins/sdl/vout_sdl.c
* Ported Glide and MGA plugins to the new module API. MGA never worked,
[vlc] / plugins / sdl / vout_sdl.c
2001-02-20 Sam Hocevar * Ported Glide and MGA plugins to the new module...
2001-02-19 Christophe Massiot* Kludge of the kludge, removing an oddity in YUV initi...
2001-02-17 Sam Hocevar * Tried to fix the BeOS interface and video output...
2001-02-16 Sam Hocevar * Fixed a segfault in the input thread creation, as...
2001-02-15 Sam Hocevar * removed useless includes in intf_gnome.c
2001-02-15 Sam Hocevar * X11 output works again. It's just the output, but...
2001-02-13 Sam Hocevar * added --intf option to vlc
2001-02-12 Sam Hocevar . removed tests against i_rate and i_new_rate calculat...
2001-02-12 Sam Hocevar * Fixed my old stupid bug that disabled sound after...
2001-02-12 Sam Hocevar * The pure Gnome part of the Gnome interface has been...
2001-02-11 Sam Hocevar Beginning of Interface II
2001-02-06 Damien Lucas. Fixed a FIXME in SDL: p_vout->p_sys is no more used...
2001-02-05 Sam Hocevar . disabled SDL parachute to let the vlc dump a core...
2001-02-05 Damien Lucas. Mouse pointer hidden/shown with middle button in...
2001-01-31 Sam Hocevar . version 0.2.50 for the Linux Expo
2001-01-15 Renaud Dartus* Fixed close button support in SDL
2001-01-15 Sam Hocevar . fixed the bug-that-made-the-vlc-segfault-on-exit...
2001-01-09 Sam Hocevar . just removed a forgotten debug message in the setpal...
2001-01-09 Pierre Baillet.Added 8bits palette SDL support.
2001-01-08 Arnaud de Bossorei... - maybe found the fullscreen bug, please test :)
2001-01-08 Arnaud de Bossorei... - fixed colors' bug (TODO: write a function in vout...
2001-01-08 Arnaud de Bossorei... - cleaning of SDL Lock/Unlock Surface.
2001-01-07 Pierre BailletNoSEGfault Kl�dge added.
2001-01-05 Sam Hocevar(previous commit foired)
2001-01-04 Arnaud de Bossorei... - fixed pitch bug;
2000-12-22 Arnaud de Bossorei... - sdl resising rulze, still buggy
2000-12-22 Sam Hocevar . no need to add "\n" at the end of intf_*Msg() messag...
2000-12-19 Arnaud de Bossorei... - one typo.
2000-12-19 Arnaud de Bossorei... sdl plugin :
2000-12-19 Pierre Baillet- fixed the ratio/position problem in YUV, now patching...
2000-12-18 Arnaud de Bossorei... - Hardware YUV overlay (SDL) with real colors ;p...
2000-12-17 Pierre Baillet- partial SDL YUV support (green stream for now, please...
2000-12-01 Sam Hocevar . re-changement de vout_sdl.c pour que �a fonctionne...
2000-11-30 Pierre Baillet. Fixed a segfault
2000-10-29 Stéphane Borel.Added window title in sdl output
2000-10-25 Stéphane Borel. Fixed segmentation fault when sdl output exits.
2000-10-25 Stéphane Borel. Fixed the sdl plugins to match the changes in the...
2000-08-28 Pierre Baillet. Added a 'f' shortcut to the SDL output (fullscreen...
2000-08-21 Pierre BailletA few new things:
2000-08-21 Sam Hocevar * removed CCFLAGS flags which were improperly used.
2000-08-18 Pierre BailletMy first contribution.