- 21 Mar, 2011 2 commits
-
-
Sébastien Escudier authored
Same problem than in 1d4c5a496b8b6d21c20ccb7598216195069f346e
-
Pierre Ynard authored
poll() revents are flags, and the lua module tests for equality... Obviously this has been working merely by accident given that a remote host resetting a connection generates only POLLIN, and neither POLLHUP nor POLLERR. lua doesn't support bitwise operators so this is the simplest way. (cherry picked from commit ce00244d121cfba2bbbc5065fcd3a6eb84bbba6c) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 20 Mar, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Contrary to V4L2, dshow does not extract options from the MRL. So there i effectively no way to set anything via playlist. This allows the options that more-or-less correspond to MRL options in V4L2. Parsing the MRL might make more sense than marking options as safe. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 77a3fbe87694a1acd762db61e22eda0424786f63) Conflicts: modules/access/dshow/dshow.cpp
-
- 19 Mar, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 4390c31a0ade28f9938e44ef1d5c20885659bffc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Too many complaints, notably on Reddit
-
- 18 Mar, 2011 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
requires latest contrib package
-
Felix Paul Kühne authored
-
- 17 Mar, 2011 1 commit
-
-
Christophe Mutricy authored
-
- 16 Mar, 2011 6 commits
-
-
Andri Pálsson authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Jean-Baptiste Kempf authored
This seems to be the latest fashion in poland, for {y:i} (italic) and {y:b} (bold), but I don't know how to correctly support it: - should we remove the tags in the demuxer like the MPL2 one (bad solution for MPL2 too)? - should we replace it by <i> in codecs? (cherry picked from commit 195b652da5facd60397504f706a44d97bd70eb90) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 15 Mar, 2011 2 commits
-
-
Rémi Denis-Courmont authored
With just "skins" and "qt", only those specific interfaces would be probed. Thus VLC could not be started from X-less command line. (cherry picked from commit 727b24988dd766eac2f8a63f93cf841aba826a92)
-
Pierre Ynard authored
(cherry picked from commit f271a2effd810941493500bf22b8dea92a0386a9) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 14 Mar, 2011 1 commit
-
-
R.M authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 7aaf63551d1e87d3219acd5a3cec1fa25250bfe3)
-
- 12 Mar, 2011 1 commit
-
-
Pierre Ynard authored
This fixes problems with lost characters and failure to close connections in some cases (cherry picked from commit 1b76f4d5b6e247ebc1f3f1786c99eef1f0510c73) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 09 Mar, 2011 3 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 08 Mar, 2011 2 commits
-
-
Cristian Morales Vega authored
gzip was including a timestamp, and tar was enumerating files in an unspecified/variable order. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (+ minor modifiations) (cherry picked from commit ceacef3bbb0c34d67aa84e6ca91b360cbe2419e5) Conflicts: share/Makefile.am
-
Rémi Denis-Courmont authored
(cherry picked from commit 905b25e92cc872601be526f33009277a63f6e210)
-
- 07 Mar, 2011 1 commit
-
-
Pierre Ynard authored
There have been reports about this. Untested
-
- 06 Mar, 2011 2 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit 2261dcb956190cae2a0fea309c32323ad68315ab)
-
Rémi Denis-Courmont authored
-
- 05 Mar, 2011 1 commit
-
-
Rémi Denis-Courmont authored
It is known to crash due to invalid buffer handling. On Linux, I get memory accesses before the start of the audio buffer. It also crashes on Windows. Until someone cares to fix it, and I think it really never worked correctly, lets use the "ugly" resampler, which is not too ugly. This should fix #3631, #4366, #4491 and possibly others. (cherry picked from commit 9c74061333bd152a1467e49ed33b889c94410da9) Conflicts: modules/audio_filter/Modules.am
-
- 04 Mar, 2011 2 commits
-
-
Sébastien Escudier authored
-
Sébastien Escudier authored
Broken since d14e0b78 cherry-picked from b972bbe058e6a1f72dcf99d86de25705a739324e
-
- 03 Mar, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Mar, 2011 1 commit
-
-
Mihkel Kirjutas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
- 01 Mar, 2011 5 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
pledit id is used twice in this file (must be unique)
-
Erwan Tulou authored
filenames must always be forced to lower case in the case of .wsz files (since the winamp2.xml expects them in this form)
-
Erwan Tulou authored
skins2 expects notification to occur if and only if the variable really changes. This patch fixes things for And and Or variables. This fixes trac #4529
-
Erwan Tulou authored
This trick only works if the action ends up in the state really being toggled. This is not always the case and can then lead to undesirable effects, for instance the play button going to pause when no playback is underway. This trick was needed to prevent visual artefacts when refreshing was a heavy task, but is no longer needed since refreshing has been heavily optimised.
-
- 27 Feb, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Feb, 2011 1 commit
-
-
Erwan Tulou authored
This patch makes volume more consistent with the rest of vlc : - volume is now advertised on a 0-400% range instead of a misleading 0-100% range. This fixes the discrepancy between volume displayed within the skins and volume displayed via OSD - "qt-volume-complete" and "volume-step" are now taken into account, which makes skins2 more consistent with qt4
-
- 24 Feb, 2011 1 commit
-
-
Pierre Ynard authored
(cherry picked from commit c482dc5576eff200f77c4e77af40eb41ecaacacd) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-