306 Commits (29303ae49be9a1f08a43c67f712177afca7144a1)

Author SHA1 Message Date
Steve Lhomme 2c799b6fd7 bin: use a full path to build plugins.dat 9 years ago
Hugo Beauzée-Luyssen 60429c9c8b winvlc: Remove trailing whitespace 10 years ago
Hugo Beauzée-Luyssen 99db47431b winvlc: Try to load DLLs from system32 before any other folder 10 years ago
Steve Lhomme 681866b760 win32: do not load wininet.dll on startup, it's not a Known DLL 10 years ago
Jean-Baptiste Kempf 82326be1e9 Winvlc: add comments 10 years ago
Hugo Beauzée-Luyssen 083b4c517b bin: win32 resources: Fix manifest embeding 10 years ago
Hugo Beauzée-Luyssen 69d1dd35c4 bin: vlc_win32_rc depends on the manifest file 10 years ago
Jean-Baptiste Kempf 19c3247320 darwinvlc: check malloc return and free 10 years ago
Marvin Scholz 2b5baef57f macOS buildsystem: Adjust rpath and install_name 10 years ago
Jean-Baptiste Kempf af316abf68 macOS: factor out the Frameworks path definitions 10 years ago
Marvin Scholz 9fe1c7c2ca macOS: Add initialization of breakpad crash reporter 10 years ago
Marvin Scholz eec7a5f40c macOS: Add breakpad to buildsystem 10 years ago
Steve Lhomme 864b2ed2d9 core: WINAPI should be set on the pointer 10 years ago
Rémi Denis-Courmont 11400bc517 vlc: do not load kernel32.dll 10 years ago
Rémi Denis-Courmont 5d9004a644 vlc: set default DLL directories 10 years ago
Rémi Denis-Courmont e9ca045296 winvlc: fix format string 10 years ago
Jean-Baptiste Kempf 7f78843a29 win32: only one dialog thanking the user 10 years ago
Steve Lhomme 51dba60000 Windows: don't display a dialog when crash upload fails 10 years ago
Jean-Baptiste Kempf 8799f42182 Windows: missing \n 10 years ago
Jean-Baptiste Kempf 45b0e1644d Windows: don't display a dialog when FTP transfer fails 10 years ago
Jean-Baptiste Kempf b634e6a9c8 Fix comments about Qt4 11 years ago
Hugo Beauzée-Luyssen ce1325ed51 cachegen: fix when building without getopt 11 years ago
David Fuhrmann b15db2c780 cachegen: Remove remnants of -f option 11 years ago
Steve Lhomme 1c0fcde52b cachegen: use _WIN32 instead of WIN32 11 years ago
Felix Paul Kühne d71c794d5f cachegen: remove force option and always reset the cache when the helper tool is executed (refs #14519) 11 years ago
David Fuhrmann 383a20900c bin: build a vlc-osx-static similar to vlc-static, to fix tests 11 years ago
David Fuhrmann cc07bce0d2 darwinvlc/macosx: rework binary, start main loop in darwinvlc 11 years ago
David Fuhrmann 021f50d9b5 darwinvlc: compile with objc and fix build system 11 years ago
KO Myung-Hun 0e1ed1b53a vlc-wrapper: disable on OS/2 11 years ago
Rémi Denis-Courmont 2193b044d6 rootwrap: work around missing MSG_NOSIGNAL on old BSD derivatives 11 years ago
Rémi Denis-Courmont 5a5fa91d2d rootwrap: use BSD SO_NOSIGPIPE 11 years ago
Rémi Denis-Courmont 8d03dee93c Use MSG_NOSIGNAL in send()/sendto()/sendmsg() 11 years ago
David Fuhrmann b5c0fe454d darwinvlc: move play call to minimize time for race condition 12 years ago
Rémi Denis-Courmont d47fcbb413 Revert "--stats: default to false" (fixes #14035) 12 years ago
Jean-Baptiste Kempf db98be9a25 Win32: file description shouldn't have the version number 12 years ago
Hugo Beauzée-Luyssen a32f9e2d87 winvlc: Replace STDIN_FILENO by the equivalent _fileno call 12 years ago
Hugo Beauzée-Luyssen b47e3aa032 winvlc: Fix function pointer cast syntax 12 years ago
Hannes Domani 7e92a49276 Win32: stop stacktrace on bad pointer 12 years ago
Hannes Domani 8b0f5764e8 Win32: rename crashdump to get only 1 bug report 12 years ago
Hannes Domani 63e775d57f Win32: use %ls for wchar_t strings 12 years ago
Hannes Domani a2897b56dc Win32: stop stacktrace on nullpointer 12 years ago
Rémi Denis-Courmont a8dffdef8b rootwrap: file descriptor leak 12 years ago
KO Myung-Hun bb3d20e76d bin: fix SIGSEGV at exit on OS/2 13 years ago
David Fuhrmann b173cc4725 bin/darwinvlc: readd exit handler for the case the macosx interface is not used 13 years ago
Rémi Denis-Courmont 170e5561c1 win32: call SetErrorMode() while still single-threaded 13 years ago
Felix Paul Kühne ed1bd9b2b1 darwinvlc: fix transcoding on command-line broken in 9fc66e695 while retaining the fix 13 years ago
David Fuhrmann f36dcf5a5c macosx: implement libvlc exit handler to properly terminate the app when requested 13 years ago
David Fuhrmann 9fc66e6950 bin/mac: do not start playlist while quitting VLC 13 years ago
Rémi Denis-Courmont 7a52ace172 vlc: fix warning 13 years ago
Rafaël Carré c24ea5fb3a --stats: default to false 13 years ago