- 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>
-
- 25 Apr, 2015 1 commit
-
-
Christoph Miebach authored
-
- 22 Apr, 2015 5 commits
-
-
Francois Cartegnie authored
(cherry picked from commit a13829b11afe1b56d5ecec4afa0b62b44af10739) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit f162660200e8f706a101963745010dccc0e77540) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit a3ce78afc55ec7675fceff7b9ffe17fa4f8f12ca) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
segment depends on current time for live streams and might have been removed (cherry picked from commit 345370222094f149c76f724f7f67a95255faff28) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 39b6e3b4f3071294c098958756cc912f8671d7b2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Apr, 2015 1 commit
-
-
Francois Cartegnie authored
Since the copy mpeg2 packetizer is no longer accepting mpg2 fourcc, the -broken- ms-dvr files are not packetized. (cherry picked from commit f7ffd0132121652b85ab5fd49ad4a2423172b182) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Apr, 2015 1 commit
-
-
Rémi Denis-Courmont authored
vlc_rwlock_rdlock() may be a cancellation point. See also 446703fadbff12ad8bd70255e56c978446a564e6.
-
- 19 Apr, 2015 1 commit
-
-
Arjun Sreedharan authored
s/malloc/xmalloc/g Signed-off-by: Arjun Sreedharan <arjun024@gmail.com> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit c8559d4ed217b98e7cf50926a1388cfc77812a66)
-
- 18 Apr, 2015 1 commit
-
-
Thomas Guillem authored
It happens when pa_stream_write is called too late after a flush. This fixes audio drop when the track has a positive delay. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 7de1c701a5a43fd5a5cbd236fa64d750a356c7de)
-
- 16 Apr, 2015 1 commit
-
-
Rémi Denis-Courmont authored
(cherry picked from commit c354efa3a2843d479c8fa9e929ff1064e5526bfa) Conflicts: modules/hw/vdpau/Makefile.am
-
- 15 Apr, 2015 3 commits
-
-
Ricardo Ribalda Delgado authored
One of the bounds of the loop were wrong, ending up in testing formats that were not supported by the hardware. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 4372fe4df714fccb15eeb7e0baeae74fb97edaee)
-
Christoph Miebach authored
-
Christoph Miebach authored
-