- 28 Apr, 2015 1 commit
-
-
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 9 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
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Dean Lee authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Andriy Bandura authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
Kaya Zeren authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-
VideoLAN authored
Signed-off-by: Christoph Miebach <christoph.miebach@web.de>
-