summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2012-11-16vaapidecode: flush buffers when receiving EOS.Wind Yuan1-0/+17
2012-11-16vaapidecode: fix compiler warnings.Gwenole Beauchesne1-3/+3
2012-09-12plugins: include "sysdeps.h" instead of "config.h".Gwenole Beauchesne5-8/+5
2012-09-11vaapidecode: don't reset decoder if codec type is the same.Gwenole Beauchesne1-4/+10
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 Beauchesne1-0/+1
2012-09-07vaapipostproc: fix deinterlace-{mode,method} types definition.Gwenole Beauchesne1-20/+20
2012-09-07plugins: fix build in strict ISO C mode.Gwenole Beauchesne6-6/+6
2012-09-07vaapidecode: acquire lock only if the mutex exists.Philip Lorenz1-0/+3
2012-09-07Do not forward declare enums.Philip Lorenz1-7/+4
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-08-29vaapisink: drop obsolete GstVaapiVideoSink interface.Gwenole Beauchesne5-6/+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-01vaapisink: handle VA/DRM API.Gwenole Beauchesne1-0/+13
2012-08-01plugins: add support for headless pipelines.Gwenole Beauchesne2-0/+49
2012-07-27wayland: implement display ::get_size*() hooks.Gwenole Beauchesne1-10/+0
2012-07-27plugins: prefer X11 rendering over GLX.Gwenole Beauchesne1-5/+5
2012-07-25Fix build without X11.Gwenole Beauchesne2-3/+30
2012-07-25plugins: add support for Wayland.Gwenole Beauchesne3-14/+84
2012-07-25plugins: fix creation of video buffer from surface proxy.Gwenole Beauchesne1-1/+6
2012-07-25plugins: use new display types more.Gwenole Beauchesne2-22/+38
2012-07-25plugins: fix display type selection and propagation.Gwenole Beauchesne7-17/+68
2012-07-25display: add display types.Gwenole Beauchesne3-46/+5
2012-07-24plugins: declare helper functions as internal.Gwenole Beauchesne1-0/+4
2012-07-24videobuffer: drop deprecated functions.Gwenole Beauchesne7-25/+182
2012-07-24pluginutils: improve automatic display type selection.Gwenole Beauchesne7-24/+69
2012-07-24pluginutils: cosmetics (indentation fixes).Gwenole Beauchesne2-129/+138
2012-07-24configure: drop check for --enable-vaapisink-glx.Gwenole Beauchesne4-37/+112
2012-07-24configure: drop check for --enable-vaapi-glx.Gwenole Beauchesne6-28/+33
2012-07-20vaapisink: drop checks for new APIs used by default.Gwenole Beauchesne1-32/+3
2012-07-19Drop all references to USE_CODEC_PARSERS.Gwenole Beauchesne1-29/+26
2012-07-19Drop FFmpeg-based decoders.Gwenole Beauchesne2-75/+0
2012-07-19plugins: declare _get_type() functions as const.Javier Jardón5-5/+5
2012-07-19plugins: use g_clear_object() wherever applicable.Javier Jardón5-72/+21
2012-07-19plugins: add support for GstImplementsInterface.Gwenole Beauchesne4-24/+88
2012-07-19plugins: use G_DEFINE_TYPE_* instead of deprecated GST_BOILERPLATE_*.Javier Jardón5-168/+145
2012-07-19plugins: do not use deprecated GStreamer -base symbols.Javier Jardón1-1/+1
2012-07-19plugins: do not use deprecated core GStreamer symbols.Javier Jardón5-5/+35
2012-06-26vaapiplugin: fix build when compiling without GLX.Yan Yin1-1/+1
2012-04-11Add initial JPEG decoder.Wind Yuan1-0/+6
2012-04-10vaapidecode: fix VA display type.Wind Yuan1-1/+1
2012-04-10vaapidecode: fix includes when compiling for a single API.Gwenole Beauchesne1-2/+0
2012-04-02vaapidecode: report unsupported codec profiles.Gwenole Beauchesne1-1/+11
2012-04-02vaapisink: don't resize a 'foreign' X-window.Holger Kaelberer1-4/+10
2012-04-02vaapisink: recalculate render rect only if caps are negotiated.Holger Kaelberer2-0/+10