summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapivideometa_texture.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-17vaapivideopool: Set pooled flag to added metas.Víctor Manuel Jáquez Leal1-12/+7
2020-05-16libs: texture: Make texture a standard GstMiniObject.He Junyan1-5/+7
2019-12-20libs: surface: port to GstMiniObjectHe Junyan1-2/+1
2018-09-25libs: object: separation of internal API and pluginsVíctor Manuel Jáquez Leal1-2/+4
2016-10-25plugins: fix code style for errorsVíctor Manuel Jáquez Leal1-4/+10
2016-09-22libs: display{egl,glx}: cache GstVaapiTexturesHyunjun Ko1-7/+15
2016-03-28gltextureupload: use an array for texture typeVíctor Manuel Jáquez Leal1-5/+7
2015-04-03Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal1-1/+1
2015-04-03update and move gstcompat.hVíctor Manuel Jáquez Leal1-1/+1
2015-02-24plugins: add support for GstVideoGLTextureOrientation.Gwenole Beauchesne1-0/+27
2015-02-24plugins: add support for BGRA textures.Gwenole Beauchesne1-10/+26
2015-02-24plugins: add initial support for EGL.Gwenole Beauchesne1-7/+6
2015-02-24plugins: track video texture size changes.Gwenole Beauchesne1-5/+59
2015-02-02Fix compilation error if there is no GL/gl.h header file installedSreerenj Balachandran1-1/+1
2015-01-27display: add utility function to check for OpenGL rendering.Gwenole Beauchesne1-1/+1
2015-01-27display: refine the meaning of display type.Gwenole Beauchesne1-1/+1
2015-01-27texture: move to core libgstvaapi base library.Gwenole Beauchesne1-1/+6
2015-01-27texture: add support for cropping rectangle during transfer.Gwenole Beauchesne1-1/+4
2015-01-19Fix compilation error if there is no GL/gl.h header file installedSreerenj Balachandran1-1/+3
2014-08-22plugins: re-indent all GstVaapiVideo* related source code.Gwenole Beauchesne1-72/+74
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2014-01-14plugins: don't apply overlay composition in GLTextureUpload function.Matthieu Bouron1-4/+0
2013-12-18plugins: implement GLTextureUploadMeta user data copy.Matthieu Bouron1-1/+15
2013-12-11plugins: fix GLTextureUploadMeta to work with different texture ids.Gwenole Beauchesne1-23/+48
2013-12-11plugins: allow builds without GLX enabled for GStreamer 1.2.Gwenole Beauchesne1-4/+0
2013-12-11plugins: request GLTextureUpload meta on buffers in the buffer pool.Matthieu Bouron1-0/+7
2013-12-11plugins: robustify GstVideoGLTextureUploadMeta implementation.Gwenole Beauchesne1-1/+5
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+3
2013-09-27plugins: add support for GstVideoGLTextureUploadMeta.Víctor Manuel Jáquez Leal1-0/+92