summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2012-11-16vc1: use pixel-aspect-ratio from bitstream parser.Simon Farnsworth1-1/+8
2012-11-16mpeg2: fix PAR calculation from commit 132922d.Sreerenj Balachandran2-5/+14
2012-11-16mpeg2: use pixel-aspec-ratio information from bitstream parser.Simon Farnsworth1-0/+6
2012-11-16mpeg2: add decode_packet() helper function.Gwenole Beauchesne1-76/+87
2012-11-16mpeg2: fix end-of-stream conditions (flush).Gwenole Beauchesne1-6/+14
2012-11-16mpeg2: fix memory leak of empty packets.Gwenole Beauchesne1-12/+1
2012-11-16mpeg2: fix return value for "no-data" conditions.Gwenole Beauchesne1-9/+30
2012-11-16decoder: refine semantics of gst_vaapi_decoder_put_buffer().Gwenole Beauchesne1-2/+10
2012-11-16decoder: drop unused functions.Gwenole Beauchesne2-38/+0
2012-11-16Add codecparsers submodule.Gwenole Beauchesne4-1039/+40
2012-11-16Fix build with the GNU gold linker.Gwenole Beauchesne1-0/+3
2012-10-05wayland: cosmetics (remove tabs).Gwenole Beauchesne2-5/+5
2012-10-05wayland: add support for windowed mode.Rob Bradford1-15/+42
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-12codecparsers: jpeg: add missing includes.Gwenole Beauchesne1-0/+1
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