filter: add support for denoising.
[platform/upstream/gstreamer-vaapi.git] / gst-libs /
2013-08-23 Zhao Halleyfilter: add support for denoising.
2013-08-23 Gwenole Beauchesnefilter: add support for frame cropping.
2013-08-23 Gwenole Beauchesnefilter: add helper functions.
2013-08-23 Gwenole BeauchesneAdd initial infrastructure for video processing.
2013-08-23 Gwenole Beauchesnelibs: add gst_vaapi_video_format_from_string() helper.
2013-08-23 Gwenole Beauchesnelibs: add gst_vaapi_video_format_from_va_fourcc() helper.
2013-08-23 Gwenole Beauchesnelibs: add type definitions for GstVaapiPoint and GstVaa...
2013-08-23 Gwenole Beauchesnelibs: drop some public APIs.
2013-07-26 Gwenole Beauchesneimage: clean image API up.
2013-07-26 Gwenole Beauchesneimage: add gst_vaapi_image_copy() helper.
2013-07-22 Gwenole Beauchesnex11: implement pixmap rendering with RENDER extension.
2013-07-22 Gwenole Beauchesnex11: implement pixmap API.
2013-07-22 Gwenole Beauchesnex11: update x11_get_geometry() helper function with...
2013-07-22 Gwenole BeauchesneAdd initial Pixmap API.
2013-07-22 Gwenole Beauchesnelibs: add and expose gst_vaapi_video_format_to_string...
2013-07-15 Gwenole Beauchesnempeg2: don't output dummy pictures. 0.5.5
2013-07-15 Gwenole Beauchesnedecoder: dispose GstVideoCodecFrame earlier.
2013-07-15 Gwenole BeauchesneFix new video format API.
2013-07-15 Gwenole Beauchesnedecoder: fix memory leak when processing interlaced...
2013-07-12 Gwenole Beauchesnepool: fix deallocation of video pools.
2013-07-11 Wind Yuanimage: add support for raw YUY2/UYVY image copies.
2013-07-10 Gwenole Beauchesnesurface: fix surface pool creation with an explicit...
2013-07-10 Gwenole Beauchesnesurface: try to determine the underlying VA surface...
2013-07-10 Gwenole Beauchesnesurface: allow creation with explicit pixel format.
2013-07-10 Gwenole Beauchesnesurface: add helper function to get chroma type from...
2013-07-10 Gwenole Beauchesnesurface: add new chroma formats.
2013-07-10 Gwenole Beauchesnepool: fix image pool to check for the video format...
2013-07-10 Gwenole BeauchesneUse GstVideoInfo for video pools.
2013-07-10 Gwenole BeauchesneAdd more video formats.
2013-07-10 Gwenole Beauchesneimage: fix debug message with video format.
2013-07-09 Gwenole Beauchesnelibs: use GstVideoInfo wherever possible.
2013-07-09 Gwenole Beauchesnelibs: drop GstVaapiImageFormat helpers.
2013-07-09 Gwenole Beauchesnelibs: port to new video format API.
2013-07-09 Gwenole BeauchesneAdd new video format API.
2013-07-08 Sreerenj Balachandranmpeg2: add support for video cropping.
2013-07-08 Sreerenj Balachandranvc1: add support for video cropping.
2013-07-08 Sreerenj Balachandranh264: add support for video cropping.
2013-07-08 Gwenole Beauchesnesurfaceproxy: allow for NULL cropping rectangle.
2013-07-08 Gwenole Beauchesnesurfaceproxy: clean-up helper macros.
2013-07-08 Gwenole Beauchesnesurface: add simple surface info accessors as helper...
2013-07-08 Sreerenj Balachandrandecoder: add support for video cropping.
2013-07-05 Zhong Congmpeg2: reset quantization matrices on new sequence...
2013-07-05 Gwenole Beauchesnempeg2: cope with latest codecparser changes.
2013-06-14 Wind Yuanimage: fix wrong check for rect bounds in copy_image().
2013-06-14 Gwenole Beauchesneconfigure: always build the MPEG-4 parser.
2013-06-05 Gwenole Beauchesnewayland: fix memory leak of display resources.
2013-05-30 Gwenole Beauchesnesurface: fix memory leak through unreleased parent...
2013-05-27 Gwenole Beauchesnewindow: fix GLX window initialization.
2013-05-27 Gwenole Beauchesnedisplay: validate display types.
2013-05-27 Gwenole Beauchesnedisplay: drop internal NAME_PREFIX, store the real...
2013-05-27 Gwenole Beauchesnedisplay: make it possible to lookup the display cache...
2013-05-27 Gwenole Beauchesnedisplay: cope with new display cache API.
2013-05-27 Gwenole Beauchesnedisplay: rework display cache API.
2013-05-23 Gwenole Beauchesnelibs: add query for GstVaapiVideoPool object types.
2013-05-23 Gwenole Beauchesnelibs: drop GST_VAAPI_IS_xxx() helper macros.
2013-05-07 Gwenole Beauchesnedisplay: fix set_synchronous() to lock display.
2013-05-07 Gwenole Beauchesnevideopool: simplify creation of video objects pool.
2013-05-07 Gwenole Beauchesnelibs: simplify GstVaapiID definitions.
2013-05-07 Gwenole Beauchesnelibs: drop obsolete function helpers and objects.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for display objects.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for video decoders.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiMiniObject for video object pools.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiObject for texture objects.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiObject for window objects.
2013-05-07 Gwenole Beauchesnelibs: use GstVaapiObject for VA objects.
2013-05-07 Gwenole BeauchesnePort GstVaapiObject to GstVaapiMiniObject.
2013-05-07 Gwenole Beauchesnelibs: refine GstVaapiMiniObject.
2013-05-07 Gwenole Beauchesnedecoder: update picture size from the bitstream.
2013-04-25 Gwenole Beauchesnedecoder: fix raw decoding mode.
2013-04-25 Gwenole Beauchesnedecoder: add gst_vaapi_decoder_get_frame_with_timeout().
2013-04-18 Gwenole Beauchesnevaapidecode: rework GstVideoDecoder::handle_frame(...
2013-04-17 Gwenole Beauchesnevaapipostproc: port to GStreamer 1.0.
2013-04-17 Gwenole Beauchesnedecoder: fix GstVideoCodecFrame flags for interlaced...
2013-04-16 Gwenole Beauchesnedecoder: rename GstVaapiDecoderFrame to GstVaapiParserF...
2013-04-16 Gwenole Beauchesnedecoder: export presentation timestamp for raw decoding...
2013-04-16 Gwenole Beauchesnedecoder: use new GstVaapiSurfaceProxy utility functions.
2013-04-16 Gwenole Beauchesnesurfaceproxy: add more attributes for raw decoding...
2013-04-16 Gwenole Beauchesnesurfaceproxy: drop user-data support from GstVaapiSurfa...
2013-04-15 Víctor Manuel Jáqu... build: link libgstvaapi-glx-1.0.so against libdl.
2013-04-15 Gwenole Beauchesnedecoder: fix gst_vaapi_decoder_get_codec_state().
2013-04-15 Gwenole Beauchesnedecoder: make gst_vaapi_decoder_get_codec_state() retur...
2013-04-12 Gwenole Beauchesneplugins: fix description for gst-inspect.
2013-04-10 Gwenole BeauchesneFix make dist to include all source files, in any case.
2013-04-10 Gwenole Beauchesnedecoder: fix unpaired GstBuffer map/unmaps.
2013-04-10 Gwenole BeauchesneAllow build against either GStreamer API (0.10 or 1.0).
2013-04-10 Gwenole Beauchesnetests: add support for GStreamer 1.0.
2013-04-10 Sreerenj BalachandranAdd initial support for GStreamer 1.0.
2013-04-03 Gwenole Beauchesnedecoder: drop obsolete functions.
2013-04-03 Gwenole Beauchesnedecoder: delegate surface size check to VA context...
2013-04-03 Gwenole Beauchesnedecoder: simplify acquisition/release of spare surface.
2013-03-26 Gwenole Beauchesneplugins: integrate GstVaapiVideoMeta from libgstvaapi.
2013-03-21 Gwenole Beauchesneplugins: integrate GstVaapiVideoBuffer from libgstvaapi.
2013-03-21 Gwenole Beauchesneplugins: integrate GstVaapiVideoConverterGLX from libgs...
2013-03-21 Gwenole Beauchesnevc1: fix use of possibly uninitialized variable.
2013-03-21 Gwenole Beauchesnejpeg: propagate buffer data as a const guchar * pointer...
2013-03-21 Gwenole Beauchesnedecoder: sanitize codec-data decoding.
2013-03-21 Gwenole Beauchesnedecoder: get rid of GstVaapiDecoderUnit::buffer field.
2013-03-21 Gwenole Beauchesnedecoder: sanitize uses of codec frame input buffer...
2013-03-20 Gwenole Beauchesneplugins: use modern GstElement metadata information.
2013-03-20 Gwenole Beauchesnetests: modernize GstTypeFind functions.
next