]> git.sesse.net Git - vlc/history - bin
Fixed some mp4/mov with ac3 audio tracks.
[vlc] / bin /
2010-04-11 Laurent AimarFixed compilation when disabling vlc_enable_override().
2010-04-11 Rémi Denis-CourmontLower the noise level
2010-04-11 Rémi Denis-CourmontSafety checks for X11 error handlers
2010-04-11 Rémi Denis-CourmontVLC: remove false positives after fork()
2010-04-11 Rémi Denis-CourmontAdd small backtrace
2010-04-11 Rémi Denis-CourmontLog dangerous registration of signal handlers
2010-04-11 Rémi Denis-CourmontWork-around non-thread-safe use of the C random number...
2010-04-11 Rémi Denis-CourmontDetect dangerous use of environment variables at run...
2010-04-11 Rémi Denis-CourmontVLC: infrastructure to detect and/or work-around thread...
2010-04-11 Rémi Denis-CourmontSet debug environment variable earlier
2010-04-11 Rémi Denis-CourmontAlways use the SIGPIPE hack even if not needed, it...
2010-04-11 Rémi Denis-CourmontQt4: use putenv() before any thread is created
2010-04-10 Rémi Denis-CourmontDo not hardcode libdl (fix #3506)
2010-03-27 Rémi Denis-CourmontWork around cleanup handler bug in kfile plugin
2010-03-13 Rémi Denis-CourmontPrint exact revision in addition to version number...
2010-03-06 Rémi Denis-Courmontvlc-cache-gen: add --force option
2010-02-28 Rémi Denis-CourmontAlways build and use "our" getopt
2010-02-20 Rémi Denis-CourmontRevert "Ugly hack to enable really quiet running of...
2010-02-20 Antoine CellerierFix spelling.
2010-02-20 Antoine CellerierUgly hack to enable really quiet running of VLC.
2010-02-16 Rémi Denis-Courmontignore vlc-cache-gen
2010-01-31 Rémi Denis-CourmontLibVLC core: remove exceptions
2010-01-31 Rémi Denis-CourmontGenerate Windows resource file on need basis
2010-01-30 Rémi Denis-Courmontvlc-cache-gen: no media library
2010-01-26 Pierre YnardUse ifdef's to guard against setlocale() in vlc-cache-gen
2010-01-25 Rémi Denis-CourmontAdd vlc-cache-gen to generate the plugins cache off...
2010-01-24 Geoffroy CouprieWin32: close vlc when heap corruption is detected
2010-01-24 Rémi Denis-Courmontlibvlc_playlist_play: remove unused exception
2010-01-23 Rémi Denis-CourmontVLC: exit if the requested interface could not be started
2010-01-21 Rémi Denis-Courmontvlc needs libvlccore for FromLocale()
2010-01-04 Rémi Denis-CourmontDead code
2010-01-04 Rémi Denis-Courmontlibvlc_add_intf: remove dummy exception parameter
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-11-26 Rafaël CarréOSX specific hack to remove "-psnXXX" from args
2009-10-19 Rémi Denis-CourmontMaemo: globalhotkeys wouldn't make much sense
2009-10-05 Rémi Denis-CourmontFix invalid free on non-UTF-8 locales
2009-10-04 Rémi Denis-Courmontignore-config defaults to true
2009-09-09 Rémi Denis-Courmontvlc: only print error message if LibVLC is initialized
2009-09-04 Felix Paul KühneFixed major crash on Snow Leopard pointed by Pierre
2009-08-22 Jean-Baptiste KempfWinVLC: kill "was used with no prototype before its...
2009-08-19 Jean-Baptiste KempfDo not use crashdumps on Win64
2009-08-19 Jean-Baptiste KempfUpdate _WIN32_IE to IE 5.01
2009-08-09 Rémi Denis-CourmontReplace libvlc_exception_get_message with libvlc_errmsg
2009-08-08 Rémi Denis-CourmontAvoid late extra error message if globalhoykeys fail...
2009-08-07 Rémi Denis-CourmontCleanup and fix aliasing warnings
2009-08-07 Rémi Denis-CourmontSolaris needs _XPG4_2 for ancilliary data (fixes: ...
2009-08-06 Rémi Denis-Courmontvlc-wrapper needs -lsocket on Solaris (fixes: #3035)
2009-07-22 Rémi Denis-CourmontWork-around yet another bug of hopelessly broken MacOS X
2009-07-06 Geoffroy CouprieWin32: add a --no-crashdump option
2009-05-06 Rémi Denis-CourmontOnly load globalhotkeys if requested by caller
2009-04-27 Geoffroy CouprieWin32: generate crashdumps everytime except if a debugg...
2009-03-29 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2009-03-29 Geoffroy CouprieWin32: cleaning crashdumps
2009-03-23 Geoffroy CouprieWin32 crashdump: typo
2009-03-01 Rémi Denis-CourmontRevert "Call XInitThreads early enough"
2009-03-01 Rémi Denis-CourmontCall XInitThreads early enough
2009-03-01 Rémi Denis-CourmontFix vlc dependency on libvlc
2009-02-28 Rémi Denis-CourmontHard code plugin path and http path in static VLC
2009-02-25 Geoffroy CouprieWin32: fix crash reporting version string
2009-02-24 Geoffroy CouprieWin32: send crash reports to ftp://crash.videolan.org...
2009-02-22 Rémi Denis-CourmontDon't use repeat the same adverb twice
2009-02-01 Geoffroy CouprieWin32: generate stacktrace on unhandled exception
2009-01-11 Rémi Denis-CourmontRemove un-needed libs
2008-12-07 Rémi Denis-CourmontIgnore binaries
2008-10-09 Rémi Denis-CourmontProvide replacement for CMSG_LEN and CMSG_SPACE
2008-10-07 Geoffroy CouprieWinCE: reintroduce parse_cmdline
2008-09-25 Rémi Denis-CourmontUnblock death signals if signals interface is absent
2008-09-25 Rémi Denis-CourmontSpelling
2008-09-19 Antoine CellerierAdd --enable-run-as-root option to configure.
2008-09-08 Geoffroy CouprieWinCE: build vlc.exe (+ modifications)
2008-08-31 Rémi Denis-CourmontBuild a separate non-installable VLC for easier debugging
2008-08-26 Rémi Denis-Courmontargv is now on the stack, do not free it
2008-08-26 Rémi Denis-CourmontWin32: do not pass argv[0] to libvlc - fixes #1920
2008-08-26 Rémi Denis-CourmontRevert early morning after bad night sleep commit
2008-08-26 Rémi Denis-CourmontWin32: do not add argv[0] (vlc.exe) to the playlist
2008-08-25 Rémi Denis-CourmontRemove left over
2008-08-24 Rémi Denis-CourmontWin32: (restore) support for Unicode command line...
2008-08-24 Rémi Denis-CourmontVLC resource file is only for Win32
2008-08-24 Rémi Denis-CourmontRevert "Don't mess with the build system a single day...
2008-08-24 Felix Paul KühneDon't mess with the build system a single day (git...
2008-08-23 Rémi Denis-CourmontMove the executables out of src/