summaryrefslogtreecommitdiff
path: root/gst/nsf
Commit message (Expand)AuthorAgeFilesLines
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for buffer changesWim Taymans2012-03-281-1/+1
* Remove unused but set variablesDebarshi Ray2011-06-041-2/+0
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-2/+3
* nsf: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-212-11/+9
* Add -WundefBenjamin Otte2010-03-221-0/+1
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-212-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* nsf: Name the plugin nsf, not nsfdecBenjamin Otte2010-03-091-1/+1
* nsf: Fix compiler warning on Solaris.Jan Schmidt2009-06-051-2/+2
* nsf: Don't write further than the limits of the table (size is 75, as defined...Edward Hervey2009-02-281-2/+3
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incomp...Tim-Philipp Müller2008-04-101-2/+7
* gst/nsf/nes_apu.*: Don't do void pointer arithmetic - it's a gcc extension.Jan Schmidt2008-04-092-5/+15
* gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...Sebastian Dröge2008-03-269-549/+112
* gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...Wim Taymans2008-03-252-4/+17
* gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...Andreas Henriksson2008-03-2525-499/+1694
* gst/: Fix compiler warnings shown by Forte.Jan Schmidt2007-10-081-3/+16
* Nosefart -> NES Sound FormatJohan Dahlin2007-09-041-1/+1
* gst/nsf/gstnsf.*: Add support for (very) basic tagging.Johan Dahlin2007-09-042-0/+21
* Fix leaks.Edward Hervey2007-06-221-6/+2
* gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic...Tim-Philipp Müller2007-04-171-11/+23
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-1/+1
* Fix classification in GstElementDetails.Stefan Kost2007-01-311-1/+1
* gst/nsf/: Fix some things the Forte compiler warns about (#362626).Josep Torra Valles2006-10-175-7/+54
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* gst/nsf/Makefile.am: Add missing GST_LIBSJan Schmidt2006-08-311-1/+1
* gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...Tim-Philipp Müller2006-07-191-1/+8
* gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.Wim Taymans2006-07-181-4/+13
* gst/nsf/: Remove crack malloc/free replacement.Wim Taymans2006-07-144-497/+8
* gst/nsf/Makefile.am: Fix build.Wim Taymans2006-07-131-0/+1
* Added NSF decoder plugin. Fixes 151192.Wim Taymans2006-07-1326-0/+9897