summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-05vaapidownload: add new plugin to download pixels from VA surfaces.Gwenole Beauchesne8-0/+705
2012-01-05vaapipluingutils: add helper to append surface caps to YUV caps.Gwenole Beauchesne2-0/+31
2012-01-05image: add helpers to extract pixels to user buffers.Gwenole Beauchesne3-0/+100
2012-01-04image: simplify initialization of raw images from video buffers.Gwenole Beauchesne1-73/+81
2012-01-04image: fix update from NV12 buffers.Gwenole Beauchesne1-1/+1
2012-01-03vaapiupload: fix memory leak in _init() function.Gwenole Beauchesne1-0/+1
2012-01-03Rename vaapiconvert element to vaapiupload.Gwenole Beauchesne10-219/+222
2012-01-03Bump version for development.Gwenole Beauchesne1-2/+2
2012-01-030.3.1.Gwenole Beauchesne2-3/+3
2011-12-14NEWS: updates.Gwenole Beauchesne1-0/+1
2011-12-14surface: apply composition to the parent context, if requested.Gwenole Beauchesne4-6/+18
2011-12-14context: make it possible to apply composition globally.Gwenole Beauchesne3-0/+214
2011-12-14surface: fix associate subpicture to not report deassociation errors.Gwenole Beauchesne1-3/+7
2011-12-14surface: fix typo in debug message.Gwenole Beauchesne1-1/+1
2011-12-14subpicture: add helper to create subpicture from GstVideoOverlayRectangle.Gwenole Beauchesne3-34/+71
2011-12-13surface: record parent context.Gwenole Beauchesne6-7/+121
2011-12-13Fix warnings.Gwenole Beauchesne4-6/+1
2011-12-13Rename gst_vaapi_surface_update_composition() toGwenole Beauchesne4-5/+5
2011-12-13configure: check for GstVideoOverlayComposition.Gwenole Beauchesne1-0/+19
2011-12-12NEWS: updates.Gwenole Beauchesne1-1/+6
2011-12-12converter: add support for GstVideoOverlayComposition planes.Nicolas Dufresne1-0/+5
2011-12-12vaapisink: handle GstVideoOverlayComposition planes.Thibault Saunier1-1/+6
2011-12-12surface: use unscaled overlay rectangle for blending.Gwenole Beauchesne1-11/+27
2011-12-12surface: fix VA image leak when an error occurred.Gwenole Beauchesne1-0/+1
2011-12-12surface: add helper to handle GstVideoOverlayComposition.Nicolas Dufresne2-7/+95
2011-12-12image: add gst_vaapi_image_format_from_video() helper.Gwenole Beauchesne5-20/+36
2011-12-12image: allow updates from GstVaapiImageRaw.Gwenole Beauchesne2-0/+44
2011-12-12image: allow partial updates.Gwenole Beauchesne4-72/+252
2011-12-12subpicture: fix doc for gst_vaapi_subpicture_set_image().Gwenole Beauchesne1-1/+1
2011-12-12display: fix has_image_format() to check against subpicture formats.Gwenole Beauchesne1-1/+8
2011-12-12tests: fix subpicture test.Gwenole Beauchesne1-10/+37
2011-12-12tests: add test for subpictures.Thibault Saunier4-0/+1682
2011-12-12Add missing video context queries.Nicolas Dufresne2-0/+2
2011-12-12Bump version for development.Gwenole Beauchesne1-2/+2
2011-12-12Drop unused copy of GstBaseVideoDecoder.Gwenole Beauchesne7-2601/+0
2011-12-090.3.0.Gwenole Beauchesne2-3/+3
2011-12-09README: update dependencies.Gwenole Beauchesne1-4/+8
2011-12-09NEWS: updates.Gwenole Beauchesne1-1/+9
2011-12-09configure: check for GstBaseSink 'query' vfunc.Gwenole Beauchesne1-0/+18
2011-12-09vaapiplugin: include local build dir to CFLAGS for generated files.Gwenole Beauchesne1-3/+5
2011-12-09autogen: don't configure if NO_CONFIGURE variable is set.Gwenole Beauchesne1-1/+3
2011-12-08vaapidecode: return sink caps template if decoder is in NULL state.Sreerenj Balachandran2-0/+16
2011-12-08vaapiplugin: properly set surface type to "vaapi" in caps.Gwenole Beauchesne2-0/+2
2011-12-08decoder: drop unused headers.Gwenole Beauchesne1-1/+0
2011-12-08vaapiplugin: properly set opengl support in caps.Nicolas Dufresne2-0/+3
2011-12-08vaapiplugin: allocate GLX buffers when supported.Nicolas Dufresne2-0/+14
2011-12-08videobuffer: add GLX buffer support.Nicolas Dufresne7-0/+556
2011-12-08Port to GstSurfaceBuffer interface.Nicolas Dufresne3-4/+6
2011-12-08Don't use downstream buffer allocation.Nicolas Dufresne2-55/+3
2011-12-08Change caps to use new video/x-surface generic type.Nicolas Dufresne7-12/+19