Commit Graph

40547 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
f90eeab1ee Remove VLC_VAR_LIST variable type 2010-06-08 21:03:11 +03:00
Rémi Denis-Courmont
034ae11463 programs is a string, which is a string, which is not a list
This fixes an assertion failure whenever --programs is used.
This should also fix a memory leak in the ES output.

This needs testing and backport to 1.1-bugfix.
2010-06-08 20:41:14 +03:00
Jean-Baptiste Kempf
2cd8dae355 Contrib: update zlib to 1.2.5
And patch it again and again...
2010-06-08 14:05:42 +02:00
Pierre Ynard
d933c54212 Fix list of distributed nsid l10ns 2010-06-08 12:44:37 +02:00
Jean-Baptiste Kempf
f1fa7e930b Contribs: Update libxml to 2.7.7 2010-06-08 12:39:57 +02:00
Jean-Baptiste Kempf
6e7990245b Contribs: remove unneeded change of CFLAGS for win32 2010-06-08 12:19:21 +02:00
Jean-Baptiste Kempf
a46129e442 Contribs: update libebml and libmatroska to 1.0.0
This hopefully should fix multiple issues with live webm files
2010-06-08 12:13:03 +02:00
Jean-Baptiste Kempf
dd5c1b6311 Contrib: delete outdated patch 2010-06-08 11:54:34 +02:00
Jean-Baptiste Kempf
f3b61b5f06 Contribs: portaudio, AC_CHECK_SIZEOF works now in Xcompile 2010-06-08 11:54:34 +02:00
Pierre Ynard
2c7bfe8001 lua: distribute extensions and missing playlist scripts
Also sort the scripts by file name...
2010-06-08 11:03:58 +02:00
Ilkka Ollakka
5e969105d5 pulse: no need to check null in free 2010-06-08 08:38:12 +03:00
Colin Guthrie
6b710a6065 pulse: Use the 'user-agent' variable for the client name.
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
2010-06-08 08:34:30 +03:00
Pierre Ynard
560a002fec activex: distribute missing header too 2010-06-08 05:52:42 +02:00
Austin Burrow
6582de2f1a UPNP: Cleaned up code to match code conventions
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-06-08 01:12:09 +02:00
Austin Burrow
2d8eb31e25 UPNP: Cleaned up code so it goes by the code conventions.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-06-08 01:12:09 +02:00
Christophe Mutricy
b5ddf37d5f Distribute nsis l10ns 2010-06-07 22:25:21 +01:00
Rémi Denis-Courmont
df261c30a4 Qt4: raise the fullscreen widget when it is shown 2010-06-08 00:07:43 +03:00
Jean-Baptiste Kempf
7700501e81 Contribs: take libvpx GIT and not the tarballs
Because now the license is ok. And update the patches on ffmpeg
2010-06-07 22:19:50 +02:00
Rémi Denis-Courmont
06ed465441 Qt4: turn off video and subs when transcoding to pure audio profile
This fixes #3681
2010-06-07 21:33:51 +03:00
Pierre Ynard
ac795f1a9e Distribute missing header 2010-06-07 20:08:10 +02:00
Rémi Denis-Courmont
921fdef8b4 Qt4: remove PaintOnScreen option - fixes #3702 2010-06-07 20:56:12 +03:00
Rémi Denis-Courmont
2dde53c525 Only print the first 5 threading errors each 2010-06-07 20:50:56 +03:00
Oleksandr Natalenko
804f2fb6e0 l10n: Ukrainian update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-06-06 23:38:23 +01:00
Mihkel
cc428ff5a4 Estionian l10n for the win installer
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-06-06 23:38:20 +01:00
Rémi Denis-Courmont
ae2c9e4fb6 var_InheritInteger -> var_InheritBool 2010-06-07 00:25:10 +03:00
Laurent Aimar
46048d0de4 Added a missing vlc_join() in vout. 2010-06-06 13:51:34 +02:00
Jean-Philippe André
89dbfd7826 Lua: Allocine, grow buffer up to 500k
This seems a lot, but 65k definitively ain't enough for some
movies.
2010-06-06 18:55:36 +08:00
Ilkka Ollakka
c3d9660061 appletrailers: fix location finding 2010-06-06 12:20:42 +03:00
Jean-Philippe André
4d429b613e Lua: remove 'http' shortcut.
Since 6bb9f2996 (or master/1834c5a73e) it was not possible to load
luahttp using this shortcut anyway.
2010-06-06 14:04:36 +08:00
Rémi Denis-Courmont
8078a54f2c live: update inet_ntop patch 2010-06-06 00:40:59 +03:00
Ilkka Ollakka
b986c0673d qt4: don't scale to 720p on webm profile
Which was wrong way anyway.
2010-06-05 23:19:48 +03:00
Ilkka Ollakka
16ea0e630b avcodec: fix vp8 default to check height for 720p
also fix sub 720p defaults
2010-06-05 23:19:47 +03:00
Pierre Ynard
8e6a4513d4 Spelling 2010-06-05 19:04:44 +02:00
Hugo Beauzée-Luyssen
c60dc27190 Playlist: Allow pausing the playback using space.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-06-05 16:54:46 +03:00
Rémi Denis-Courmont
972e458c47 Old RC: correct inherited boolean variables 2010-06-05 16:36:46 +03:00
Confused Vorlon
eb2becab3f Add version to footer alongside the copyright message
(as with old http interface). Also added '-Lua Web Interface-'.

Adding the '-Lua Web Interface-' will give an easy way for applications to tell whether they are dealing with the old or new interfaces. The commands are somewhat different, so this is important.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-06-05 16:22:28 +03:00
Greg Farrell
fd28e9fee8 Mark rtsp-kasenna as safe
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2010-06-05 16:21:15 +03:00
Ilkka Ollakka
e8b350df4f qt4: add vp80/webm to profiles
VP8/webm profile defaults to 720p, which could be reasonable default imo.
Not sure if people want to it to default to same resolution as input is.
2010-06-05 14:25:06 +03:00
Ilkka Ollakka
c5010ad330 avcodec: default gop=120 for vp80 2010-06-05 14:16:18 +03:00
Ilkka Ollakka
02a7f81f74 avcodec: fix typo 2010-06-05 13:43:34 +03:00
Rémi Denis-Courmont
292351be03 Remove promiscuous #include <vlc_common.h> 2010-06-05 13:26:35 +03:00
Rémi Denis-Courmont
3e258835cb Spelling 2010-06-05 13:18:00 +03:00
Rémi Denis-Courmont
d8685373ac Remove left over HAVE_GETADDRINFO, fix ACL regression (1.2 only) 2010-06-05 13:10:53 +03:00
Jean-Philippe André
d9c60eb846 Xlib: fix build (skins2) - Part 1/2: fix include 2010-06-05 17:10:20 +08:00
Jean-Philippe André
c86a04d746 Xlib: fix build (skins2) - Part 2/2: cast vlc_object 2010-06-05 17:10:08 +08:00
Jean-Philippe André
a1ad237835 Lua: update Allociné script & remove debug 2010-06-05 17:06:54 +08:00
Rémi Denis-Courmont
a7c0e2a065 Typos 2010-06-05 11:10:50 +03:00
Felix Paul Kühne
5c5ec9c6cc Updated German translation of the Win32 installer by Mario Siegmann and me.
Manual forward-port of [41c69be0dd9f7cdf6cc791e7f9064fdd748eb988]
2010-06-05 00:16:27 +02:00
Felix Paul Kühne
4da38d8922 live: updated patch 2010-06-04 21:17:15 +02:00
Felix Paul Kühne
79db0f2820 libdvdnav: updated patch 2010-06-04 21:17:15 +02:00