- 21 Jan, 2012 9 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 07c007cc2439e99b8d72fa8c94601f7c5fc92da2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit a7bd6bdebe4c9086e53cbc8e2d8928dff2e22298) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit fdb56db9694f4e3df0b8a58cd6a63a486f662071) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit cbfb9425df939d90ace2ae136b4c08485d71f981) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit 0d9b87048de1d8567f84ec6d4eb6077561a6e1f3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit ce16db86ce9e72aa33f299401953d8ba023ca0a6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Konstantin Pavlov authored
(cherry picked from commit 7deea1888112c69aa61d30947f288eb3b3220426) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This reverts commit 4135148ba02495d59c01e190843bf2cc647c7ef1. It would seem that we need to discuss more about this, before. Back to the ml. (cherry picked from commit 21116876182133ab62ce0044a5ee5b176b6b477c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
fix build with unmodified mingw32 (cherry picked from commit a2f19dcc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Jan, 2012 12 commits
-
-
Jean-Baptiste Kempf authored
This reverts commit 3c30f52c. Backporting a bit too quickly it seems
-
Jean-Baptiste Kempf authored
(cherry picked from commit 306747df26951eda2adefd12609542a887452c73) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 336c7415a6bc9b59bf31be798979e6cc5f99fdbf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 768cafce8ddda08d12685319381b17f548e4c8e3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #5867 (cherry picked from commit e3bb4aa9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 291dcb1f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 4135148b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
With libcompat installed (into $(prefix)/lib/vlc/ or whatever), libtool will actually pull only needed functions from the static import library libcompat.a. Previously, it would copy every compat functions into every VLC binaries. This should shrink plugins a bit. (cherry picked from commit 78d45cc1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 10f2d436) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
The patches are not necessary anymore (merged) and the last issue, setlocale is not used anymore, for uselocale. Ref #5879 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 4567b661) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It now supports all combinaisons of Destinations: - YV9, YV12, I410, I411 (8 bits) - I420, I422, I444 (8, 9 and 10 bits, native endianness only) - YUYV and the various variants - NV12/NV21 - RV15, RV16, RV24, RV32 Sources - YUVA - RGBA - YUVP The quality of the blending is the same, and the speeds for I420 is the same (not tested others combinaisons). Support for blending I420 over another picture has been removed (I don't see the use case and it simplify the code). It closes #5477. (cherry picked from commit fec8f97c) (cherry picked from commit 4729c93f) This commit is backported, because it is the only way to have proper Hi10p playback on linux using Xv with subtitles. I do not think we want to deal with the support of people asking why they don't see their subtitles, and switching to the openGL output with great drivers is... Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
(cherry picked from commit 0137d3be) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
- 18 Jan, 2012 9 commits
-
-
Brendon Justin authored
The cache level dropdown in simple preferences previously did not change file-caching, only network-caching, disc-caching and live-caching. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit c422cdda) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Selecting 'Custom' for cache level in simple preferences should leave current settings alone. Custom levels are set in advanced preferences. Fixes #5868. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit fa4b920d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
drop audio packet after 5 seconds it'll be much too late anyway; and 1 second later is arguably too late too (cherry picked from commit 6189c758) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit d5b953c4) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 4a9ecabe) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
also remove obsolete flags (cherry picked from commit d8b9e7ae) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
The symbols clash with libthreadutil of upnp (cherry picked from commit e7211c9a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Olivier Gambier authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit dbedba79) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
glob() sets the result structure also in case of error. The results may be incomplete. (cherry picked from commit 85488575)
-
- 17 Jan, 2012 7 commits
-
-
Alexander Law authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Yaron Shahrabani authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Alexander Law authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Rafaël Carré authored
(cherry picked from commit 8cf35578) (cherry picked from commit e64c71e8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 4f417ef5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
U/V planes were swapped twice. (cherry picked from commit 400a9e94) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Gaurav Narula authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit f8fa7854) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Jan, 2012 3 commits
-
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Gabor Kelemen authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-