- 13 Apr, 2015 9 commits
-
-
Francois Cartegnie authored
Repicked pcr might be on a track that lacks of pcr field.
-
Francois Cartegnie authored
Avoids breaking with pcr on separate pid
-
Francois Cartegnie authored
refactorings... :/
-
Tristan Matthews authored
-
Francois Cartegnie authored
AMR is declared as V0, uncompressed chunk. Reading a max of 1024 samples in that case is too much.
-
Francois Cartegnie authored
also reverts dad98149
-
Thomas Guillem authored
-
Jean-Baptiste Kempf authored
It is present in the .zip and .7zip since forever It takes bandwidth and space that is not useful.
-
Thomas Guillem authored
Don't abort DecodeVideo when there is no p_block. It allows to fetch more than one output buffer consequently.
-
- 12 Apr, 2015 1 commit
-
-
Jean-Baptiste Kempf authored
Close #14034
-
- 11 Apr, 2015 9 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
refs issues/no-sound-tv.mov
-
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.
-