summaryrefslogtreecommitdiff
path: root/gst/vaapi
AgeCommit message (Expand)AuthorFilesLines
2013-07-22plugins: handle video cropping in X11 pixmap converter.Gwenole Beauchesne1-2/+16
2013-07-22plugins: add support for "x11-pixmap" video converter type.Gwenole Beauchesne5-3/+305
2013-07-18plugins: fix display type comparison in gst_vaapi_create_display().Emilio López1-1/+1
2013-07-15Fix new video format API.Gwenole Beauchesne2-3/+3
2013-07-15plugins: simlpify gst_vaapi_create_display() helper.Gwenole Beauchesne1-7/+2
2013-07-15plugins: add gst_vaapi_create_display() helper.Víctor Manuel Jáquez Leal1-20/+29
2013-07-12plugins: don't reallocate pool allocator for the same caps.Gwenole Beauchesne1-4/+9
2013-07-12plugins: fix ref counting of GstVaapiVideoMemory allocator.Gwenole Beauchesne1-1/+2
2013-07-12vaapiupload: use implicit color conversion to NV12.Gwenole Beauchesne1-0/+15
2013-07-11vaapidownload: fix src caps format error.Wind Yuan1-2/+2
2013-07-11vaapidownload: fix debug string for image formats.Gwenole Beauchesne1-5/+5
2013-07-10plugins: clean-up video uploader helper.Gwenole Beauchesne1-17/+6
2013-07-10plugins: use GstVideoInfo in video uploader helper.Gwenole Beauchesne1-29/+50
2013-07-10plugins: allow creation of VA surfaces with explicit pixel format.Gwenole Beauchesne1-2/+17
2013-07-10Use GstVideoInfo for video pools.Gwenole Beauchesne2-17/+32
2013-07-09plugins: port to new video format API.Gwenole Beauchesne3-24/+16
2013-07-08vaapisink: fix creation of GLX texture.Gwenole Beauchesne1-11/+38
2013-07-08plugins: add support for video cropping.Gwenole Beauchesne3-17/+82
2013-07-08plugins: add helper functions to set the render rectangle.Sreerenj Balachandran2-0/+52
2013-06-27vaapisink: expose the raw video formats in static caps template.Sreerenj Balachandran1-1/+3
2013-06-27vaapisink: add "use-glx" property for OpenGL rendering.Gwenole Beauchesne2-5/+25
2013-06-27plugins: try to allocate a GLX display first over an X11 one.Víctor Manuel Jáquez Leal1-5/+5
2013-06-05vaapisink: fix build without VA/GLX support.Zhao Halley1-0/+2
2013-06-05plugins: allow buffer mappings to GstVaapiSurfaceProxy.Gwenole Beauchesne2-3/+80
2013-06-05plugins: silence check for direct-rendering mode in video memory.Gwenole Beauchesne1-2/+4
2013-06-05plugins: improve video memory flags safety checks.Gwenole Beauchesne1-2/+5
2013-05-27vaapisink: fix one-time initialization when display property is set.Gwenole Beauchesne1-1/+2
2013-05-23uploader: fix memory leak in GStreamer 0.10 builds.Zhao Halley1-6/+1
2013-05-23plugins: fix gst_vaapi_video_meta_new_from_pool().Gwenole Beauchesne1-29/+45
2013-05-23plugins: cope with GST_VAAPI_IS_xxx() macros removal.Gwenole Beauchesne3-7/+7
2013-05-07plugins: cope with new GstVaapiMiniObject objects.Gwenole Beauchesne11-93/+77
2013-04-25decoder: add gst_vaapi_decoder_get_frame_with_timeout().Gwenole Beauchesne1-1/+2
2013-04-18vaapidecode: rework heuristics to detect decode timeout.Gwenole Beauchesne1-5/+21
2013-04-18vaapidecode: rework GstVideoDecoder::handle_frame() with a task.Gwenole Beauchesne1-56/+73
2013-04-18plugins: use gst_object_unref() wherever applicable.Gwenole Beauchesne4-8/+8
2013-04-17vaapipostproc: minor clean-ups.Gwenole Beauchesne1-9/+5
2013-04-17vaapipostproc: fix reference counting buf for passthrough mode.Gwenole Beauchesne1-2/+5
2013-04-17vaapipostproc: port to GStreamer 1.0.Gwenole Beauchesne5-38/+114
2013-04-16surfaceproxy: drop user-data support from GstVaapiSurfaceProxy.Gwenole Beauchesne1-2/+2
2013-04-15decoder: make gst_vaapi_decoder_get_codec_state() return the original state.Gwenole Beauchesne1-4/+2
2013-04-15plugins: mark a few more functions as internal.Gwenole Beauchesne2-0/+3
2013-04-15plugins: implement GstSurfaceMeta API.Gwenole Beauchesne1-2/+108
2013-04-12vaapisink: optimize GstVideoOverlayInterface::expose().Gwenole Beauchesne1-6/+11
2013-04-12vaapisink: fix memory leak of GstSample objects.Gwenole Beauchesne1-1/+2
2013-04-12plugins: fix description for gst-inspect.Gwenole Beauchesne1-9/+15
2013-04-10Fix make dist to include all source files, in any case.Gwenole Beauchesne1-7/+27
2013-04-10plugins: implement direct-rendering mode for raw YUV buffer uploads.Gwenole Beauchesne2-2/+38
2013-04-10plugins: implement uploads from raw YUV buffers for GStreamer 1.0.Gwenole Beauchesne3-5/+242
2013-04-10vaapidecode: submit all decoded frames before decoding a new one.Gwenole Beauchesne1-0/+8
2013-04-10vaapidecode: reply to CAPS queries.Gwenole Beauchesne1-3/+17