- Jul 08, 2017
-
-
Rémi Denis-Courmont authored
-
- Jul 01, 2017
-
-
it's missing the gamma handling Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
it's missing the gamma handling Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 23, 2017
-
-
Thomas Guillem authored
-
- Jun 03, 2017
-
-
Rémi Denis-Courmont authored
-
- Apr 12, 2017
-
-
François Cartegnie authored
-
- Apr 07, 2017
-
-
Jean-Baptiste Kempf authored
-
- Mar 10, 2017
-
-
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Feb 27, 2017
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- Feb 21, 2017
-
-
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 30, 2017
-
-
François Cartegnie authored
-
- Jan 24, 2017
-
-
François Cartegnie authored
-
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
-
- Jan 23, 2017
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Jan 19, 2017
-
-
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This is not in libav yet, just in ffmpeg. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 18, 2017
-
-
Thomas Guillem authored
This commit adds support for direct rendering with YUV/RGB software chromas. This is done using Pixel Buffer Object (PBO, A Buffer Object that is used for asynchronous pixel transfer operations) [1][2]. PBO are present since OpenGL 2.1 and since OpenGLES 3.0. But there is an issue, VLC software decoders and video filters might need to read picture buffers while they're being displayed. Therefore, the basic use case of PBOs can't work (since you need to unmap the buffer before displaying it). To solve this issue, we need to use persistent mapped buffers[3]. This can be done using the glBufferStorage() function with the GL_MAP_PERSISTENT_BIT flag. Unfortunately, this new API is only present since OpenGL 4.4 and as an extension since OpenGLES 3.1 (so no Android, macos and ios support for now). References: [1]: https://www.khronos.org/opengl/wiki/Pixel_Buffer_Object [2]: http://www.songho.ca/opengl/gl_pbo.html [3]: https://www.khronos.org/opengl/wiki/Buffer_Object_Streaming
-
- Dec 13, 2016
-
-
Thomas Guillem authored
-
- Dec 04, 2016
-
-
Felix Paul Kühne authored
-
- Nov 22, 2016
-
-
Jean-Baptiste Kempf authored
-
- Nov 14, 2016
-
-
Convert/Save dialog has had option to specify 'start time' but no option for setting 'stop time' in the interface. The backend 'stop-time' option was already present. This patch simply adds and enables the edit widget for end time in Qt interface. Signed-off-by:
Marvin Scholz <epirat07@gmail.com>
-
- Nov 06, 2016
-
-
Marvin Scholz authored
-
- Oct 25, 2016
-
-
Tristan Matthews authored
-
- Oct 08, 2016
-
-
Jean-Baptiste Kempf authored
-
- Oct 07, 2016
-
-
Thomas Guillem authored
-
- Sep 05, 2016
-
-
François Cartegnie authored
-
- Aug 21, 2016
-
-
Tristan Matthews authored
-
- Aug 16, 2016
-
-
Felix Paul Kühne authored
-
- Jul 25, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jul 08, 2016
-
-
This module implements a minimal RTSP subset, which is required to support satip servers. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Jun 14, 2016
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Jun 08, 2016
-
-
Reactivate the support of projectM and 3dspectrum visualization modules on Windows. fix #13650 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jun 06, 2016
-
-
Jean-Baptiste Kempf authored
-
- Jun 05, 2016
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-