- 22 Nov, 2016 16 commits
-
-
Rémi Denis-Courmont authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
The projection matrices are passed via a constant buffer. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
VLC requires a newer libavcodec version anyway.
-
Filip Roséen authored
ExtractIntlStrings is only applicable for a limited range of boxes, though with the recent changes following its introduction it might be invoked for entities it is currently not protected from misdiagnosing. These changes make sure that we only interpret a box inside the function if: - the atom is known as a metadata box - the box has been parsed - the box has a father, and it is ATOM_udta The check so that we do not parse boxes that contain a "data"-box has been removed given that this check is more suitable at where the call to the function is made. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Filip Roséen authored
The mentioned commit inaccurately assumed that every path within SetupmdirMeta requires the "metadata" box to have a child of type "data", which is not the case. These changes simply changes the behavior so that we invoke the correct parsing mechanism when it is applicable. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Filip Roséen authored
The previous implementation would assume that we would always have at least 4 bytes of data left in the pending buffer, which can cause us to read more bytes than available inside the loop. This change make sure that we do not continue parsing if this happens. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Filip Roséen authored
The previous implementation would ignore metadata keys unless there was a mapping to both AppleNameToMeta, and AtomXA9ToMeta, which is of course erroneous. Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
- 21 Nov, 2016 24 commits
-
-
Rémi Denis-Courmont authored
The old DVB plugin generate syntax error messages on valid MRLs that the normal DTV plugin just fails to open (e.g. due to missing tuner). This has proven very confusing.
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rafaël Carré authored
Signed-off-by:
Francois Cartegnie <fcvlcdev@free.fr>
-
Steve Lhomme authored
also set the vertex shader layout only once 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 is not needed in the vertex shader Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-