- 13 Jul, 2017 1 commit
-
-
adjust / invert / posterize / sepia / sharpen Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Jul, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Jul, 2017 2 commits
-
-
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>
-
- 23 Jun, 2017 1 commit
-
-
Thomas Guillem authored
-
- 03 Jun, 2017 1 commit
-
-
Rémi Denis-Courmont authored
-
- 12 Apr, 2017 1 commit
-
-
François Cartegnie authored
-
- 07 Apr, 2017 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 Mar, 2017 1 commit
-
-
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Feb, 2017 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 21 Feb, 2017 2 commits
-
-
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>
-
- 30 Jan, 2017 1 commit
-
-
François Cartegnie authored
-
- 24 Jan, 2017 3 commits
-
-
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
-
- 23 Jan, 2017 2 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- 19 Jan, 2017 2 commits
-
-
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>
-
- 18 Jan, 2017 1 commit
-
-
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
-
- 13 Dec, 2016 1 commit
-
-
Thomas Guillem authored
-
- 04 Dec, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 22 Nov, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 14 Nov, 2016 1 commit
-
-
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>
-
- 06 Nov, 2016 1 commit
-
-
Marvin Scholz authored
-
- 25 Oct, 2016 1 commit
-
-
Tristan Matthews authored
-
- 08 Oct, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 07 Oct, 2016 1 commit
-
-
Thomas Guillem authored
-
- 05 Sep, 2016 1 commit
-
-
François Cartegnie authored
-
- 21 Aug, 2016 1 commit
-
-
Tristan Matthews authored
-
- 16 Aug, 2016 1 commit
-
-
Felix Paul Kühne authored
-
- 25 Jul, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 08 Jul, 2016 1 commit
-
-
This module implements a minimal RTSP subset, which is required to support satip servers. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 14 Jun, 2016 2 commits
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Modified-By:
Thomas Guillem <thomas@gllm.fr> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 08 Jun, 2016 1 commit
-
-
Reactivate the support of projectM and 3dspectrum visualization modules on Windows. fix #13650 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Jun, 2016 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 05 Jun, 2016 1 commit
-
-
Felix Paul Kühne authored
-