- 13 Jan, 2015 5 commits
-
-
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 33 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"
-
Tristan Matthews authored
Rate will never be 0 here.
-
Tristan Matthews authored
If no header is given, deduce it from the decoder format. Tested for mono, stereo and with/without --codec avcodec at 8000, 12000, 16000, 24000 and 48000hz.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
After optimization in 6cccd64d, complete ASS header was discarded for some subtitles. close #12733
-
- 11 Jan, 2015 1 commit
-
-
David Fuhrmann authored
This target mimics a cocoa application and is merely added to enable autocompletion in the code editors. New interface files should be added to this target as well. Do not use this target for compilation, it won't work.
-
- 10 Jan, 2015 1 commit
-
-
David Fuhrmann authored
-