summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-14wayland: Set opaque region for YUV surfaceHEADmasterKristian Høgsberg1-0/+19
2012-09-12glibcompat: add replacement for g_cond_wait_until().Gwenole Beauchesne1-0/+14
2012-09-12plugins: include "sysdeps.h" instead of "config.h".Gwenole Beauchesne5-8/+5
2012-09-12codecparsers: jpeg: add missing includes.Gwenole Beauchesne1-0/+1
2012-09-11vaapidecode: don't reset decoder if codec type is the same.Gwenole Beauchesne3-4/+29
2012-09-11vaapidecode: simplify codec lookup from caps.Gwenole Beauchesne1-21/+25
2012-09-11vaapidecode: improve "no free surface" conditions.Gwenole Beauchesne2-13/+24
2012-09-11decoder: propagate buffer duration downstream.Gwenole Beauchesne2-0/+7
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-07vaapipostproc: fix deinterlace-{mode,method} types definition.Gwenole Beauchesne1-20/+20
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-07plugins: fix build in strict ISO C mode.Gwenole Beauchesne6-6/+6
2012-09-07pkgconfig: fix dependencies and slightly improve description.Gwenole Beauchesne3-10/+10
2012-09-07vaapidecode: acquire lock only if the mutex exists.Philip Lorenz1-0/+3
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 Lorenz9-49/+30
2012-09-07configure: fix check for VA/DRM API.Gwenole Beauchesne1-2/+10
2012-09-06vaapisink: fix calculation of window size.Gwenole Beauchesne1-16/+52
2012-09-06vaapisink: add video rotation support.Wind Yuan2-1/+77
2012-09-06pluginutils: add G_PRIMITIVE_SWAP() helper macro.Gwenole Beauchesne1-0/+6
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 Beauchesne4-2/+72
2012-08-30display: fix GstVaapiRotation enumeration of values.Gwenole Beauchesne1-0/+1
2012-08-29vaapisink: drop obsolete GstVaapiVideoSink interface.Gwenole Beauchesne10-215/+1
2012-08-29vaapisink: automatically detect overlay rendering mode.Gwenole Beauchesne2-1/+10
2012-08-29vaapisink: retain VA surface until another one is displayed.Gwenole Beauchesne2-1/+10
2012-08-29vaapisink: fix build with older toolchains.Gwenole Beauchesne1-0/+2
2012-08-29display: partially revert 8ebe4d6.Gwenole Beauchesne1-10/+3
2012-08-28tests: dump VA display properties.Gwenole Beauchesne1-11/+126
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-27autogen: fix configure script generation when srcdir != builddir.Javier Jardón1-9/+12
2012-08-27configure: use new libtool syntax.Javier Jardón1-1/+4
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