- Jun 13, 2018
-
-
François Cartegnie authored
triggering discontinuity on every packet with some streams, depending on preroll
-
François Cartegnie authored
-
François Cartegnie authored
contains same code, and packet time base can be != from the real rate (ex: flv)
-
- Jun 12, 2018
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This reverts commit bf2ff7fe.
-
Erwan Tulou authored
This partially reverts commit 5ea9b98e.
-
- Jun 11, 2018
-
-
Erwan Tulou authored
-
Erwan Tulou authored
As no videoWidget is ever inserted into the stackWidgetsSizes QMap, a default QSize is provided with width and height = -1. These uninitialized values are then propagated and end up as a no op at some point. Yet, on Wayland, this -1 default values can end up being transmitted to the Wayland server, that treats them as invalid values (protocol error). At least the Gnome server(mutter) does. This fix simply removes the call.
-
MKV files made by DivXMKVMux 9.8.12.1750 are broken too. FFmpeg hevc_parse.c did the same thing to workaround the issue. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Symptoms: I have a recorded .ts file that is around 15 seconds long for testing. VLC can play the stream fine, but the displayed duration is 10s. When VLC reaches the end of the file, it seems to realize that there is more data and increases the duration as the file plays. Digging into ProbeEnd: I digged into the code and found the ProbeEnd method. It calls ProbeChunk, with output args (the pcr and a found boolean). If pcr == -1, the previous chunk is taken, until PROBE_MAX is reached. However, the i_pcr received from the ProbeChunk method is the pcr of the last packet, and not the pcr of the last packet with a pcr. It means that most of the time, the pcr is -1 and the previous chunk is read, even though b_found is true. What's the use of that condition? I removed it, please correct me if I'm wrong. The ProbeStart has the same suspicious condition, so I removed it too. I also saw the suspicious `i_pos > 0` which is always false at the first iteration. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Rémi Denis-Courmont authored
Don't hide the fact.
-
Rémi Denis-Courmont authored
-
scheme was prunned Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 10, 2018
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And simplify accordingly.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David authored
This should be able to be just replace the old NSUInteger, according to docs.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
Access to those will be removed in a future update of macOS
-
Felix Paul Kühne authored
Access to those will be removed in a future update of macOS
-
Rémi Denis-Courmont authored
-