- 08 May, 2016 3 commits
-
-
François Cartegnie authored
-
Zhao Zhili authored
Make it easier to use a GNU mirror site. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Petter Reinholdtsen authored
The MIME type is used by The Norwegian National Broadcasting company (tv.nrk.no) when configuring it to run an external player. Solves Debian bug #822245. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 May, 2016 16 commits
-
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Wayne McDougall authored
Tighter definition of int types, tightening of code, improved change to type definition for win32 compilation Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
This particular block as heen disabled for a long time, and the rationale for disabling it with a preprocessor check is that it would clogger the output during playback with a lot of unnecessary output. Legacy code should be removed instead of disabled. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Since this data-member is effectively unused after initialization, it has been removed. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
- Moved variable declarations to a more narrow scope, there is no point having them elsewhere (ParseAttachments). - Introduced usage of EbmlTypeDispatcher in ParseChapters, both for maintainability and performance reasons. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
These two functions did effectively the same thing, with the only difference being the debug-dagnostic and the container modified. This patch simply joins the two together by introducing a helper function that will conditionally handle both Enter and Leave in terms of the commands. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
This function was unnecessary complex, shortened the code by introducing a helper variable that we can use for direct indexing instead of going through a switch-statement. In the future we might want to revert this change, but since we will always have values in the range [0, 4) I do not see a problem with shortening the function this way. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
This patch restores the correct virtual stop time of a chapter. [ originally submitted by Denis Charmet ] 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>
-
Filip Roséen authored
The previous static data-member really served no purpose, as such it has been removed and been replaced by a more appropriate less-than operator for EbmlProcessorEntry. The static data-member caused issues when the module was compiled using msvc (thanks for robux4 for finding the issue), which makes it even more important for the patch to come into play. 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>
-
- 05 May, 2016 3 commits
-
-
Hannes Domani authored
-
Petri Hintukainen authored
-
Petri Hintukainen authored
-
- 04 May, 2016 1 commit
-
-
Thomas Guillem authored
And return NULL if the palette allocation fails since most callers will assume that the palette will be valid.
-
- 03 May, 2016 17 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
fixes erratic error return code as ret -1/errno is set on timeout, which can be ret -1 (frontend event only) and an errno from another call
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
NIT still has usable information (vchannels)
-
François Cartegnie authored
no longer uses access
-
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
and add defines so it never happens again
-
François Cartegnie authored
unused for now (dtv goal)
-
François Cartegnie authored
-