summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi
AgeCommit message (Expand)AuthorFilesLines
2012-09-27utils: drop unused GLX helpers.Gwenole Beauchesne2-65/+0
2012-09-27utils: fix build with <GL/glext.h> version >= 85.Gwenole Beauchesne1-0/+7
2012-09-21h264: review and report errors accordingly.Gwenole Beauchesne1-8/+8
2012-09-20h264: exclusively use GstAdapter, drop sub-buffer hack.Gwenole Beauchesne1-39/+63
2012-09-17wayland: set opaque region for YUV surface.Kristian Høgsberg1-0/+18
2012-09-12glibcompat: add replacement for g_cond_wait_until().Gwenole Beauchesne1-0/+14
2012-09-11vaapidecode: don't reset decoder if codec type is the same.Gwenole Beauchesne2-0/+19
2012-09-11decoder: propagate buffer duration downstream.Gwenole Beauchesne1-0/+6
2012-09-11surfaceproxy: add "duration" property.Gwenole Beauchesne2-0/+73
2012-09-10decoder: cope with new GstVaapiContextInfo based API.Gwenole Beauchesne7-102/+121
2012-09-10context: JPEG codec does not need any reference frame.Gwenole Beauchesne1-0/+1
2012-09-10context: allow number of reference frames to be set.Gwenole Beauchesne2-25/+124
2012-09-07mpeg4: fix debug info for unsupported profile.Gwenole Beauchesne1-1/+1
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne31-34/+32
2012-09-07decoder: drop extraneous return for void function.Gwenole Beauchesne1-1/+1
2012-09-07image: don't use (void *) pointer arithmetic.Gwenole Beauchesne1-1/+1
2012-09-07Do not forward declare enums.Philip Lorenz8-42/+26
2012-09-06display: fix display aspect ratio when display is rotated.Gwenole Beauchesne1-10/+14
2012-09-06display: fix physical display size when display is rotated.Gwenole Beauchesne3-2/+55
2012-08-30display: fix GstVaapiRotation enumeration of values.Gwenole Beauchesne1-0/+1
2012-08-29vaapisink: drop obsolete GstVaapiVideoSink interface.Gwenole Beauchesne3-194/+0
2012-08-29display: partially revert 8ebe4d6.Gwenole Beauchesne1-10/+3
2012-08-28display: fix validation process of properties during discovery.Gwenole Beauchesne1-2/+18
2012-08-28display: add color balance properties.Gwenole Beauchesne2-0/+173
2012-08-28display: initialize default attribute values.Gwenole Beauchesne1-1/+12
2012-08-28display: raise "notify" for property changes.Gwenole Beauchesne1-0/+4
2012-08-28display: expose display attributes as GObject properties.Gwenole Beauchesne2-5/+57
2012-08-28display: install properties in batch.Gwenole Beauchesne1-36/+34
2012-08-27display: fix gst_vaapi_display_has_property().Gwenole Beauchesne1-2/+18
2012-08-27display: add support for rotation modes.Wind Yuan7-0/+146
2012-08-27display: add support for rendering modes.Gwenole Beauchesne5-0/+245
2012-08-27display: add initial support for display attributes.Gwenole Beauchesne3-2/+90
2012-08-27jpeg: fix end-of-image (EOI) handler.Sreerenj Balachandran1-1/+7
2012-08-27mpeg2: include start code into VA slice data buffer.Gwenole Beauchesne1-9/+9
2012-08-27decoder: use g_object_notify_by_pspec().Javier Jardón1-12/+14
2012-08-06wayland: handle de-interlacing flags.Gwenole Beauchesne1-1/+13
2012-08-01display: drop VAProfileNone entries from debug messages.Gwenole Beauchesne1-1/+7
2012-08-01display: query for supported display attributes.Yan Yin1-0/+17
2012-08-01utils: add string_of_VADisplayAttributeType() helper.Yan Yin2-0/+41
2012-08-01Add initial support for VA/DRM.Gwenole Beauchesne8-0/+991
2012-07-31Fix build without X11 (again).Gwenole Beauchesne1-55/+56
2012-07-31jpeg: update to the latest VA-API changes (0.32.1+).Gwenole Beauchesne3-16/+15
2012-07-27wayland: implement display ::get_size*() hooks.Gwenole Beauchesne2-1/+86
2012-07-26wayland: use scale fullscreen method.Kristian Høgsberg1-1/+1
2012-07-26wayland: respond to ping/pong protocol so we're not deemed unresponsive.Kristian Høgsberg1-0/+26
2012-07-25wayland: fix double disconnect of display.Gwenole Beauchesne1-1/+2
2012-07-25wayland: mangle display name for cache lookups.Gwenole Beauchesne1-28/+71
2012-07-25Fix build without X11.Gwenole Beauchesne1-0/+2
2012-07-25plugins: add support for Wayland.Gwenole Beauchesne2-0/+6
2012-07-25Add initial support for VA/Wayland.Sreerenj Balachandran7-0/+1034