- 06 Aug, 2017 2 commits
-
-
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.
-
- 31 Jul, 2017 1 commit
-
-
Marvin Scholz authored
-
- 24 Jul, 2017 1 commit
-
-
Thomas Guillem authored
-
- 09 Jul, 2017 1 commit
-
-
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.
-
- 08 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Jul, 2017 1 commit
-
-
Thomas Guillem authored
-
- 23 Jun, 2017 2 commits
-
-
Thomas Guillem authored
-
Victorien Le Couviour--Tuffet authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 03 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Jun, 2017 1 commit
-
-
Thomas Guillem authored
-
- 29 May, 2017 2 commits
-
-
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.
-
- 14 Apr, 2017 1 commit
-
-
David Fuhrmann authored
VLC needs a list of errors as multiple errors can occur at the same time. This revives the existing error panel from e3f2ec3e. refs #17262
-
- 08 Apr, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Mar, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 27 Feb, 2017 3 commits
-
-
Jean-Baptiste Kempf authored
It does not make sense anymore
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 21 Feb, 2017 4 commits
-
-
Filip Roséen authored
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>
-
Filip Roséen authored
Archive extraction is now handled by the libarchive based modules/stream_extractor/archive.c, as such these files/modules are no longer needed.
-
Filip Roséen authored
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>
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 29 Jan, 2017 2 commits
-
-
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
-
- 06 Jan, 2017 1 commit
-
-
François Cartegnie authored
Following demux changes. Now does style inheritance on the fly and numerous other fixes. Single module shared now with demux.
-
- 13 Dec, 2016 4 commits
-
-
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
-
- 04 Dec, 2016 2 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
- 28 Nov, 2016 3 commits
-
-
Rémi Denis-Courmont authored
This is replaced by the GLX OpenGL provider plugin.
-
Thomas Guillem authored
-
Thomas Guillem authored
Since it's a "vout display" module.
-
- 25 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Nov, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 20 Nov, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-
- 30 Oct, 2016 1 commit
-
-
Marvin Scholz authored
Removes the old VLCFSPanel, and references to the source files from the makefiles, potfiles and the Xcode project.
-
- 27 Oct, 2016 1 commit
-
-
Rémi Denis-Courmont authored
-