- 30 Apr, 2015 4 commits
-
-
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
-
- 14 Apr, 2015 3 commits
-
-
Christoph Miebach authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Apr, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
RIP
-
- 12 Apr, 2015 8 commits
-
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
It allows to use dvdnav via a VLC access using new dvdnav stream callbacks. When using a VLC access, dvdnav readahead flag is disabled in order to read small chunk of data from pf_demux (that is 2kB). This is disabled by default and must be forced Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #14034 (cherry picked from commit f34029f16dcbddaf5fc76689cc39badc0c7e5c98) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 918f44532669674303f492d0781fa408d0169dd5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
John Stebbins authored
Incorrect conditional filtered out the command Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 59945c72066ca8303031c89dc3ce724140572a6f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Header flag is required for http streaming. (cherry picked from commit fbb1f03c19765cd7438843c9dc763f8fc1846c45) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
refs issues/no-sound-tv.mov (cherry picked from commit 6e5228fdf9bedb1758577fba555a7e52321e48b5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Apr, 2015 3 commits
-
-
David Fuhrmann authored
close #14361 (cherry picked from commit 8de7ac281107b742b40867b0694482bf9861effb) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
David Fuhrmann authored
It is not allowed to call [[VLCMain sharedInstance] info] on the non-main-thread, as this might load and initialize the info window. (cherry picked from commit d87928927015fad3cdbcd0309bf3185c3672822f) Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Jean-Baptiste Kempf authored
-