- 11 Jan, 2012 11 commits
-
-
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 d1902eb8d655d269f342d0562d0e63c1b0ab136d) 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 cef4b56a6f7b467300858bf125aaa7098481cb5d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 87e9c403dece6d0c347d7314402f1919cb36b859) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It workarounds an avcodec issue. (cherry picked from commit e587ce36787d2519a774d27465d71b2272c9c6c4) 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 5539fea75b47b3c8c68c2f5e8a268904f4c019ff) 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 74e141c59fa8013c6088be652ec67701502e1db6) 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 0c0c1a06aedab0ddd73c7a9bf5290527deb07da0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
With [99e262c4], it closes #5755 and #5756. (cherry picked from commit d650147f1ce9b4bb7fd141c1841eb342d1048a5f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 45ee0e5c08f3ace0cb314f9108839ce856ba3f4e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 1ac5b35ca17c3316a5cc1ef4ddda3dcd98f27de8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It avoids trying to play the file. (cherry picked from commit 136942f307a3fee34c6a9f11353328f264e9027b) 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 09d1c6e1891cdc914d25279aabdd83c13baab227) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christophe Mutricy authored
(cherry picked from commit 2150d3eaccf77b59bd03202bf3496c21fab24abc) 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 4f771d1d5cab79ff16a494edb2c97bb7366f923d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Jan, 2012 9 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 491b918f5628a502a6bcf89141e5ecfba3c7757d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It was added by [5e0e7978ffa0ad34c780c08caf518efcc4082127]. (cherry picked from commit ffc31b5c43de67733ee90b3ea07409a7d81733d0) 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 5e0e7978ffa0ad34c780c08caf518efcc4082127) 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 63af7c781fe9c3cf07babb8befacd1d87b2182ca) 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 69a6354729fe83768f0e117889bb415969c25f75) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 520e60b66c2747105a91222cf101bfc806cd55f9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit efd3ce8fa8000a626ad0b7fcaf4cb1f288c2c487) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5801 (cherry picked from commit 2b3f7fc5c6cc3cc9334761d41d8e266b10b7f87f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
Stereoscopic formats would get mistakenly selected (cherry picked from commit 0d4e2968970e2a344ce81c979b78e27435c485c6) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 08 Jan, 2012 12 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 aba135724b94f77e5e2d561cd249792f4d217340) 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 3ed6c0090febe190909fb867ae4dfac5311e9c06) 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
-
Pierre Ynard authored
Use the same approach as in the playlist module This should fix #5398 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit b33269e785fbe4541c2b52700181c005066528d9) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Naohiro KORIYAMA authored
Align stack variables manually in yadif x86 code. This is fixed for the issue that yadif crashes VLC on Windows XP. This issue happens win32 build on Windows 32bit. This issue doesn't happen win32 build on Windows 64bit. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 577b183d295adbea85e03502d73d04fd3f90ef90) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: always expand all sidebar nodes on launch (fixes #5811) and make sure that the sidebar isn't editable by the user (cherry picked from commit 72f3e860b6f12775f9d965121f34a994f3dcbf74) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit af6ffdaac40af9e5622e7521693f0186865e0e97) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 09ad74bd3606a9dc876f1d3647bd74e016d47a7a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
And removed our patch that has been applied upstream. Close #5795 Pointed by Mangled Deutz (cherry picked from commit 0bce87068194ed1a06e6e81daa9dfca9c578a953) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-