- 15 Dec, 2011 8 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 6d90bf20) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit b5b1c190) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Close #5668 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 37fef4bd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #4030 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit dbd65161) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
The MRL received from a drag & drop was not converted correctly to an URI (using toURI) before being saved into the configuration. This was causing multi bytes characters to be serialized in UTF8 (\x????) and be given as-is to decode_URI which is not able to decode them. Close #5662 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 49571193) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 60cff20c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Should fix crash on quit wrt to Vout Tested on XP, 7 and Linux. (cherry picked from commit 5bf6f7c0728ef9df408a2fc25a61faaa90705486) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
- 14 Dec, 2011 11 commits
-
-
Faustino E. Osuna authored
Ignore downloaded git repos. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 96e4e4a0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Ignore the triplet subfolders created in the contrib path. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit ed8d730d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Ignore downloaded archives / subfolders and files generated by make. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit 44465a73) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Faustino E. Osuna authored
Fix a typo when using the $(download) function. This suppresses malformed url errors from curl. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit fb1e33a4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
In other words, 64-bits platform will support 32-bits LUAC files and reject 64-bits LUAC files when using contribs. This should ease cross-compilation and copying luac files manually. (cherry picked from commit 01ec2d6e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Thanks a lot to François Cartegnie, for the help to resolve the issue Close #5604 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f3158ac0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5673 (cherry picked from commit d6042576) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 43424ac2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #4030 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ce01d1fc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
CrossCompiling from intel64 to PPC should mostly work on X.6 now Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ccfcea33) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 44610e93) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 13 Dec, 2011 4 commits
-
-
Naohiro KORIYAMA authored
Very classic in ISDB streams Closes #3714 #5448 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit d800af88) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5664 (cherry picked from commit 67bb71c2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This was a regression of the new design (cherry picked from commit e75a889e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
If the global key arrived before the normal key, it didn't got displayed. Bug mentioned on IRC. (cherry picked from commit 18049f26) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 12 Dec, 2011 4 commits
-
-
Rafaël Carré authored
This reverts commit 8b914fcd. The problem was fixed in bc3b85c6. (cherry picked from commit 0d1ba56a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit bc3b85c6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mal Graty authored
Fix issue #4899 The problem was that the playing/paused state was being misreported to the luahttp interface, turns out this was due to the way the playing state was being updated in the Qt and hotkey logic. The p_input state was being updated, but the playlist wasn't being informed, this patch switches out the p_state calls to use the equivalent playlist aware functions. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 48a98edc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 644704c9)
-
- 11 Dec, 2011 13 commits
-
-
Laurent Aimar authored
(cherry picked from commit 8082db08) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
The access now open itself the following rar volumes (only if needed). This also allows to support rar embeded in rar or using other protocals than file. It has been broken since the rar modules have been modified to support multiple files. (cherry picked from commit 25262a5a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 5ab02811) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 65bd21f9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 63fafad4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit e9bcb750) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis ARNAUD authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Alexander LAW authored
100% Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gonçalo Cordeiro authored
100% Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Xabier Aramendi authored
100% Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Fumio Nakayama authored
100% Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Dean Lee authored
100% Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Denis ARNAUD authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-