- 25 Jan, 2018 13 commits
-
-
François Cartegnie authored
(cherry picked from commit b80ae281) (cherry picked from commit 4a82a270) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Lamot authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit fbfaf502) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Lamot authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e7d528fe) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
it will end up with a double free Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
LoadTags() had a hard value for no reason. If the user wants a strict check then we must respect that choice. (cherry picked from cbbc8d8d) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit a62d3f30) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
rather than the one from another object (cherry picked from commit 5158cdfe) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
We can't get here if we don't have a parser for the segment (cherry picked from commit 1a4c3bdf) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit 72f0a5b7) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Now AnalyseAllSegmentsFound() only get a matroska_stream_c and returns if it can be used or not. (cherry picked from commit b56d6801) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
This will avoid parsing the same data twice and avoid duplicate/different code. (cherry picked from commit c7574905) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Fix audio passthrough playback when our demux/packetizer can't parse hd audio codecs informations. Aouts don't use channels anymore when configuring passthrough. (cherry picked from commit 2b07680a) (cherry picked from commit 15468745) Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Jean-Baptiste Kempf authored
-
- 24 Jan, 2018 27 commits
-
-
François Cartegnie authored
(cherry picked from commit d9103e80)
-
François Cartegnie authored
(cherry picked from commit 4a96baac)
-
François Cartegnie authored
(cherry picked from commit 9f763167)
-
François Cartegnie authored
(cherry picked from commit 9c661e46)
-
François Cartegnie authored
(cherry picked from commit d3fdf790)
-
François Cartegnie authored
(cherry picked from commit 757e099e)
-
François Cartegnie authored
(cherry picked from commit b9c0ea52)
-
Rémi Denis-Courmont authored
The existing D-Bus and XDG plugins are windowing system-agnostic. (cherry picked from commit c5b3db14) Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
There was an issue with who is responsible to delete the previous element in the call stack. With a double free in some cases. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
It's converted to void* anyway Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit b15c11c6) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Lamot authored
fix: #19509 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit e5bc7ca6) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Ref #19127 (cherry picked from commit a821690b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
same fix that is needed for VC1 Ref #18916 (cherry picked from commit fe922dd6) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit 3db333e3) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
May fix #19529 (cherry picked from commit b511daff) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes some crashes. (cherry picked from commit ff0d2f1c) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit b648c469) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
It's OK to find nothing if the data was all garbage and dummy we skipped. The check on the EOF is necessary as there's no way to tell if we found nothing because of EOF or because we reached the end of the Max size to read without anything useful. Fixes #19512 (cherry picked from commit 64f1615a) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
(cherry picked from commit 2594bb15) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Fix regression introduced by e82fce44 / dd6a06e2 (cherry picked from commit 103c285e) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Regression from 5ca1ca1c (cherry picked from commit 6d7f4d00) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
This software doesn't put mpeg-2 frames properly in mkv frames. Without a packetizer we get a lot of decoding issues. Fixes #18916 (cherry picked from commit c3ac6661) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
This fixes a race condition between playlist_ServicesDiscoveryRemove() and playlist_ServicesDiscoveryKillAll(). SDs can be removed from any threads by lua plugins. CD dd542657-7b65-4f66-9741-22f15e0d563e (cherry picked from commit d9661b8b) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Fixes #19435 (cherry picked from commit 54b53d93) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-