- 09 Feb, 2014 5 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Prints dts, segment number, length, difference to previous dts and md5 of block. with prefix-option you can give prefix to print in stats-line, so you can add stats module multiple times with different prefixes. Output to file is given with output parameter.
-
- 08 Feb, 2014 23 commits
-
-
Francois Cartegnie authored
Skeleton handling does early write of some headers, and then skipped flagging them.
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Mark Lee authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maxim Bublis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
See CVE-2013-6954
-
Jean-Baptiste Kempf authored
-
Ron Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ron Wright authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ron Wright authored
This patch introduces FFT windowing routines to reduce spectral leakage in spectrum-based visualizations. It supports four types of windows that are commonly used in spectrum analyzers (besides the pre-existing rectangular window): Hann, flat top, Blackman-Harris, and Kaiser. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
For instance changing from 10:10 to 1:1 should not generate an event if we are not in display fill mode.
-
Felix Abecassis authored
Avoid signalling a change of aspect-ratio when it only changed from 1:1 to 0:0. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 12 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>
-