summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Add initial JPEG decoder.Gwenole Beauchesne2012-08-031-0/+6
* plugins: declare _get_type() functions as const.Javier Jardón2012-07-195-5/+5
* plugins: add support for GstImplementsInterface.Gwenole Beauchesne2012-07-194-24/+88
* plugins: do not use deprecated GStreamer -base symbols.Javier Jardón2012-07-191-1/+1
* plugins: use G_DEFINE_TYPE_* instead of deprecated GST_BOILERPLATE_*.Javier Jardón2012-07-195-168/+145
* plugins: do not use deprecated core GStreamer symbols.Javier Jardón2012-07-195-5/+35
* vaapiplugin: fix build when compiling without GLX.Yan Yin2012-06-261-1/+1
* vaapidecode: fix VA display type.Wind Yuan2012-04-101-1/+1
* vaapidecode: fix includes when compiling for a single API.Gwenole Beauchesne2012-04-101-2/+0
* vaapidecode: report unsupported codec profiles.Gwenole Beauchesne2012-04-021-1/+11
* vaapisink: don't resize a 'foreign' X-window.Holger Kaelberer2012-04-021-4/+10
* vaapisink: recalculate render rect only if caps are negotiated.Holger Kaelberer2012-04-022-0/+10
* Fix a few documentation issues.Gwenole Beauchesne2012-04-021-2/+2
* vaapipostproc: get "interlaced" attribute from surface proxy.Gwenole Beauchesne2012-03-281-9/+19
* vaapipostproc: add new element for video postprocessing.Gwenole Beauchesne2012-03-264-0/+843
* videobuffer: add surface render flags.Gwenole Beauchesne2012-03-261-1/+1
* decode: delay NEWSEGMENT event if vaapidecode element was not linked.Wind Yuan2012-03-222-1/+31
* vaapidecode: propagate interlaced and TFF properties downstream.Holger Kaelberer2012-03-191-1/+8
* Revert "vaapidecode: fix another pad template ref leak" (Holger Kaelberer)0.3.5Gwenole Beauchesne2012-03-021-7/+8
* vaapidecode: fix another pad template ref leak.Gwenole Beauchesne2012-02-061-8/+7
* vaapiupload: use g_object_unref() for GstVaapiImage.Gwenole Beauchesne2012-02-051-1/+1
* plugins: fix pad template ref leaks.Gwenole Beauchesne2012-02-054-28/+25
* Add initial H.264 decoder.Gwenole Beauchesne2012-01-291-1/+4
* vaapisink: cap window size to the maximum display size.Gwenole Beauchesne2012-01-241-3/+7
* legal: fix year for some copyright notices.Gwenole Beauchesne2012-01-169-9/+9
* legal: add Intel copyright on modified files.Gwenole Beauchesne2012-01-163-0/+3
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-168-8/+8
* Add initial MPEG-4 decoder.Zhao Halley2012-01-161-0/+7
* Add initial VC-1 decoder.Gwenole Beauchesne2012-01-161-0/+3
* Add initial MPEG-2 decoder.Gwenole Beauchesne2012-01-161-0/+9
* Allow conditional build of GStreamer/FFmpeg bitstream parsers.Gwenole Beauchesne2012-01-161-4/+30
* vaapiplugin: fix gst_vaapi_ensure_display() to use system defaults.Gwenole Beauchesne2012-01-121-2/+2
* vaapiupload: only set caps on newly created buffers.Nicolas Dufresne2012-01-121-1/+1
* vaapisink: ensure VA display in GstBaseSink::start() hook.Gwenole Beauchesne2012-01-121-1/+3
* vaapisink: don't leak GL texture.Nicolas Dufresne2012-01-121-0/+5
* vaapisink: fix calculation of render region.Gwenole Beauchesne2012-01-111-38/+14
* vaapisink: automatically fit video to window.Gwenole Beauchesne2012-01-111-12/+9
* vaapisink: implement GstXOverlay::set_render_rectangle().Gwenole Beauchesne2012-01-111-3/+33
* vaapidecode: fix deinitialization order.Gwenole Beauchesne2012-01-051-11/+11
* vaapiupload: use new gst_vaapi_append_surface_caps() helper.Gwenole Beauchesne2012-01-051-16/+5
* vaapiupload: fix sink (YUV) caps to not report type and opengl fields.Gwenole Beauchesne2012-01-051-2/+8
* vaapidownload: add new plugin to download pixels from VA surfaces.Gwenole Beauchesne2012-01-054-0/+686
* vaapipluingutils: add helper to append surface caps to YUV caps.Gwenole Beauchesne2012-01-052-0/+31
* vaapiupload: fix memory leak in _init() function.Gwenole Beauchesne2012-01-031-0/+1
* Rename vaapiconvert element to vaapiupload.Gwenole Beauchesne2012-01-034-204/+204
* surface: apply composition to the parent context, if requested.Gwenole Beauchesne2011-12-141-1/+2
* Fix warnings.Gwenole Beauchesne2011-12-132-3/+0
* Rename gst_vaapi_surface_update_composition() toGwenole Beauchesne2011-12-131-1/+1
* vaapisink: handle GstVideoOverlayComposition planes.Thibault Saunier2011-12-121-1/+6
* image: add gst_vaapi_image_format_from_video() helper.Gwenole Beauchesne2011-12-121-20/+1