- 21 May, 2015 6 commits
-
-
Christoph Miebach authored
-
Christoph Miebach authored
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Christoph Miebach authored
-
Christoph Miebach authored
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
- 19 May, 2015 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit f822d4a899433d46e3b5a37a83c08a956f285564)
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
Those patches prevent an infinite loop when specifying an interface name, and avoid using a down interface as the defautl interface. fix #14526 (cherry picked from commit bec798ac1c338b4694889d9c5205c606ae100c0a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 May, 2015 2 commits
-
-
Christoph Miebach authored
-
Rémi Denis-Courmont authored
(derived from commit ab500430e6dfd02ae4e19ecb9a3d76f3f9486522)
-
- 14 May, 2015 1 commit
-
-
Tobias Conradi authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 974b79d88ec564e86ab4137dd35aec941eca4338)
-
- 12 May, 2015 1 commit
-
-
Felix Paul Kühne authored
(cherry picked from commit f7fe783762fa8c2937de3d72ebcb1e59d1c803b1)
-
- 11 May, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 76c60ba677fb944ab7bcaca549eb106a1c53ad5a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 10 May, 2015 1 commit
-
-
Tristan Matthews authored
(cherry picked from commit f71713fb624d510b88b8dda460fa927bc7c079e1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 May, 2015 1 commit
-
-
Francois Cartegnie authored
(cherry picked from commit 2a59243de40e64b90cd6fe8c3402de2706eac445) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 May, 2015 1 commit
-
-
David Fuhrmann authored
(cherry picked from commit e823a595a8aa041de17e23d8f84bcb90d5d48702) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
- 06 May, 2015 6 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit ba19bb5eadaa42d7f115969ba289910a6ef1a6c8)
-
Rémi Denis-Courmont authored
(cherry picked from commit 541b381c676cc96b6e1967610a2077b00950b86d)
-
Rémi Denis-Courmont authored
(cherry picked from commit 8ecc026e2094a59cc96be3b507d6eae10849cc24)
-
Rémi Denis-Courmont authored
(cherry picked from commit 9f09d628b136c2fe48679b320518c37f3cbc7edc)
-
David Fuhrmann authored
close #14560 (cherry picked from commit 5e0fd988cc4bdae005f62cabbb2789d68cd1197a) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Felix Paul Kühne authored
-
- 05 May, 2015 1 commit
-
-
Francois Cartegnie authored
(cherry picked from commit cadfe695b4c138aa8708dc7c8cc5ecbdad77696c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 May, 2015 3 commits
-
-
Tobias Conradi authored
move audio unit initialization after audio session initialization and setup fixes issues when trying to start playback from background Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 1ee464915748e9efb00464d2e926c27e1513a4bd)
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
(cherry picked from commit eceac9eb7d1b0795a8fed310e6fba8cd5a083ec0) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Apr, 2015 6 commits
-
-
Felix Paul Kühne authored
This solves linking issues on iOS and should have no negative impact on further platforms (cherry picked from commit 6031c9769a0dbd8a4f484027d5856b12ec9cc188)
-
Hugo Beauzée-Luyssen authored
When building in non-gnu -std, WIN32 doesn't get defined. (cherry picked from commit fcafb389009c6913d58ebeadf54a4fcc9624652d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This should avoid numerous crashes (cherry picked from commit 30c05d8e241429989db1b230b0e413cf33dcb865) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 46437d4aa3300b99dbfe29f6f2d1fa8fcf64155d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
close #14464 (cherry picked from commit aa6b2c997c14bf4f23eb465ffe84dfb04670f0c8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
(cherry picked from commit e2270a4406d62503db4a6c825f123a3f89952d42) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Apr, 2015 1 commit
-
-
Rémi Denis-Courmont authored
On the one hand, when decoding in hardware, the video surface dimensions will match the coded dimensions, rather than the visible ones. Otherwise the hardware decoder would not have enough space for its output. In this the libavcodec plugin does not add padding (since libavcodec SIMD optimizations are not involved). On the other hand, when decoding in software, the video surface height must not include the padding added by libavcodec SIMD optimizations. So then the visible height needs to be used to avoid bleeding green lines. (cherry picked from commit 3b3bd7e49d52875024c6f1b0ef4eac124a637c2d) Conflicts: modules/hw/vdpau/chroma.c
-
- 28 Apr, 2015 2 commits
-
-
Erwan Tulou authored
This fixes a regression in vlc2.2. It is described on the forum at : https://forum.videolan.org/viewtopic.php?f=15&t=125790&sid=05f4d8a32853034ce6d497ca15bab1e8 (cherry picked from commit 7a00bd9b966fe6eb615d7df1b5ff6afdd92b2d36) Signed-off-by: Erwan Tulou <erwan10@videolan.org>
-
Erwan Tulou authored
This fallback was an attempt to recover when a skin is poorly designed, but it causes problems under some circumstances. So let's remove it ! (cherry picked from commit 1d2608d4aa0aa9fe30b9fde5a825f14a9941347c) Signed-off-by: Erwan Tulou <erwan10@videolan.org>
-
- 27 Apr, 2015 4 commits
-
-
Rafaël Carré authored
VLC itself has no submodules (cherry picked from commit 1f51cbc7439fbcd19d8a33c7a2809401951c8f76) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 98ec9654ec890b7decf9472cade61c82f489aa9e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 169604c5a75b4d9f99a1db8561e6319d6b11bbfb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Vinson Lee authored
Fix build errors. CC access/librdp_plugin_la-rdp.lo access/rdp.c: In function ‘Open’: access/rdp.c:431:5: error: implicit declaration of function ‘freerdp_channels_global_init’ [-Werror=implicit-function-declaration] freerdp_channels_global_init(); ^ access/rdp.c: In function ‘Close’: access/rdp.c:507:5: error: implicit declaration of function ‘freerdp_channels_global_uninit’ [-Werror=implicit-function-declaration] freerdp_channels_global_uninit(); ^ freerdp channels global functions were removed from FreeRDP repository in commit 2a82684521dc8b23ae92e284e866227e5194a7bb. commit 2a82684521dc8b23ae92e284e866227e5194a7bb Author: Marc-André Moreau <marcandre.moreau@gmail.com> Date: Wed Jun 11 16:27:31 2014 -0400 channels: cleanup unused freerdp channels global functions Signed-off-by: Vinson Lee <vlee@freedesktop.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 5c07f87a773153c128b3a771ed61e7915cd8fe18) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-