summaryrefslogtreecommitdiff
path: root/gst/nuvdemux
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* style: remove unnecessary break statementsLuis de Bethencourt2014-09-251-1/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* ffmpegcolorspace is no moreWim Taymans2012-09-141-1/+1
* update for task api changeWim Taymans2012-06-201-1/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* don't pass random pointers to pull_rangeWim Taymans2012-03-161-0/+1
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-2/+2
|\
| * nuvdemux: check directly for valid bufferMark Nauwelaerts2012-01-231-2/+2
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+6
|/
* assrender, nuvdemux: unref buffers with gst_buffer_unref()Tim-Philipp Müller2011-10-181-1/+1
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* nuvdemux: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-211-1/+3
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-8/+5
* nuvdemux: Update plugin descriptionBenjamin Otte2010-03-091-2/+2
* speed: fix warnings in macosx snow leopardJosep Torra2009-10-111-2/+3
* GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller2009-08-311-2/+3
* Makefile.am: no static libs for pluginsStefan Kost2009-03-221-1/+1
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-10/+6
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-1/+1
* One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actu...Stefan Kost2008-01-211-2/+3
* Massive leak fixing, plus code cleanups.Stefan Kost2007-09-241-2/+7
* gconf/: Remove dysfunctional directory (this stuff is in -good).Tim-Philipp Müller2007-06-251-11/+12
* Fix build with gcc-2.x (declare variables at the beginning of a block etc.). ...Jens Granseuer2007-01-031-3/+6
* Fixed bug for files with timestamps less than 0.Edgard Lima2006-10-262-10/+25
* Activate pads before adding them to running element.Tim-Philipp Müller2006-10-171-0/+2
* Just a cast to make it compile oos big_endian systems.Edgard Lima2006-10-171-1/+1
* Created new element nuvdemux.Edgard Lima2006-10-173-0/+1102