- 08 Feb, 2014 9 commits
-
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
BluRay streams have 4-byte header before TS sync byte. Current code handles 192-byte ts packets, but it assumes extra bytes are at the end of packet. This results in re-sync at stream start: 1) first packet is dropped First packet is usually PAT, and losing it means losing the first GOP. This is fatal with still-image based menus. 2) 4-byte header of the second packet is skipped This results in read of the last packet returning only 188 bytes, and it is also skipped. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dennis Hamester authored
A maximum display time does not make sense for real teletext pages. Instead they should be displayed until the user disables teletext or the page is updated. Therefore do not set a stop timestamp on normal pages, but only when rendering in text mode, which is meant for subtitles, where the timeout makes sense. Signed-off-by: Dennis Hamester <dhamester@jusst.de> Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
The user can choose to apply a builtin shader using a selection list in the options of the Direct3D vout module. A custom shader function can also be loaded by specifying the path of the shader file. Many changes since the latest patch proposal: we are not compiling "shader techniques" anymore but now shader functions using the "main" entrypoint. All the shaders previously in pixelShader.fx are now builtins. Based on the code by Sasha Koruga for GSoC 2010. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Petri Hintukainen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Mark Lee authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Mark Lee authored
This is needed for libvlc_event_type_name(). Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 07 Feb, 2014 26 commits
-
-
Hugo Beauzée-Luyssen authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Julian Scheel authored
Expose an event to libvlc users which allows them to get notified about the current program scrambling status. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Petri Hintukainen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(This is required by MSDN.)
-
Rémi Denis-Courmont authored
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Matthias Keiser authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
There is no way in the MediaCodec API for the decoder to signal these values to the caller, at least none that is publicly documented. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Julian Scheel authored
If the input format has a valid pixel aspect ratio set (ie from the packetizer) pass this into the output format. This helps for omx implementations which do not report the aspect ratio. For omx implementations which provide aspect ratio information give these precedence over the incoming values. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Julian Scheel authored
When the packetizer detects a valid pixel aspect ratio this should be forwarded to the decoders input format. This is helpful for decoder modules which do not expose the aspect ratio on their own. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is consistent with all the other neon functions. This avoids having to add a symbol prefix via other means (macros, wrapper tools) on platforms that normally use one. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Daniel Verkamp authored
Fixes Bink video playback. The Bink video decoder in libavcodec relies on the fourcc to determine the version of the codec. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Martin Storsjö authored
This avoids reuploading a full resolution 32 bpp surface for every frame while the subtitles are displayed. Ideally this information perhaps should be signalled from the vlc core in some way, but until then, this avoids excessive slowdowns with subtitles with the mediacodec direct rendering. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The member m_ref does not exists in DeckLinkCaptureDelegate(), it is named m_ref_.
-
Martin Storsjö authored
--host is used to indicate where the built binaries are intended to run, while --build indicates the platform where the configure script is being run and where it is built.
-
- 06 Feb, 2014 5 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
(The MTA is still entered upon loading. In that case, it fails safe.)
-
Wieland Hoffmann authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-