- 11 Apr, 2015 7 commits
-
-
David Fuhrmann authored
close #14361
-
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.
-
Francois Cartegnie authored
first nal from raw h264 dump might not be sps refs issues/raw-h264/test.h264
-
David Fuhrmann authored
Because the playlist is started before the interface is up, the vout window provider waits until basic initalization is done in the interface (initialization of VLCIntf, NSApp, static vars). This is still sort of a hack, ideally the playlist should be started only after all interfaces are fully initialized. close #11585
-
David Fuhrmann authored
Because the playback might have been started before the interface registeres its callbacks, set the state manually. close #14046
-
David Fuhrmann authored
This is still racy, but it should reduce the time between playlist and interface start.
-
Rémi Denis-Courmont authored
-
- 10 Apr, 2015 14 commits
-
-
Jean-Baptiste Kempf authored
Close #14294
-
Francois Cartegnie authored
Header flag is required for http streaming.
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
best candidate when using DxVA2 decoding, almost guaranteed to be there if DxVA2 is Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Fallback to SW subpicture blending if there is no subtitle surfaces.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Steve Lhomme authored
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>
-
Mathieu Malaterre authored
Control: forwarded -1 vlc-devel@videolan.org Hi, Some links pointing to TV icons were broken. Attached patch fixes that. Original report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782229 Typical output: [0x1e2ba18] access_http access error: error: HTTP/1.1 404 Not Found [0x1e2ba18] access_http access error: error: HTTP/1.1 404 Not Found [0x1e2ba18] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/4/4b/Logo_de_TMC.gif' [0x1e3fbc8] access_http access error: error: HTTP/1.1 404 Not Found [0x1e3fbc8] access_http access error: error: HTTP/1.1 404 Not Found [0x1e3fbc8] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/4/4b/Logo_de_TMC.gif' [0x4b52bc8] access_http access error: error: HTTP/1.1 404 Not Found [0x4b52bc8] access_http access error: error: HTTP/1.1 404 Not Found [0x4b52bc8] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/9/98/Public-Senat-LCP-An_logo_2010.png' [0x7fd8cc0133e8] access_http access error: error: HTTP/1.1 404 Not Found [0x7fd8cc0133e8] access_http access error: error: HTTP/1.1 404 Not Found [0x7fd8cc0133e8] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/9/98/Public-Senat-LCP-An_logo_2010.png' [0x3567038] access_http access error: error: HTTP/1.1 404 Not Found [0x3567038] access_http access error: error: HTTP/1.1 404 Not Found [0x3567038] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/3/30/Bfm_tv.jpg' [0x1ba7748] access_http access error: error: HTTP/1.1 404 Not Found [0x1ba7748] access_http access error: error: HTTP/1.1 404 Not Found [0x1ba7748] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/3/30/Bfm_tv.jpg' [0x1ba7748] access_http access error: error: HTTP/1.1 404 Not Found [0x1ba7748] access_http access error: error: HTTP/1.1 404 Not Found [0x1ba7748] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/3/30/Bfm_tv.jpg' [0x1ba7748] access_http access error: error: HTTP/1.1 404 Not Found [0x1ba7748] access_http access error: error: HTTP/1.1 404 Not Found [0x1ba7748] access_mms access error: error: HTTP/1.1 403 Requested target domain not allowed. [0x1b3f7a8] main playlist error: no suitable access module for `http://upload.wikimedia.org/wikipedia/fr/5/56/Logo_I_tele.png' Description: Fix broken links Author: Mathieu Malaterre <malat@debian.org> Bug-Debian: https://bugs.debian.org/Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
Fixes #14104 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
* only interpolate pts for fields * set picture duration from pic-struct * always uses input block dts when splitting
-
- 09 Apr, 2015 7 commits
-
-
Thomas Guillem authored
VideoPlayer is now started when surfaces are available. If no surfaces are available, don't wait for it, and return an error (and fallback to audio only).
-
Thomas Guillem authored
if jni_LockAndGetAndroidJavaSurface returns NULL, no need to unlock.
-
Thomas Guillem authored
-
Francois Cartegnie authored
-
Thomas Guillem authored
It happened when StreamProbeDVD succeeded and when dvdnav_open_stream failed. Fixes #14300
-
Jean-Baptiste Kempf authored
The changes on preferences association registration, seems to have attacked the taskbar part
-
Thomas Guillem authored
Because getCapabilitiesForType can crash.
-
- 08 Apr, 2015 7 commits
-
-
Jean-Baptiste Kempf authored
Close #10350
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
The model does not matter here as affected objects do not outlive the function call and are not used across threads. Still the references counter of the apartment must remain balanced.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 07 Apr, 2015 5 commits
-
-
Francois Cartegnie authored
refs #14257
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
output pts/length is computed from input block pts. If sample rate is wrong, all timings are borked. Try to use the declared sample rate if possible. If source has wrong sample rate
-
Thomas Guillem authored
Android mediaserver crashes when you output 5.1 PCM @48kHz via Audiotrack with a lot of QCOM devices due to a SIGSEGV in their resampler. It happens with Samsung Galaxy Tab 3/4, Galaxy S4/S5 and many other devices. Therefore, activate surround only via an extra option. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-