[vlc-commits] Add a GStreamer-based decoder module

Vikram Fugro git at videolan.org
Sun May 11 16:05:33 CEST 2014


vlc | branch: master | Vikram Fugro <vikram.fugro at gmail.com> | Fri May  2 07:04:04 2014 +0530| [074be88bc3b00af0c1feb211dec8244497530803] | committer: Elvis Presley

Add a GStreamer-based decoder module

GStreamer is a cross-platform multimedia processing
framework for audio/video postprocess/capture/
encode/decode/render.

This module is intended for Audio/Video decoding using
the available GStreamer plugins present in the system.
Currently this module supports only video decoding
and can be extended to audio decoding as well.
ZeroCopy is currently not supported and must be added.

Codecs currently supported are h264, mpeg4, vp8, mpeg2,
flashvideo, wmv1/2/3, vc1.

Signed-off-by: Vikram Fugro <vikram.fugro at gmail.com>
Signed-off-by: Jean-Baptiste <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=074be88bc3b00af0c1feb211dec8244497530803
---

 NEWS                      |    1 +
 configure.ac              |   20 +
 modules/MODULES_LIST      |    1 +
 modules/codec/Makefile.am |    7 +
 modules/codec/gstdecode.c |  884 +++++++++++++++++++++++++++++++++++++++++++++
 po/POTFILES.in            |    1 +
 6 files changed, 914 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=074be88bc3b00af0c1feb211dec8244497530803


More information about the vlc-commits mailing list