summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2012-09-20vaapipostproc: fix deinterlace-{mode,method} types definition.Gwenole Beauchesne1-20/+20
2012-09-20vaapisink: drop obsolete GstVaapiVideoSink interface.Gwenole Beauchesne5-6/+1
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-07vaapisink: automatically detect overlay rendering mode.Gwenole Beauchesne2-1/+14
2012-09-07vaapisink: ensure display from a single function.Gwenole Beauchesne1-3/+11
2012-09-07vaapisink: retain VA surface until another one is displayed.Gwenole Beauchesne2-1/+12
2012-08-03Add initial JPEG decoder.Gwenole Beauchesne1-0/+6
2012-07-19plugins: declare _get_type() functions as const.Javier Jardón5-5/+5
2012-07-19plugins: add support for GstImplementsInterface.Gwenole Beauchesne4-24/+88
2012-07-19plugins: do not use deprecated GStreamer -base symbols.Javier Jardón1-1/+1
2012-07-19plugins: use G_DEFINE_TYPE_* instead of deprecated GST_BOILERPLATE_*.Javier Jardón5-168/+145
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-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
2012-04-02Fix a few documentation issues.Gwenole Beauchesne1-2/+2
2012-03-28vaapipostproc: get "interlaced" attribute from surface proxy.Gwenole Beauchesne1-9/+19
2012-03-26vaapipostproc: add new element for video postprocessing.Gwenole Beauchesne4-0/+843
2012-03-26videobuffer: add surface render flags.Gwenole Beauchesne1-1/+1
2012-03-22decode: delay NEWSEGMENT event if vaapidecode element was not linked.Wind Yuan2-1/+31
2012-03-19vaapidecode: propagate interlaced and TFF properties downstream.Holger Kaelberer1-1/+8
2012-03-02Revert "vaapidecode: fix another pad template ref leak" (Holger Kaelberer)Gwenole Beauchesne1-7/+8
2012-02-06vaapidecode: fix another pad template ref leak.Gwenole Beauchesne1-8/+7
2012-02-05vaapiupload: use g_object_unref() for GstVaapiImage.Gwenole Beauchesne1-1/+1
2012-02-05plugins: fix pad template ref leaks.Gwenole Beauchesne4-28/+25
2012-01-29Add initial H.264 decoder.Gwenole Beauchesne1-1/+4
2012-01-24vaapisink: cap window size to the maximum display size.Gwenole Beauchesne1-3/+7
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne9-9/+9
2012-01-16legal: add Intel copyright on modified files.Gwenole Beauchesne3-0/+3
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne8-8/+8
2012-01-16Add initial MPEG-4 decoder.Zhao Halley1-0/+7
2012-01-16Add initial VC-1 decoder.Gwenole Beauchesne1-0/+3
2012-01-16Add initial MPEG-2 decoder.Gwenole Beauchesne1-0/+9
2012-01-16Allow conditional build of GStreamer/FFmpeg bitstream parsers.Gwenole Beauchesne1-4/+30
2012-01-12vaapiplugin: fix gst_vaapi_ensure_display() to use system defaults.Gwenole Beauchesne1-2/+2
2012-01-12vaapiupload: only set caps on newly created buffers.Nicolas Dufresne1-1/+1
2012-01-12vaapisink: ensure VA display in GstBaseSink::start() hook.Gwenole Beauchesne1-1/+3
2012-01-12vaapisink: don't leak GL texture.Nicolas Dufresne1-0/+5
2012-01-11vaapisink: fix calculation of render region.Gwenole Beauchesne1-38/+14
2012-01-11vaapisink: automatically fit video to window.Gwenole Beauchesne1-12/+9
2012-01-11vaapisink: implement GstXOverlay::set_render_rectangle().Gwenole Beauchesne1-3/+33
2012-01-05vaapidecode: fix deinitialization order.Gwenole Beauchesne1-11/+11
2012-01-05vaapiupload: use new gst_vaapi_append_surface_caps() helper.Gwenole Beauchesne1-16/+5
2012-01-05vaapiupload: fix sink (YUV) caps to not report type and opengl fields.Gwenole Beauchesne1-2/+8
2012-01-05vaapidownload: add new plugin to download pixels from VA surfaces.Gwenole Beauchesne4-0/+686