- 19 Jan, 2012 5 commits
-
-
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 78d45cc159a0cf1c44feef11a2b9800d9398048e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 10f2d436c540f5aadecdf69c05adb00435aabce7) 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 4567b66189dbf45e87e82eadc541b7d70cc2d5c3) 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 fec8f97c7f712483d047e961b31b5cbec921692a) (cherry picked from commit 4729c93f0cfe187029f0aee1c85253bd54edc2ad) 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 0137d3be215be27d29224bd04f921e41e9cac145) 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 c422cdda4db1e9f69f53e198de8c01ee691f5157) 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 fa4b920d664728768c3d15fe7ffc0f0a348cce9e) 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 6189c75855cf343875c334cd9a9b824b3585c5c0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit d5b953c44a4bd5870e78d4272459a4a97393c344) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 4a9ecabe2c03c2918a30913aab1ab3d67ceabf5a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
also remove obsolete flags (cherry picked from commit d8b9e7ae0784b0409bbbc039e9ebbcd95539f94c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
The symbols clash with libthreadutil of upnp (cherry picked from commit e7211c9a48bed2fd345dfac5c33c7f59445ee613) 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 dbedba79a4c61d3ea609a94afa07f4a7ddbf2d59) 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 85488575ba5f5fe93738b73df5dc9e9d3351c8d3)
-
- 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 8cf355785e002ade33af056c68123b395ff4e46f) (cherry picked from commit e64c71e8ea08ecbd678d4b652531a3ae151308f2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(cherry picked from commit 4f417ef5ed3c7dbe3094fded253c135132afa5c2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
U/V planes were swapped twice. (cherry picked from commit 400a9e94170b6dcff6ec2e43ce8b5483ca2a8ede) 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 f8fa7854726df936f683f239c726f4719cb82ca7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Jan, 2012 10 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>
-
Marián Hikaník authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Mihkel Kirjutas authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Oleksandr Natalenko authored
Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
-
Jean-Baptiste Kempf authored
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 04c1aeb226a0b228bb2e61d843a190a594c685c8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Brendon Justin authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 056f72377faed75f22f89735f64961e8b1cbb30c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit d9995bb6a5c9a2d1faa0083c7c0e3517e9567157) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Jan, 2012 7 commits
-
-
Brendon Justin authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 2845a74216f7289e5eb1ddcc5b3bdd998c5a57fd) 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 2d81b923ef635a3336f127aa1530f4d3a1d5e18f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit ad4ff46f2b04d96eb4b4dfab5a39d6d1dc25025c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
(cherry picked from commit b0ac1fc6a24b2835d4af359a7d3847c80b0a3e9b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
For example when starting with files, keep commanline order. Fixes #5207 (cherry picked from commit 7a28f1931d3e19b7a7094fb8ec48a8bf98847875) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 6afece092f9fcba610c43f3331a99f646caaebfa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Jan, 2012 2 commits
-
-
Pierre Ynard authored
The deadlock would occur when the VLM would stop an instance and detach its RTP output, at the same time as an RTSP client would issue a VoD command to the VLM. Unfortunately this introduces a race condition where wrong RTP-Info can be returned. (cherry picked from commit 7ac6ae55e2496c7178ce0b15a3c16a2db464a38c) Signed-off-by: Pierre Ynard <linkfanel@yahoo.fr>
-
Felix Paul Kühne authored
(cherry picked from commit 7e47a1f723ed381b86f66cd93465e7fdbd95723c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-