summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2013-08-23filter: add support for denoising.Zhao Halley2-0/+93
2013-08-23filter: add support for frame cropping.Gwenole Beauchesne2-4/+68
2013-08-23filter: add helper functions.Gwenole Beauchesne1-1/+129
2013-08-23Add initial infrastructure for video processing.Gwenole Beauchesne5-0/+949
2013-08-23libs: add gst_vaapi_video_format_from_string() helper.Gwenole Beauchesne2-0/+53
2013-08-23libs: add gst_vaapi_video_format_from_va_fourcc() helper.Gwenole Beauchesne2-0/+27
2013-08-23libs: add type definitions for GstVaapiPoint and GstVaapiRectangle.Gwenole Beauchesne2-0/+68
2013-08-23libs: drop some public APIs.Gwenole Beauchesne3-2/+20
2013-07-26image: clean image API up.Gwenole Beauchesne6-70/+138
2013-07-26image: add gst_vaapi_image_copy() helper.Gwenole Beauchesne2-0/+35
2013-07-22x11: implement pixmap rendering with RENDER extension.Gwenole Beauchesne5-5/+159
2013-07-22x11: implement pixmap API.Gwenole Beauchesne5-0/+441
2013-07-22x11: update x11_get_geometry() helper function with depth output.Gwenole Beauchesne3-4/+7
2013-07-22Add initial Pixmap API.Gwenole Beauchesne7-0/+566
2013-07-22libs: add and expose gst_vaapi_video_format_to_string() helper.Gwenole Beauchesne4-4/+22
2013-07-15mpeg2: don't output dummy pictures.Gwenole Beauchesne1-0/+1
2013-07-15decoder: dispose GstVideoCodecFrame earlier.Gwenole Beauchesne1-4/+11
2013-07-15Fix new video format API.Gwenole Beauchesne7-58/+54
2013-07-15decoder: fix memory leak when processing interlaced pictures.Gwenole Beauchesne2-3/+32
2013-07-12pool: fix deallocation of video pools.Gwenole Beauchesne1-1/+2
2013-07-11image: add support for raw YUY2/UYVY image copies.Wind Yuan1-0/+23
2013-07-10surface: fix surface pool creation with an explicit pixel format.Gwenole Beauchesne1-3/+23
2013-07-10surface: try to determine the underlying VA surface format.Gwenole Beauchesne1-1/+11
2013-07-10surface: allow creation with explicit pixel format.Gwenole Beauchesne3-3/+142
2013-07-10surface: add helper function to get chroma type from GstVideoFormat.Gwenole Beauchesne2-8/+34
2013-07-10surface: add new chroma formats.Gwenole Beauchesne4-18/+72
2013-07-10pool: fix image pool to check for the video format to use.Gwenole Beauchesne1-1/+1
2013-07-10Use GstVideoInfo for video pools.Gwenole Beauchesne6-44/+26
2013-07-10Add more video formats.Gwenole Beauchesne2-1/+24
2013-07-10image: fix debug message with video format.Gwenole Beauchesne1-4/+4
2013-07-09libs: use GstVideoInfo wherever possible.Gwenole Beauchesne1-56/+24
2013-07-09libs: drop GstVaapiImageFormat helpers.Gwenole Beauchesne3-440/+0
2013-07-09libs: port to new video format API.Gwenole Beauchesne6-84/+84
2013-07-09Add new video format API.Gwenole Beauchesne3-1/+377
2013-07-08mpeg2: add support for video cropping.Sreerenj Balachandran1-0/+11
2013-07-08vc1: add support for video cropping.Sreerenj Balachandran1-0/+20
2013-07-08h264: add support for video cropping.Sreerenj Balachandran1-2/+10
2013-07-08surfaceproxy: allow for NULL cropping rectangle.Gwenole Beauchesne2-23/+12
2013-07-08surfaceproxy: clean-up helper macros.Gwenole Beauchesne1-5/+5
2013-07-08surface: add simple surface info accessors as helper macros.Gwenole Beauchesne4-45/+76
2013-07-08decoder: add support for video cropping.Sreerenj Balachandran5-0/+104
2013-07-05mpeg2: reset quantization matrices on new sequence headers.Zhong Cong1-0/+1
2013-07-05mpeg2: cope with latest codecparser changes.Gwenole Beauchesne1-176/+69
2013-06-14image: fix wrong check for rect bounds in copy_image().Wind Yuan1-2/+2
2013-06-14configure: always build the MPEG-4 parser.Gwenole Beauchesne1-3/+3
2013-06-05wayland: fix memory leak of display resources.Gwenole Beauchesne1-0/+10
2013-05-30surface: fix memory leak through unreleased parent context.Gwenole Beauchesne1-1/+1
2013-05-27window: fix GLX window initialization.Gwenole Beauchesne1-2/+26
2013-05-27display: validate display types.Gwenole Beauchesne13-8/+49
2013-05-27display: drop internal NAME_PREFIX, store the real display name.Gwenole Beauchesne3-83/+11