summaryrefslogtreecommitdiff
path: root/gst/nuvdemux
AgeCommit message (Expand)AuthorFilesLines
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-09-25style: remove unnecessary break statementsLuis de Bethencourt1-1/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
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-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-06-20update for task api changeWim Taymans1-1/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-16don't pass random pointers to pull_rangeWim Taymans1-0/+1
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-2/+2
2012-01-23nuvdemux: check directly for valid bufferMark Nauwelaerts1-2/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-6/+6
2011-10-18assrender, nuvdemux: unref buffers with gst_buffer_unref()Tim-Philipp Müller1-1/+1
2011-04-11android: make it ready for androgenizerThibault Saunier1-0/+14
2010-09-21nuvdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-1/+3
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+5
2010-03-09nuvdemux: Update plugin descriptionBenjamin Otte1-2/+2
2009-10-11speed: fix warnings in macosx snow leopardJosep Torra1-2/+3
2009-08-31GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller1-2/+3
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-10/+6
2008-03-13Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-1/+1
2008-01-21One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actu...Stefan Kost1-2/+3
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost1-2/+7
2007-06-25gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller1-11/+12
2007-01-03Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer1-3/+6
2006-10-26Fixed bug for files with timestamps less than 0.Edgard Lima2-10/+25
2006-10-17Activate pads before adding them to running element.Tim-Philipp Müller1-0/+2
2006-10-17Just a cast to make it compile oos big_endian systems.Edgard Lima1-1/+1
2006-10-17Created new element nuvdemux.Edgard Lima3-0/+1102