- Feb 07, 2018
-
-
Assume a 60 FPS video, each call of demuxer->demux return one frame, then the delay between each of demuxer->demux should not large than 16.7ms. A 50ms delay makes the buffering level around i_min_buffering. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
In order to allow finer handling of seek errors. Partial revert of commit 58921590.
-
Konstantin Pavlov authored
-
Steve Lhomme authored
Fixes #19612
-
Thomas Guillem authored
State goes from Buffering to Paused then to Playing when loading a music track.
-
Thomas Guillem authored
We have to use a new url for each new artwork, because the CC will cache the content.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
This happened when seeking on start.
-
Thomas Guillem authored
This avoids to loose the header when flushing.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
as with 2.2
-
-
- Feb 06, 2018
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
David authored
In release mode, a random count value was used, leading to crash
-
François Cartegnie authored
fixes chunk pos index less 1 sample re-read per demux run with uncompressed audio introduced by d4c5f2dc might break with low fps video.
-
Jean-Baptiste Kempf authored
-
Marvin Scholz authored
Previously the 64bit installer would not detect if a 32bit VLC is already installed, this can lead to situations where two VLC versions are installed on the system, one 32bit and one 64bit. Windows will only show one version, as they have exactly the same name in the start menu and shortcuts. Even though the registry values are different for 32bit and 64bit, the Apps list of Windows will only show one of them too. (Except the old non-UWP one) Therefore we really need to avoid this case. With this commit, if the user has a 32bit VLC installed, it will be uninstalled first before installing a 64bit version.
-
Thomas Guillem authored
Fixes #19618
-
canalplus.fr does not exists anymore and redirects to mycanal.fr the layout is very different and thus the script has no reason to exist anymore. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
pluzz.fr does not exists anymore and redirects to france.tv the layout is very different and thus the script has no reason to exist anymore. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Normal user credentials could not be found since the "anonymous" never matched in keystore. This is a partial revert of 93664659 Since we now log anonymous per default. A proper fix need a vlc_credential change that we won't do now.
-
Thomas Guillem authored
Fixes #19616
-
Thomas Guillem authored
Don't seek from demux filter but from the the sout. Do it only one time for every stream ids. Pause the httpd server while seeking in order to prevent the CC to flush valid post flush buffers.
-
Thomas Guillem authored
-
Thomas Guillem authored
-