- 24 Jan, 2011 3 commits
-
-
Rémi Denis-Courmont authored
Note that this only works if the path can be represented in the ANSI code page. Otherwise, you will need to patch gettext. (cherry picked from commit 7b21f9d5490bd37f64b3aa67fce05e1a7d9b811f) (cherry picked from commit bbcc3288fbad733a2b574efc435c32a400e872b1)
-
Pierre Ynard authored
(cherry picked from commit 942ab6c31026a84e4c5503cb8e68a5135dfc2f2b) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Jean-Baptiste Kempf authored
-
- 23 Jan, 2011 20 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit e697532e66ce7ad886fd2c526f7e2c777e88bcc9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 5094db41a412524093f99a7e8179f4364663d3e5) Conflicts: bin/vlc.c
-
Rémi Denis-Courmont authored
Timeout makes it too easy to write crappy code. It's also much easier to handle EINTR without timeout. This fixes a minor bug: revents was undefined if poll() failed. (cherry picked from commit 314c242ab041d515c1b2f1a82ee1a3fe4fe715a5)
-
Rémi Denis-Courmont authored
(cherry picked from commit 028174606c60efaeb6621d26bbf58192adc0a5d1)
-
Rémi Denis-Courmont authored
(cherry picked from commit 56cd0622eb3976ce055cc5dfb8b1ce480c60c438)
-
Rémi Denis-Courmont authored
Do not read revents in case of error. Do not busy loop if POLLERR or POLLHUP get set. (cherry picked from commit f2757e09a8d867ac936372e80e22f760b8513d84)
-
Rémi Denis-Courmont authored
(cherry picked from commit cf25b55a45ec72aa89ce7089124d860a6e9b2081)
-
Rémi Denis-Courmont authored
(cherry picked from commit e1ad2bf94fa81023c96db1f99e52d50efff5211c) Conflicts: modules/access/pvr.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 0169865b68c30b1505beae2489f8f08e9619a337)
-
Rémi Denis-Courmont authored
(cherry picked from commit d8ddcbff798c8927bdc2656a74a5862386320ee9)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #2052, #4039, #4390, #2796 Apparently Goom developers don't understand SIMD registers...
-
Rafaël Carré authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Jan, 2011 9 commits
-
-
Jean-Baptiste Kempf authored
-
Gabor Kelemen authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Rémi Denis-Courmont authored
(However it seems libvlc was not changed since 1.1.5)
-
Felix Paul Kühne authored
includes a fix to correctly link libmpcdec and latest contrib updates
-
Sébastien Escudier authored
(cherry picked from commit 7ec013e0c9be7ff431e9823e745c2329a01db64d)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(manually backported from 32bc486f26a83ef383aabb0f80caf3e1334c7d5c)
-
Rémi Denis-Courmont authored
This requires a bleeding edge liblive555 - not tested. (cherry picked from commit 4089fc27c4dad3b25f64eeb9773c9c8b5d982980)
-
- 20 Jan, 2011 1 commit
-
-
Erwan Tulou authored
This fixes a regression brought by 7f485998dd63c9685f0a470439c9b2ea127ef5c5 On skins2(tested on Linux), open and close the preferences dialog leads to a crash, because the whole qt4 thread terminates unexpectedly. This is due to setQuitOnLastWindowClosed set to true. As a dialog provider, qt4 doesn't run any windows, and therefore just closing the preferences dialog box (via accept() or reject()) signals the qt4 thread to quit. (cherry picked from commit 3326e7ef0e333e7a1aa6419c4547703dcbd23618)
-
- 19 Jan, 2011 1 commit
-
-
Pierre Ynard authored
(cherry picked from commit d272e598577e52364bdf349fbca97bc15219caa3) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 18 Jan, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 17 Jan, 2011 4 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 6e0595fd.
-
Jean-Philippe André authored
It was broken a looong time ago because the XML structure of their web page is broken (cherry picked from commit e9196c3fc2ca2daf438c1fd90bd10f8404fd4f4a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-