]> git.sesse.net Git - vlc/history - bin
l10n: Marathi update
[vlc] / bin /
2013-06-16 Rémi Denis-Courmontvlc: use libvlc_set_app_id()
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-03-14 Jean-Baptiste KempfWin32: move MessageBox error from libVLC to vlc.exe
2013-02-23 Rémi Denis-CourmontRemove old Nokia N900 hacks
2013-01-15 Jean-Baptiste KempfWinVLC: use _snwprintf that is conforming to the standard
2012-12-05 Jean-Baptiste KempfWin32: better uploading messages for crashes
2012-12-03 Rafaël CarréRewrite inhibit.c as an "inhibit" interface
2012-11-30 Rémi Denis-Courmontvlc: return non-zero exit code if starting failed
2012-11-01 Rémi Denis-Courmontvlc: start hotkeys interface explicitly
2012-10-20 KO Myung-Hunvlc: Convert command line arguments to UTF-8 on OS/2
2012-10-12 Rémi Denis-CourmontWin32: match resource character encoding (fixes #7567)
2012-09-09 Rémi Denis-CourmontDefine explicit makefile variable for libpthread
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/control/dbus/ and clean...
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-23 Jean-Baptiste KempfWin32: display stacktrace before modules list
2012-08-04 Rémi Denis-CourmontUse STD*_FILENO constants where applicable
2012-07-12 Rémi Denis-Courmontwinvlc: enable improved gettext language detection...
2012-06-09 Jean-Baptiste KempfFix compilation
2012-06-09 Cezar ElnazliCosmetic: Max 78 chars/line (bin/winvlc.c)
2012-05-14 Rémi Denis-Courmontwinvlc: --data-path no longer exists
2012-05-07 Rémi Denis-CourmontCall libvlc_set_exit_handler() first
2012-03-20 Rémi Denis-CourmontUse environment variable for data directory
2012-03-20 Rémi Denis-Courmontvlc: fix regression with command line arguments
2012-03-19 Rémi Denis-Courmontvlc: assume UTF-8 and drop dependency on libvlccore
2012-03-19 Rémi Denis-Courmontposix: drop support for non-UTF-8 operating systems
2012-03-15 Edward WangEmbed manifest files as Windows PE resource
2012-03-01 Rémi Denis-CourmontRevert "Link vlc-cache-gen with the C++ standard librar...
2012-02-29 Sam HocevarLink vlc-cache-gen with the C++ standard library to...
2012-02-06 Rémi Denis-CourmontStart dbus always, move inhibit and dbus startup to vlc
2012-02-03 Antoine CellerierSet a default user agent on windows vlc too.
2012-01-28 Rémi Denis-Courmontwinvlc: missing #include
2012-01-19 Rémi Denis-CourmontRemove the now broken Maemo 5 poll hack
2011-12-15 KO Myung-HunFix compilation error due to pthread on OS/2
2011-12-02 Jean-Baptiste KempfWin32 Crashreport: use FTP passive mode
2011-11-22 Rémi Denis-CourmontWin32: setmode(stdin) belongs in the app, not the library
2011-11-16 Rafaël Carréwin32 crash report: simplify crashdump_path usage
2011-11-16 Jean-Baptiste KempfWinVLC: upload the crashes to the right location
2011-11-15 Rafaël Carréspelling
2011-11-15 Rafaël Carréwinvlc: include address space layout in crash reports
2011-11-14 Rafaël Carréwin64: report crashes
2011-10-16 Pierre YnardFix .gitignore files
2011-10-11 KO Myung-HunUse kill() instead of pthread_kill() on OS/2.
2011-10-11 KO Myung-HunInclude 'sched.h' only if available
2011-10-10 KO Myung-HunDisable globalhotkeys, none interface on OS/2
2011-10-10 KO Myung-HunFix the problem to free an invalid memory object.
2011-09-03 Jean-Baptiste KempfWin32: do not load DLL from cwd
2011-09-01 Rémi Denis-CourmontFix race between installation and execution of vlc...
2011-08-30 Rémi Denis-CourmontUpdate libvlc.la path and factorize test Makefile
2011-08-30 Rémi Denis-CourmontBuild modules before libvlc and VLC
2011-08-30 Rémi Denis-CourmontMove src/control/ to lib/
2011-08-18 Rémi Denis-CourmontMigrate VLC_ADD_* flags from vlc-config to AC_SUBST
2011-08-08 Rémi Denis-CourmontIgnore the vlc binaries
2011-08-07 Rémi Denis-CourmontWinCE: compile fix
2011-07-31 Rafaël CarréFix vlc linking broken in [7a7630a19c2]
2011-07-28 Rémi Denis-Courmontwinvlc: fix arguments
2011-07-28 Rémi Denis-Courmontwinvlc: do use the libtool wrapper for vlc-static
2011-07-28 Rémi Denis-Courmontwinvlc: force plugin and data paths for vlc-static.exe
2011-07-28 Rémi Denis-Courmontwinvlc: fix warning
2011-07-17 Rafaël Carréupdate: better version comparison
2011-07-16 Rémi Denis-CourmontDo not print start banner if stderr is not a TTY.
2011-06-11 Rémi Denis-CourmontSpell overridden correctly
2011-06-09 Jean-Baptiste KempfWin32: Add vlc-cache-gen.exe properties
2011-05-31 Jean-Baptiste KempfUpdate Win32 resource files
2011-05-19 Jean-Baptiste Kempfwinvlc: various cleaning and comments
2011-05-19 Jean-Baptiste KempfWin32: forgotten error GUI messages
2011-05-19 Jean-Baptiste KempfWin32: more dialogs when submitting the bug reports
2011-04-12 Pierre YnardWin32: fix encoding of crash dumps
2011-02-16 Rémi Denis-Courmontoverride: simplify CALL()
2011-02-15 Jean-Baptiste KempfWin32: do not create too big stacktraces
2011-02-12 Rémi Denis-CourmontAssume we ahve setenv() and unsetenv()
2011-02-12 Rémi Denis-CourmontOverride the plugins path with an environment variable...
2011-02-03 Rémi Denis-Courmontvlc: use signal handlers rather than sigwait() for...
2011-02-03 Rémi Denis-Courmontvlc: use SETMASK instead of BLOCK
2011-02-03 Rémi Denis-CourmontRevert "Do not load KDE Qt plugins until KDE gets a...
2011-01-30 Rémi Denis-CourmontDo not load KDE Qt plugins until KDE gets a clue
2011-01-30 Rémi Denis-CourmontRestore correct SIGCHLD handling
2011-01-30 Rémi Denis-CourmontDo run exit handlers, fix a few leaks
2011-01-23 Rémi Denis-CourmontWork around QProcess bug (KDE bug #260719)
2011-01-09 Jai MenonProvide a variant of the CALL macro which doesn't use...
2010-10-31 Rémi Denis-CourmontRemove useless #includes
2010-10-22 Rafaël Carréwinvlc.c: cosmetics
2010-10-20 Rafaël Carréwinvlc: enable media-library
2010-10-20 Rafaël Carrévlc-cachegen: remove useless options
2010-10-20 Rafaël CarréDisable media-library by default
2010-09-17 Rémi Denis-CourmontRestore LibVLC/VERSION at the end of the HTTP user...
2010-08-18 Jean-Baptiste KempfWin32: fix resource file compilation
2010-08-18 Jean-Baptiste KempfWin32: correctly bump resource version
2010-08-08 Rémi Denis-CourmontAlways call _exit() at end to avoid buggy exit handlers
2010-08-02 Rémi Denis-CourmontRevert "Call libvlc_set_exit_handler() before the inter...
2010-08-01 Rémi Denis-CourmontCall libvlc_set_exit_handler() before the interfaces...
2010-08-01 Rémi Denis-CourmontCosmetic fix
2010-07-24 Rémi Denis-CourmontAfter 3 seconds, allow SIGINT to kill the process
2010-07-24 Rémi Denis-CourmontDo not override signal functions for the time being
2010-07-08 Rémi Denis-CourmontAdd a proper API to set the user agent
2010-07-08 Rémi Denis-CourmontRemove the --user-agent hack
2010-07-07 Jean-Baptiste KempfIgnore .exe files in bin/ folder
2010-07-01 Geoffroy CouprieWin32: Activate DEP on XP SP3. DEP is useless without...
2010-06-26 Jean-Baptiste KempfApple: do not try to run a non existing globalhotkey...
2010-06-14 Christophe MutricyMissing in d1b5547ce122761
2010-06-07 Rémi Denis-CourmontOnly print the first 5 threading errors each
next