summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiimageformat.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-05legal: fix year for some copyright notices (2012).Gwenole Beauchesne1-1/+1
2012-09-07Do not forward declare enums.Philip Lorenz1-3/+2
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-12-12image: add gst_vaapi_image_format_from_video() helper.Gwenole Beauchesne1-0/+29
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2010-09-20Relicense gst-libs/ code to LGPL v2.1+.gb1-10/+11
2010-03-24Include gstvaapicompat.h in source files only, not headers.gb1-1/+1
2010-03-24Add support for AYUV format.gb1-0/+1
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-19Add tedious documentation.gb1-3/+82
2010-03-12Simplify format conversion code.gb1-48/+19
2010-03-12Add gst_vaapi_image_format_from_caps() helper.gb1-5/+60
2010-03-12Avoid use of GstStaticCaps since older gstreamer versions (0.10.22) write to it.gb1-8/+3
2010-03-11Don't warn on failure, just return an appropriate error or value.gb1-11/+12
2010-03-11Filter out any format that is not supported by the library (libgstvaapi).gb1-0/+13
2010-03-10Add helper to convert from GstVaapiImageFormat to GstCaps.gb1-8/+25
2010-03-04Add VA surface, image, subpicture abstractions. Ported over from Gnash.gb1-0/+153