]> git.sesse.net Git - vlc/history - modules/video_output/sdl.c
Fix memleak in sdl video output. (string passed to setenv have to be freed after).
[vlc] / modules / video_output / sdl.c
2008-07-31 Rémi DuraffortFix memleak in sdl video output. (string passed to...
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-06-28 Rémi DuraffortRemove unused variables.
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-02 Antoine CellerierEnforce --no-overlay option in SDL video output.
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi DuraffortFix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgo...
2008-05-26 Jean-Philippe AndréBugfix: non disparition of the Qt Popup Menu with X11...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-13 Rémi DuraffortFix compilation error with SDL under 1.2.10
2008-01-07 Rémi DuraffortRevert [23969] because mutex aren't needed
2008-01-02 Rémi DuraffortLimit mouse-x and mouse-y in sdl video_output module...
2008-01-02 Rémi DuraffortRemove useless test
2008-01-02 Rémi DuraffortFix an error in key handling with sdl
2008-01-01 Rémi DuraffortLittle correction of the double-clicks detection under sdl
2008-01-01 Rémi DuraffortUse the screen resolution in fullscreen
2008-01-01 Rémi Duraffortadd mutex to the sdl video_output
2007-12-28 Rémi DuraffortImprove Aspect Ratio and Crop support
2007-12-24 Rémi Duraffortimprove sdl video output. If there is some stupidities...
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-Courmontuse var_GetGlobalMutex
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-01 Antoine CellerierAdd new --sdl-chroma option to force the used chroma.
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-01-12 Antoine CellerierFSF address change.
2005-10-18 Marian Durkovicprepare video outputs for display size not equal to...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-04-15 Christophe Massiot * ALL: x86-64 fixes.
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-28 Sam Hocevar * Spelling fixes.
2004-06-07 Laurent Aimar all: don't use input_Seek. Btw, sdl shouldn't do the...
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-05-04 Sam Hocevar * ./modules/video_output/sdl.c: avoid crashes at...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-17 Sam Hocevar * ./modules/video_output/sdl.c: fixed an endianness...
2003-02-10 Christophe Massiot* modules/video_output/sdl.c: Real fix for the aout_Vol...
2003-02-10 Marc Ariberti * sdl.c : added includes (vlc/aout.h & aout_internal.h)
2003-01-13 Sam Hocevar * ./modules/video_output/sdl.c: protected libSDL...
2003-01-09 Sam Hocevar * ./modules/video_output/sdl.c: fixed visible picture...
2002-12-23 Jean-Paul SamanSet priority of sdl video output to 60 iso 40. So it...
2002-10-17 Sam Hocevar * ./modules/video_output/sdl.c: mouse coordinates...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-19 Christophe Massiot* Audio volume management now works properly. See src...
2002-08-13 Sam Hocevar * ./modules/audio_output/oss.c: we spare a variable...