]> git.sesse.net Git - vlc/history - src/misc/win32_specific.c
Do not leak the IPC helper - might fix #1598
[vlc] / src / misc / win32_specific.c
2008-08-02 Rémi Denis-CourmontDo not leak the IPC helper - might fix #1598
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-23 Rémi Denis-CourmontCode factorization
2008-05-08 Rémi Denis-CourmontWin32: kill the Win64-induced warning
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-04-30 Jean-Baptiste KempfWin64 compatible modifications around set/getWindowLong
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-09 Jean-Baptiste KempfWindows compile fix.
2008-03-09 Jean-Baptiste KempfUse GetWindowLongPtr instead of GetWindowLong to be...
2008-02-27 Jean-Baptiste KempfSrc: change Windows Timer Precision, ref #264. Patch...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-08 Pierre d'Herbemontvlc_os_specific.h: Use const for argv.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-15 Christophe MutricyExport a function to get the install dir of VLC from...
2007-10-01 Rémi Denis-CourmontReally fix playlist enqueue
2007-10-01 Rémi Denis-CourmontFix playlist enqueue RPC
2007-09-23 Rémi Denis-CourmontPass --playlist-enqueue from started instance to runnin...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-08-16 Damien Fouilleullibtool: added support for libtool executable wrapper...
2007-05-20 Antoine Cellerier* libvlc.h: hopefully fix a few warnings.
2007-05-20 Antoine Cellerier* add missing includes (trying to fix compilation error...
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-12 Marian DurkovicMove __wgetmainargs into VLC's main.
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Marian DurkovicMove unicode argv[] fetching into system_Init
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-08 Marian DurkovicFix one instance mode for Win32 in trunk
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-15 Christophe MutricyThose files where forgoten in [16658]
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-06-20 Rémi Denis-CourmontThere is no such a thing as Winsock 2.0. Use version...
2006-05-15 Clément StenacLast fix for win32 ?
2006-04-07 Antoine CellerierWin32 specific changes: Add --started-from-file option...
2006-02-25 Antoine CellerierRevert [14452] as it broke the mozilla plugin. We need...
2006-02-21 Antoine CellerierFix running vlc from path in windows (see http://forum...
2006-01-12 Antoine CellerierFSF address change.
2005-10-11 Damien Fouilleulundoing zcot's screensaver patch, better luck next...
2005-10-10 Felix Paul Kühne* applied zcot's screensaver patch. Thanks for the...
2005-09-09 Gildas Bazin* src/misc/win32_specific.c: fixed minor memory leak...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-14 Antoine Cellerier* add --playlist-enqueue option ( win32 only )
2005-02-15 Gildas Bazin* ALL: WinCE build fixes.
2004-11-23 Gildas Bazin* src/misc/win32_specific.c: unicode portability fixes.
2004-11-02 Gildas Bazin* src/misc/win32_specific.c: mozilla plugin fix.
2004-10-08 Gildas Bazin* src/misc/win32_specific.c, modules.c: WinCE improveme...
2004-10-05 Gildas Bazin* src/misc/*, src/extras/libc.c: bunch of WinCE fixes.
2004-10-04 Gildas Bazin* src/misc/win32_specific.c: WinCE build fixes.
2004-03-31 Gildas Bazin* src/misc/win32_specific.c: compilation fix.
2004-01-29 Gildas Bazin* modules/codec/speex.c, src/misc/win32_specific.c...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Clément Stenac* String review, round one
2004-01-09 Gildas Bazin* ALL: MSVC compilation fixes.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2004-01-06 Clément Stenac- src/misc/win32_specific: compilation fix for win32...
2003-12-09 Gildas Bazin* src/misc/mtime.c: fixed an overflow in mdate() on...
2003-12-02 Gildas BazinALL: MSVC compilation fixes to libvlc.
2003-10-03 Sam Hocevar * src/misc/win32_specific.c: minor code clean-up.
2003-09-29 Gildas Bazin* include/os_specific.h, src/libvlc.[c,h], src/misc...
2003-07-31 Gildas Bazin* src/misc/win32_specific.c: change the mode of stdin...
2003-07-18 Gildas Bazin* src/libvlc.h: disabled the encoders config options...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-17 Sam Hocevar * ./src/misc/win32_specific.c: under Win32 we retriev...
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2002-11-10 Sam Hocevar * ALL: WinCE compilation fixes (mostly nonexistent...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-11-07 Gildas Bazin* INSTALL.win32, include/vlc_config.h, src/libvlc.h...
2002-10-04 Gildas Bazin* src/misc/threads.c, src/misc/win32_specific.c, includ...
2002-09-17 Sam Hocevar * ./src/libvlc.c: switched the position of msg_Create...
2002-08-11 Gildas Bazin* src/misc/configuration.c: bugfix (don't initialize...
2002-07-29 Gildas Bazin* include/vlc_threads.h,include/main.h,src/misc/threads...
2002-06-08 Sam Hocevar * ./include/vlc_threads.h, ./src/misc/threads.c:...
2002-06-02 Gildas Bazin* ./include/os_specific.h: changed prototype of system_...
2002-06-01 Sam Hocevar * ./plugins/dummy/intf_dummy.c, ./plugins/chroma...
2002-06-01 Sam Hocevar * ./src/misc/beos_specific.cpp: BeOS fixes, removed...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-04-27 Gildas Bazin* moved the function definitions from threads.h into...
2002-04-02 Gildas Bazin* New pthread implementation for WinNT/2K/XP. This...
2001-12-30 Sam HocevarSome heavy changes today:
2001-12-09 Sam Hocevar * COMPLETE CVS BREAKAGE !! The MAIN branch is going...
2001-11-28 Christophe Massiot* Added error checking in pthread wrapper ; as a result...
2001-11-14 Jon Lech JohansenThe default file-translation mode was not being set...
2001-11-12 Sam Hocevar * Fixed the vlcs communication issue by initializing...