- 19 Jan, 2015 1 commit
-
-
David Fuhrmann authored
Ulgy resampler produces really noisy output with some samples, it is way better with libsamplerate.
-
- 18 Jan, 2015 5 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Use global pmt es count, as there's no multiple pmt
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Because the no-trust-pcr thing isn't a real fix.
-
Francois Cartegnie authored
-
- 17 Jan, 2015 1 commit
-
-
Felix Paul Kühne authored
-
- 16 Jan, 2015 1 commit
-
-
Francois Cartegnie authored
-
- 15 Jan, 2015 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
A variable cannot be inherited if it is not a configuration item. Note this only avoids generating an error; VBI cannot work without the plugin anyway.
-
Francois Cartegnie authored
Since (*) we can't tell if the sample is v0 follows the ISO spec or comes from qt and then means uncompressed, we can't agregate samples reliably. * our muxer removed qt brand from files.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
This reverts commit 39353b9c.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Thomas Guillem authored
Fix build for android. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Tristan Matthews authored
-
- 14 Jan, 2015 7 commits
-
-
Martell Malone authored
struct pollfd is available from Vista+, applicable winRT builds. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Fabrizio Ge authored
Regression from 67531a98. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 13 Jan, 2015 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
Get codec description from media elementary stream. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
It's safe since preparser won't be called for network files if META_REQUEST_OPTION_SCOPE_NETWORK option is not set. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Network files will only be preparsed if META_REQUEST_OPTION_SCOPE_NETWORK option is set (option not set by default by vlc playlist). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
libvlc_media_discoverer_new_from_name was creating a services_discovery_t and was starting it, so libvlc_MediaDiscovererStarted event (or any other events) could not be received. To fix that, Split libvlc_media_discoverer_new_from_name into libvlc_media_discoverer_new and libvlc_media_discoverer_start. That way, we can attach events between create and start. libvlc_media_discoverer_new_from_name is now deprecated, but it still works like before. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Should fix out-of-sync tracks with DASH
-
- 12 Jan, 2015 6 commits
-
-
Tristan Matthews authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
merge browser.c into access.c. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
but VLC still can't decode these subtitles Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
zsh_gen is linked against libvlc from $BUILDDIR/lib/.libs and needs it in LD_LIBRARY_PATH to run. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
opus_prepare_header is "too small to fail"
-