gstreamer/ext/vpx
Nirbheek Chauhan b09f478e80 Add support for Meson as alternative/parallel build system
https://github.com/mesonbuild/meson

With contributions from:

Tim-Philipp Müller <tim@centricular.com>
Jussi Pakkanen <jpakkane@gmail.com> (original port)

Highlights of the features provided are:
* Faster builds on Linux (~40-50% faster)
* The ability to build with MSVC on Windows
* Generate Visual Studio project files
* Generate XCode project files
* Much faster builds on Windows (on-par with Linux)
* Seriously fast configure and building on embedded

... and many more. For more details see:

http://blog.nirbheek.in/2016/05/gstreamer-and-meson-new-hope.html
http://blog.nirbheek.in/2016/07/building-and-developing-gstreamer-using.html

Building with Meson should work on both Linux and Windows, but may
need a few more tweaks on other operating systems.
2016-08-20 11:21:12 +01:00
..
gstvp8dec.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp8dec.h vpx: created common base class GstVPXdec for vpx decoders 2015-12-15 12:06:45 -05:00
gstvp8enc.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp8enc.h vpx: created common baseclass GstVPXEnc 2015-12-15 14:03:29 -05:00
GstVP8Enc.prs vpx: Rename vp8 plugin to vpx 2012-09-16 15:33:57 +02:00
gstvp8utils.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstvp8utils.h vpx: remove compatibility defines 2014-11-01 15:40:44 +00:00
gstvp9dec.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp9dec.h vpx: created common base class GstVPXdec for vpx decoders 2015-12-15 12:06:45 -05:00
gstvp9enc.c good: use new gst_element_class_add_static_pad_template() 2016-03-24 14:32:20 +02:00
gstvp9enc.h vpx: created common baseclass GstVPXEnc 2015-12-15 14:03:29 -05:00
gstvpxdec.c vpxdec: Use threads on multi-core systems 2016-03-24 19:30:44 -04:00
gstvpxdec.h vpxdec: Remove unneeded add video_meta 2015-12-15 12:57:53 -05:00
gstvpxenc.c vpxenc: Properly handle frames with too low duration 2016-04-23 13:56:56 +01:00
gstvpxenc.h vpx: created common baseclass GstVPXEnc 2015-12-15 14:03:29 -05:00
Makefile.am vpx: Add missing headers in Makefile.am 2015-12-15 14:27:22 -05:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:21:12 +01:00
plugin.c vpx: Add initial, experimental VP9 support 2013-06-21 18:22:12 +02:00