- 11 Jan, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 10 Jan, 2011 5 commits
-
-
Jean-Baptiste Kempf authored
-
Pankaj Yadav authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Pankaj Yadav authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
Without this, clang will complain about the asm block. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 09 Jan, 2011 32 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is a bit cleaner and properly check for slow write pictures. It also prepare for letting the vout display to do the blending, and when not available to blend after the resize (not activated).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
You have to set the list of chromas the module support in vout_display_t::info.subpicture_chromas and then handle the subpicture_t parameters in vout_display_t::prepare/display.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Reorder the function declarations to avoid forward declarations.
-
Laurent Aimar authored
-
Laurent Aimar authored
I have merged spu_RenderSubpictures and spu_SortSubpictures and removed the blending from spu_RenderSubpictures. No functionnal changes except maybe a bit for the transcode plugin.
-
Laurent Aimar authored
-
Laurent Aimar authored
It blends a subpicture onto a picture.
-
Laurent Aimar authored
This reverts commit 8acffd0c. It has nothing to do with the patch in itself (which is perfectly fine) but it conflicts too much with the following patches (which will also fix the issue). I hope it's ok.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Sébastien Toque authored
Distributions usually ship different ones whose license are unknown
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Srikanth Raju authored
-
Srikanth Raju authored
ML Model/Item which queries the module and provides a QAbstractItemModel Interface
-
Srikanth Raju authored
Base parent model for playlist
-
Jai Menon authored
This is useful when building with compilers like clang+llvm which do not plan on implementing this extension. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Sorry for the mistake
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Reported by Pankaj Yadav
-