An error occurred fetching the project authors.
- 03 Jun, 2012 1 commit
-
-
Felix Paul Kühne authored
opengl vout: fixed chroma issue with dated PowerPC-based Macs, which run OpenGL 1.3 only and don't support the GL_ARB_fragment_program extension (cherry picked from commit ac5631c7)
-
- 21 Mar, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Coeffs have been recomputed. Close #6132 (cherry picked from commit a712e052) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 Jan, 2012 1 commit
-
-
Laurent Aimar authored
U/V planes were swapped twice. (cherry picked from commit 400a9e94) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Jan, 2012 1 commit
-
-
Laurent Aimar authored
It is needed for DVD menu support. (cherry picked from commit 446263eab3452e84c2c0f7b8725c97585b6f5720) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Nov, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 16 Sep, 2011 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Sep, 2011 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 13 Sep, 2011 1 commit
-
-
Laurent Aimar authored
It fixes a potential out of bound access.
-
- 09 Sep, 2011 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 07 Sep, 2011 2 commits
-
-
Felix Paul Kühne authored
-
Sebastien Zwickert authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 05 Sep, 2011 1 commit
-
-
Sebastien Zwickert authored
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 04 Sep, 2011 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This way, the Linux code is run (without shader) and we achieve a working vout. Thanks a lot for the massive help by fenrir\!
-
- 24 Jun, 2011 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
No functionnal changes.
-
- 06 Jun, 2011 1 commit
-
-
Laurent Aimar authored
-
- 02 Jun, 2011 1 commit
-
-
Laurent Aimar authored
-
- 01 Jun, 2011 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It should fix at least the win32 segfaults.
-
Laurent Aimar authored
-
- 30 May, 2011 7 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It avoids creating/destroying texture uselessly.
-
Laurent Aimar authored
It is enabled only on linux/win32 when opengl ES is not used and when non power of 2 textures are supported. Only RGBA colorspace is supported for the subpicture.
-
Laurent Aimar authored
Not yet used.
-
Laurent Aimar authored
It will allow to add subpictures blending.
-
Jean-Baptiste Kempf authored
-
- 29 May, 2011 10 commits
-
-
Laurent Aimar authored
It seems that some intel drivers did not like the syntax used to embed the coefficients directly into the source code. Also, it is more flexible and will allow runtime changes.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is not yet used.
-
Laurent Aimar authored
All planar YUV are supported (only YV12, I420, I422, I444 were tested). For now, the YUV is supposed to follow BT-709 when video height is higher than 576, and BT-601 otherwise. The YUV range is supposed to be TV, and the RGB one is supposed to be full range. In the current state, the behaviour is unchanged on macosx (ie YUY2 is used instead), and when opengl ES is requested (RGB 16 bits).
-
Laurent Aimar authored
They are now allocated with picture_New and so they will be suitable for direct rendering. The requested number of pictures is now respected when both opengl es and macosx are not used/defined.
-
Laurent Aimar authored
The parameter is not yet used.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 28 May, 2011 1 commit
-
-
Laurent Aimar authored
-