1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

33540 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
a1a45073ae Fix display of audio channel in various mono modes
This happened in many WMA2 mono samples where the codec information pannel said "ERROR"
2009-07-12 23:56:13 +02:00
Rémi Denis-Courmont
51af87605f Avoid NULL for %s
(cherry picked from commit 2e02b35f4ee4aa36bd659fc898c31abc1cf31891)
2009-07-12 23:32:07 +03:00
Rémi Denis-Courmont
bd0571c57b libvlc_media_player_get_media: missing lock 2009-07-12 23:18:47 +03:00
Jean-Baptiste Kempf
2a012ee309 Oops. Actually synchronise the resolution to 800x640 (5/4) 2009-07-12 21:51:53 +02:00
Jean-Baptiste Kempf
993a516aeb Increase Visualisation resolution to 800x480 (5/3) 2009-07-12 20:59:55 +02:00
Rémi Denis-Courmont
eb54a41c0f config: if read-only, refuse to save the configuration
This restores the pre-1.0.0 behaviour. With the atomic vlcrc update,
VLC managed to work-around a read-only vlcrc. Indeed, Linux (POSIX?)
allows renaming a file onto an existing read-only file, which is
then replaced (both content and meta-data). In principle, you should
put the containing directory in read-only mode to avoid this, but this
is inconvenient as .config/vlc contains other files.
2009-07-12 21:04:21 +03:00
Rémi Denis-Courmont
75dda08f9f config: Remove temporary file if replacement failed 2009-07-12 20:54:08 +03:00
Rémi Denis-Courmont
644185a5fe make_URI: handle Windows UNC paths 2009-07-12 20:10:20 +03:00
Rémi Denis-Courmont
fb3b3f25fc input "time" is a time variable, fix assertion failure 2009-07-12 19:31:00 +03:00
Rémi Denis-Courmont
73dc6d3573 ISO-639: add a whole bunch of native language names (fixes #2931) 2009-07-12 18:24:18 +03:00
Rémi Denis-Courmont
a815b654de SO friendliness 2009-07-12 17:55:19 +03:00
Rémi Denis-Courmont
4ac6e6dff3 Do not decode URI in the name. It borks some types badly.
Some URI types do not need URI-encoding, yet use the percent sign.
E.g. http://forum.videolan.org/viewtopic.php?f=13&t=61946
2009-07-12 16:49:14 +03:00
Rémi Denis-Courmont
55aabaaa12 Treat directory items like file ones for URI->name generation 2009-07-12 16:48:51 +03:00
Rémi Denis-Courmont
b4edd4e5fe Add missing non-file types 2009-07-12 16:41:36 +03:00
Rémi Denis-Courmont
b43e57e628 GuessType: clean up and speed up 2009-07-12 16:41:36 +03:00
Christophe Mutricy
6fd538c39e Typos 2009-07-11 20:24:21 +01:00
Christophe Mutricy
ac466e0ff3 Use minus and not hyphen in man page 2009-07-11 20:24:21 +01:00
Laurent Aimar
4746e4bc4a Fixed seeking in mpeg1 files with libmpeg2 decoder (close #2953).
mpeg1 files may have only one sequence header.

It can be backported to 1.0 only after being carefully tested.
2009-07-11 19:12:05 +02:00
Jean-Baptiste Kempf
bead3397aa Correctly distribute shine files.
Close #2954. Patch by cherife on trac.
2009-07-11 18:41:25 +02:00
Laurent Aimar
97140ee9e5 Improved a bit more asf pcr. 2009-07-11 18:35:48 +02:00
Laurent Aimar
fbe14bc4a0 Removed a stupid line in asf fixing some audio problems (close #2948).
It was introduced by 25a8f939.
2009-07-11 18:34:25 +02:00
Rémi Denis-Courmont
d0c3b82ddd Really handle sigwait() errors 2009-07-11 18:33:09 +03:00
Rémi Denis-Courmont
6b371a657a Revert "Handle EINTR from sigwait"
This reverts commit 5878fd3087.
2009-07-11 18:32:49 +03:00
Rémi Denis-Courmont
5878fd3087 Handle EINTR from sigwait 2009-07-11 17:22:16 +03:00
Alexis Ballier
a73ea66ebb xcb_window: Use sysconf to discover HOST_NAME_MAX.
POSIX does not mandate HOST_NAME_MAX to be defined and FreeBSD does not
define it to encourage people to use sysconf() for discovering its
value. If sysconf fails, fallback to _POSIX_HOST_NAME_MAX.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (with minor changes)
2009-07-11 13:17:50 +03:00
Jean-Baptiste Kempf
c6a97a1b0b Use libass from greg's git. 2009-07-10 20:36:13 +02:00
Jean-Baptiste Kempf
2e2ca9ddfe Yet again an issue in libpng. 2009-07-10 20:18:09 +02:00
Jean-Baptiste Kempf
84a8dcf0e7 Bump gnutls to 2.8.1 2009-07-10 20:14:53 +02:00
Jean-Baptiste Kempf
c9f75658f1 Speed up Schroedinger compilation 2009-07-10 19:00:00 +02:00
Jean-Baptiste Kempf
7d923c2078 XML version bump to 2.7.3 2009-07-10 18:56:09 +02:00
Jean-Baptiste Kempf
1431986ea4 Vorbis bump to 1.2.3 2009-07-10 17:32:51 +02:00
Jean-Baptiste Kempf
34ba8bd409 Faac is NOT compatible with VLC
Too bad for your AAC encoding, but, well.
2009-07-10 17:32:51 +02:00
Anthony Loiseau
f4180b541b demux/ts: remove redundant test (cosmetic)
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
2009-07-10 17:02:43 +02:00
Rémi Duraffort
d8b897c814 update LIST. 2009-07-10 15:58:18 +02:00
Jason Scheunemann
5a3616613b python bindings: .deb and .rpm packaging files
Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
2009-07-10 15:53:25 +02:00
Olivier Aubert
caec8c6716 Python bindings: update e-mail address 2009-07-10 15:49:04 +02:00
Rémi Duraffort
760fece1a3 mpris.py: fix volume handling (wrong event). 2009-07-10 15:20:08 +02:00
Rémi Duraffort
fb98def5d9 Fix mpris python script: the commands are *Set*(Loop|Random). 2009-07-10 15:00:19 +02:00
Erwan Tulou
4f1060a763 skins2: For Linux, correct files that cannot be loaded because of a workaround that only makes sense on Windows.
Forcefully setting a file name with lower case was inserted to solve an issue that is only true on Windows. On Linux, upper/lower case must not be tampered with.
This resulted in skins like Orangeade.vlt failing to load their fonts on Linux.
2009-07-10 14:34:04 +02:00
Rémi Duraffort
c0f61b3468 Remove uneeded VLC_OBJECT(). 2009-07-10 14:31:47 +02:00
Rémi Duraffort
385750a56c Remove unused function. 2009-07-10 14:31:47 +02:00
Rémi Duraffort
2af1ee85f3 playlist_art: simplify. 2009-07-10 14:31:47 +02:00
Rémi Duraffort
7b4a81eb10 Fix make check. 2009-07-10 14:31:47 +02:00
Sigmund Augdal
0da8fc3dd5 Make the dbus plugin not sleep unless the event queue is empty, hopefully
reduce latency when running many dbus commands.
(cherry picked from commit d66e529d85b9f8111f04519559abb1446e3323d7)

Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
2009-07-10 14:17:51 +02:00
Jean-Paul Saman
50b952d942 mozilla: introduce new property text
The text "Waiting for video..." is no longer shown be default. One has to add it to the browser plugin properties before it is shown on the plugin area.
2009-07-10 13:47:09 +02:00
Jean-Baptiste Kempf
8d26f8c30b Qt: v4l2 syntax isn't :v4l2-dev= ... 2009-07-10 12:30:38 +02:00
JP Dinger
a9d0ab74dd Replace for() (rand() & 0xff) with vlc_rand_bytes(); in RTMP handshake. 2009-07-10 12:26:42 +02:00
Pierre Ynard
a7b45ce83a skins: typo
p_playlist() -> p_playlist ???
2009-07-10 02:09:25 +02:00
Pierre Ynard
ad1d316efd skins: missing include
Add missing include, fix build error
2009-07-10 01:50:41 +02:00
Jean-Baptiste Kempf
8904aa04c3 NEWS about projectM 2009-07-10 01:28:24 +02:00