summaryrefslogtreecommitdiff
path: root/gst/vmnc
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-12-06vmncdec: Sanity-check rectangle sizes a bit more thoroughSebastian Dröge1-1/+2
2016-11-16vmncdec: Sanity-check width/height before using itSebastian Dröge1-1/+5
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+12
2016-06-07vmncdec: Wait for segment event before checking itNicolas Dufresne1-5/+23
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+5
2015-08-15videodecoders: use default pad accept-caps handlingThiago Santos1-0/+3
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-09-16vmncdec: modify wrong packetized mode logicVineeth T M1-3/+4
2014-05-13vmndec: Don't leak output stateEdward Hervey1-1/+3
2013-12-06vmcndec: Add missing header fileOlivier Crête3-3/+114
2013-12-06vmncdec: Port to GStreamer 1.0 APIOlivier Crête2-351/+152
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+13
2011-03-11build: remove more tarkin/theoraexp build cruftTim-Philipp Müller1-1/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-0/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-03-09wmnc: Update descriptionBenjamin Otte1-2/+2
2010-01-11vmnc: use existing macros to avoid alignment issuesTim-Philipp Müller1-3/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+2
2008-02-12Fix some finalize leaks by chaining up to the parent method.Jan Schmidt1-0/+2
2007-07-30gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...Ian Munro1-1/+1
2007-07-11gst/: Fix build against core CVS.Tim-Philipp Müller1-1/+1
2007-03-23gst/vmnc/vmncdec.c: Redesign to include a parser for raw files (no timestamps...Michael Smith2-88/+273
2007-03-03Fix up dist.Michael Smith1-5/+5
2007-03-03Add VMnc decoder.Michael Smith2-0/+964