https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
9003bde Refresh PO files 12 April 2010, 23:39:22 UTC
a056d89 l10n: Tamil update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 12 April 2010, 23:39:11 UTC
2ac7dc7 l10n: Bengali update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 12 April 2010, 23:39:11 UTC
aa57a8c Add some more strings to the catalog Still generated with a kludged not-commitable POTFILES.in and Makefile.in.in Proper commit this time 12 April 2010, 23:39:10 UTC
c8fe44f Qt: network open, fix caching and add more examples Unfortunately, modules names are access_http access_mms but rtp and live555 12 April 2010, 23:21:35 UTC
3f4676f Qt: do not resize if we were in fullscreen or maximized 12 April 2010, 22:48:50 UTC
2b0370b NEWS updates 12 April 2010, 22:35:28 UTC
d7d9110 Matroska demuxer: support for real atrac and real 28_8 12 April 2010, 22:35:28 UTC
f7722f0 Qt: remove unnecessary debug message 12 April 2010, 21:31:36 UTC
ff812d6 Qt: fix sizing of the interface Store the stackWidget sizes in a QMap and restore the size when changing. Of course, don't restore the size, if autoresize is off. This restores the usual behaviour of VLC to go back to compact mode by default at the end of a video. 12 April 2010, 21:29:29 UTC
f014cda Improve signal/sigaction wrapper 12 April 2010, 20:16:42 UTC
6c948b6 Avoid a call to unsetenv/putenv on Qt4.6 This trick does not work with Qt <= 4.5 unfortunately. 12 April 2010, 20:16:01 UTC
f0d55da Block setlocale() This has already caused some problems (e.g. live555) 12 April 2010, 18:25:59 UTC
389dcfa Print dynamic library error message if applicable 12 April 2010, 16:22:30 UTC
4eb5c51 Matroska: cleanup so that relevant methods are in their correct files 12 April 2010, 13:54:28 UTC
1056e18 Matroska: support for Cook 12 April 2010, 13:54:28 UTC
487c859 Contrib: update modplug to 0.8.8 12 April 2010, 13:54:28 UTC
dae5ad9 Configure: Do not define -OJI all the time in mozilla. No idea what this is usefull about 12 April 2010, 13:54:28 UTC
94cde59 Refresh PO files with new vlc.pot 11 April 2010, 22:53:45 UTC
e54e7df Add some more strings to the catalog Still generated with a kludged not-commitable POTFILES.in and Makefile.in.in 11 April 2010, 22:48:17 UTC
a68a5ff Promote lua_intf as the main module As it's the one with options 11 April 2010, 22:39:59 UTC
82a40b0 Mark 2 options as volatile and avoid some "" in translatable strings 11 April 2010, 22:07:43 UTC
e3774fe Qt4: i18n fixes 11 April 2010, 22:07:43 UTC
2c9f486 i18n: Don't use "" for translatable strings 11 April 2010, 22:07:43 UTC
b0b8cd6 Fixed some mp4/mov with ac3 audio tracks. It closes #3515. 11 April 2010, 21:26:22 UTC
18cc244 Fixed compilation when disabling vlc_enable_override(). 11 April 2010, 21:02:56 UTC
7f88672 Interpolate audio date in flac decoder. It closes #3509. 11 April 2010, 20:17:06 UTC
3fb4d65 strings: typo 11 April 2010, 19:51:11 UTC
9584838 skins(Linux): add support for multiple files in drag&drap selection is made of several items separated with '\n' and terminated with a final '\0'. When selection is limited to one item, the '\n' is missing. 11 April 2010, 19:49:05 UTC
62cc24a Print error when setting TTL fails 11 April 2010, 19:42:11 UTC
c1bb916 NSIS: quoting error (fix #3514) 11 April 2010, 17:01:50 UTC
91bcac5 Lower the noise level 11 April 2010, 16:58:24 UTC
209c152 Safety checks for X11 error handlers 11 April 2010, 16:52:34 UTC
f3bef78 Always check for X11/Xlib.h HAVE_X11_XLIB_H is used in several files (unfortunately) 11 April 2010, 16:51:09 UTC
0194cf1 VLC: remove false positives after fork() 11 April 2010, 16:22:24 UTC
028bcb0 Add small backtrace 11 April 2010, 15:45:24 UTC
2eb0554 Log dangerous registration of signal handlers 11 April 2010, 15:39:42 UTC
4213a13 Work-around non-thread-safe use of the C random number generator 11 April 2010, 15:39:16 UTC
4e1ff3a Detect dangerous use of environment variables at run-time 11 April 2010, 15:38:49 UTC
d8c9ed5 VLC: infrastructure to detect and/or work-around thread-unsafe calls 11 April 2010, 15:38:14 UTC
2b7581c LUA: do not blindly cast object to interface thread (fix #3396) 11 April 2010, 11:56:27 UTC
30aaaa4 LUA: store p_intf->p_sys separately 11 April 2010, 11:56:12 UTC
c1d3b26 LUA: avoid leading underscores 11 April 2010, 11:30:14 UTC
8378cde Set debug environment variable earlier Ensure that stdio and libintl won't do heap allocations beforehand. 11 April 2010, 09:09:49 UTC
61053dc Always use the SIGPIPE hack even if not needed, it cannot hurt 11 April 2010, 09:07:46 UTC
ea7d9ba Deprecated --sdl-video-driver Refer to 7e5403d0e7b51043a008ad6d8c6a8f37adfe33e2 for rationale. 11 April 2010, 08:21:35 UTC
a54335c snprintf() always puts a nul terminator... ...unless the buffer has zero size. This is not to be confused with strncpy(). 11 April 2010, 08:19:42 UTC
88e7248 Qt4: use putenv() before any thread is created 11 April 2010, 08:18:45 UTC
7e5403d Obsolete --dvdread-css-method Changing the environment is not thread-safe, so it's best avoided. As a replacement, users should set the variable in their shell startup configuration (e.g. /etc/environment or ~/.bash_profile). Then all applications using DVDCSS will be affected (which seems better). This option was probably very seldom used anyway. 11 April 2010, 08:12:27 UTC
7fb93d7 Check for missing LUAC in configure rather than make, make it precious 11 April 2010, 06:50:04 UTC
8cc181f DVB/BDA: add_safe bandwidth/frequency 10 April 2010, 20:35:51 UTC
f1a2b56 build the static VLC binary with $(make core) 10 April 2010, 20:21:54 UTC
00e347b Fix dangerous use of qtu() on anonymous QString 10 April 2010, 17:20:52 UTC
d455fdf Explicitly error message if LUAC is not set 10 April 2010, 16:50:12 UTC
c496161 Qt4: allow drag and drop of any URL, not just a local file 10 April 2010, 16:43:37 UTC
679b3fb fdopendir needs dirent.h 10 April 2010, 15:19:49 UTC
68a032f Mozilla: More (final?) Win32 compile fixes for XulRunner 1.9.2 10 April 2010, 14:50:36 UTC
2903fb7 Mozilla: more fixes 10 April 2010, 14:50:36 UTC
4eea128 Mozilla: More fixes for XulRunner 1.9.2 10 April 2010, 14:50:36 UTC
5f687f5 utf8_lstat is called vlc_lstat nowadays 10 April 2010, 14:36:10 UTC
b625106 Contribs: use XulRunner 1.9.2 on Win32 10 April 2010, 14:07:27 UTC
5791203 Mozilla plugin: try to fix some errors with XulRunner 1.9.2 10 April 2010, 14:07:27 UTC
464c578 Require xul >= 1.9.2 explicitly 10 April 2010, 13:53:36 UTC
9eb5817 Mozilla: do not hard-code autoconf file descriptors 10 April 2010, 13:38:52 UTC
1ccd9ec Mozilla: do not check for "" pkg-config file 10 April 2010, 13:37:22 UTC
292bee9 Allow MOZILLA_CFLAGS to be empty 10 April 2010, 13:36:55 UTC
68a6235 typo 10 April 2010, 13:25:33 UTC
9fa62a2 Untracked API change utf8 to UTF8 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> 10 April 2010, 13:10:30 UTC
6847291 Do not hardcode libdl (fix #3506) 10 April 2010, 10:48:34 UTC
2c54f28 fdopendir does not imply openat (fix #3505) 10 April 2010, 10:34:22 UTC
9e8bf20 ssize_t requires sys/types.h (fix #3504) 10 April 2010, 10:16:44 UTC
15ca46c lua_rc: fix pause (use the right function as it exist now). 10 April 2010, 09:16:54 UTC
dd9997b lua: fix my previous commit (missing '()'). 10 April 2010, 09:16:54 UTC
51a9225 lua_rc: print the item uri. 10 April 2010, 09:16:53 UTC
5c29e5f Lua: fix the remaining scripts. 10 April 2010, 09:16:53 UTC
5d6abdc lua_http: fix /art url 10 April 2010, 09:16:53 UTC
2205d8f lua_rc: fix 'stats' and 'info' commands. 10 April 2010, 09:16:53 UTC
489f60b l10n: Serbian update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 08 April 2010, 23:33:07 UTC
49f99ba Grammar 08 April 2010, 23:33:06 UTC
edab4a5 Fix flac includes accordingly to libflac's pkgconfig defaults Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 08 April 2010, 23:33:06 UTC
ee88921 Fix contrib automatic non-detection 08 April 2010, 20:40:23 UTC
907a6c2 Missing quotes 08 April 2010, 20:32:40 UTC
2088087 HTTP old: use vlc_sd_GetNames(), fix #3490 08 April 2010, 19:55:06 UTC
892f767 Typo in extension, fixes #3502 08 April 2010, 19:16:42 UTC
ef4f0e4 Replacement for getdelim and getline - fixes #3503 08 April 2010, 15:50:02 UTC
aa648af lua_http: fix duration printing. 08 April 2010, 15:40:59 UTC
7f67708 Lua_http: fix fullscreen. 08 April 2010, 15:28:44 UTC
390f4e7 lua_http: use playlist.pause as it's now available. 08 April 2010, 14:36:45 UTC
427933a Lua_http: really fix the issue when trying to load some sd. 08 April 2010, 14:14:26 UTC
8ffc187 Revert "luahttp: fix service discovery loading." This reverts commit a9e4799e43b57739786acf23efaa65e1379887ea. 08 April 2010, 13:59:52 UTC
a63042d lua_playlist: Use the title of the item and fallback to the name if this one is empty (better for some sd like icecast). 08 April 2010, 13:20:00 UTC
e6e57ea lua_http: fix the playlist listing if vlc is not playing anything and cleanup a bit. 08 April 2010, 13:18:32 UTC
0c11121 l10n: Tweaks in Estonian translation Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:34:35 UTC
6ef127d l10n: Indonesian update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:31:56 UTC
e853852 l10n: Walloon update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:27:12 UTC
018d734 l10n: Galician update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:25:01 UTC
3e7e403 l10n: Ukranian update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:23:35 UTC
004c25d l10n: Japanese update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:21:25 UTC
c5c0c23 l10n: Chinese update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:19:50 UTC
139beca l10n: Spanish translation update Signed-off-by: Christophe Mutricy <xtophe@videolan.org> 07 April 2010, 23:18:47 UTC
back to top