- 12 Jan, 2012 1 commit
-
-
Felix Paul Kühne authored
macosx: re-written the messages panel to use a table view instead of a text view. this vastly improves its performance and prevents any related crashes known to me so far thanks to poldi for the idea (cherry picked from commit b0aa6c5f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Jan, 2012 16 commits
-
-
Felix Paul Kühne authored
macosx: prevent ugly rendering artifacts when resizing the black main window on a slow CPU by adding a black backdrop on top of the clear window background (cherry picked from commit 498f15b3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
plus some other fixes (cherry picked from commit 0e608f94) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit b9e10880) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sidney Doria authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Xabier Aramendi (Azpidatziak) authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Vincenzo Reale authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Fumio Nakayama authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Dean Lee authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mario Siegmann authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Jean-Baptiste Kempf authored
Close #5545 (cherry picked from commit d1902eb8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Naohiro KORIYAMA authored
This patch affects only on MinGW win32 builds. Fixes #5793. Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit cef4b56a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 87e9c403) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It workarounds an avcodec issue. (cherry picked from commit e587ce36) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It should fix #5753. There can still be an issue with an insufficient input caching. (cherry picked from commit 5539fea7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It will allow to specify the number of needed extra picture buffers due to decoder latency. (cherry picked from commit 74e141c5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 Jan, 2012 8 commits
-
-
Laurent Aimar authored
It was introduced by [99e262c4]. (cherry picked from commit 0c0c1a06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
With [99e262c4], it closes #5755 and #5756. (cherry picked from commit d650147f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 45ee0e5c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 1ac5b35c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It avoids trying to play the file. (cherry picked from commit 136942f3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
Some rar archives doesn't have an end block. (cherry picked from commit 09d1c6e1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Mutricy authored
(cherry picked from commit 2150d3ea) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4f771d1d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Jan, 2012 9 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 491b918f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It was added by [5e0e7978]. (cherry picked from commit ffc31b5c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It happens when the size information is missing. It closes #5766. (cherry picked from commit 5e0e7978) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It is usefull to load a whole file to memory. (cherry picked from commit 63af7c78) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 69a63547) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 520e60b6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit efd3ce8f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5801 (cherry picked from commit 2b3f7fc5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
Stereoscopic formats would get mistakenly selected (cherry picked from commit 0d4e2968) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 08 Jan, 2012 6 commits
-
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
The issue was that we had 2 VLCPlaylist objects although they should be only one. Therefore this commit removes the wrong one in Open.xib Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit aba13572) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
also adds forgotten PL_LOCK and removes a commented out code block which should not be needed anymore Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 3ed6c009) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
fixes both #5733 and #5806 (cherry picked from commit a3349c78515633fec940c37ef469252a730fb529) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Mutricy authored
-
Christophe Mutricy authored
5 new strings
-