summaryrefslogtreecommitdiff
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-26configure: update VA-API version requirements.Gwenole Beauchesne1-4/+4
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-20README: updates.Gwenole Beauchesne1-6/+3
2012-09-20NEWS: updates.Gwenole Beauchesne1-3/+16
2012-09-20debian: fix packaging on recent Ubuntu platforms.Gwenole Beauchesne1-1/+1
2012-09-17docs: fix build for make dist.Gwenole Beauchesne2-2/+1
2012-09-17wayland: set opaque region for YUV surface.Kristian Høgsberg1-0/+18
2012-09-14configure: fix check for libva-glx and libva-drm.Gwenole Beauchesne1-2/+2
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