- Nov 24, 2017
-
-
Jean-Baptiste Kempf authored
-
- Nov 23, 2017
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 08, 2017
-
-
Rémi Denis-Courmont authored
-
- Aug 31, 2017
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Aug 30, 2017
-
-
Thomas Guillem authored
The GL/GLES2 plugins doesn't depends anymore on X11, WAYLAND, VAAPI or other hardware libs. Move all converters (that were built in GL plugins) in separate plugins, with a "glconv" plugin capability. This new type of module will be loaded by GL plugins when a video format is opaque. Otherwise, the built-in software converter (that handle RGB,YUV,YXZ12) will be used. Each new converters plugins depends only on hardware libs like VAAPI-X11, VAAPI-WL. These news plugins don't depend on Open GL / GLES2. Therefore, one glconv plugin can be used by a GL and a GLES2 plugin. Fixes #18575
-
- Aug 09, 2017
-
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Aug 06, 2017
-
-
Rémi Denis-Courmont authored
The SDL video output has been forcefully disabled on MacOS X for 12 years. It has also been disabled in Windows builds for over 6 years. Finally, it has been broken on X11 due to lack of windowing integration, for several years, cannot be fixed without changes to the SDL API, and is completely useless.
-
Rémi Denis-Courmont authored
The DirectFB project has been dead for several years, and is ostensibly not used. If you really need direct access to the Linux frame buffer, there is still the raw LinuxFB module for the time being.
-
- Jul 31, 2017
-
-
Marvin Scholz authored
-
- Jul 24, 2017
-
-
Thomas Guillem authored
-
- Jul 09, 2017
-
-
Rémi Denis-Courmont authored
As most demuxers cannot handle tags at the beginning of their input streams, the demuxer code has automatically skipped them for a long time. Unfortunately, a number of demuxers also assume that the initial stream byte offset is zero (while some others seem to assume zero in some paths and not in others). This seems like a reasonable assumption. And even if it were not, fixing all affected stream filters and demuxers to perform only relative seeking seems impractical and unpalatable. This stream filter shifts the stream byte offset so that the tags are entirely invisible, and the demuxer can assume the start is at offset 0. Of couse, the tags must still be accessible to the meta extraction engine(s). The TagLib plugin uses "low-level" vlc_access_NewMRL() so it is not subject to stream filters, and not affected by this change. (This change does however remove tags from "demuxdump".) NOTE: On the one hand, this also enables demuxing a file format with embedded absolute file offsets, if the tags were prepended after muxing. On the other hand, it conversely breaks demuxing such a file format if the tags are added during muxing. As far as I know, tags are normally appended rather than prepended to avoid this ambiguity.
-
- Jul 08, 2017
-
-
Rémi Denis-Courmont authored
-
- Jul 04, 2017
-
-
Thomas Guillem authored
-
- Jun 23, 2017
-
-
Thomas Guillem authored
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Jun 03, 2017
-
-
Rémi Denis-Courmont authored
-
- Jun 02, 2017
-
-
Thomas Guillem authored
-
- May 29, 2017
-
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
This set of "helpers" is only used by the libmpeg2 plugin, and was not exposed to out-of-tree-plugins. There is apparently no point keeping it inside the core.
-
- Apr 14, 2017
-
- Apr 08, 2017
-
-
Rémi Denis-Courmont authored
-
- Mar 15, 2017
-
-
Hugo Beauzée-Luyssen authored
-
- Feb 27, 2017
-
-
Jean-Baptiste Kempf authored
It does not make sense anymore
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Feb 21, 2017
-
-
zip extraction is now handled by the libarchive based modules/stream_extractor/archive.c, as such these files/modules are no longer needed. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Archive extraction is now handled by the libarchive based modules/stream_extractor/archive.c, as such these files/modules are no longer needed.
-
rar extraction is now handled by the libarchive based modules/stream_extractor/archive.c, as such these files/modules are no longer needed. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 29, 2017
-
-
Rémi Denis-Courmont authored
This provides a very very basic window provider using the unstable XDG shell protocol version 5. This will be updated later, to unstable version 6, a higher unstable version or preferably a stable version.
-
Rémi Denis-Courmont authored
-
- Jan 06, 2017
-
-
François Cartegnie authored
Following demux changes. Now does style inheritance on the fly and numerous other fixes. Single module shared now with demux.
-
- Dec 13, 2016
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Marvin Scholz authored
This re-adds the accessibility strings that were present in the old fullscreen controller.
-
Jean-Baptiste Kempf authored
-
- Dec 04, 2016
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- Nov 28, 2016
-
-
Rémi Denis-Courmont authored
This is replaced by the GLX OpenGL provider plugin.
-