summaryrefslogtreecommitdiff
path: root/gst/nsf
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Add -WundefBenjamin Otte1-0/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-03-09nsf: Name the plugin nsf, not nsfdecBenjamin Otte1-1/+1
2009-06-05nsf: Fix compiler warning on Solaris.Jan Schmidt1-2/+2
2009-02-28nsf: Don't write further than the limits of the table (size is 75, as defined...Edward Hervey1-2/+3
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-04-10gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incomp...Tim-Philipp Müller1-2/+7
2008-04-09gst/nsf/nes_apu.*: Don't do void pointer arithmetic - it's a gcc extension.Jan Schmidt2-5/+15
2008-03-26gst/nsf/: Remove memguard again and apply hopefully all previously dropped lo...Sebastian Dröge9-549/+112
2008-03-25gst/nsf/: Unbreak compilation by disabling memguard and doing some dirty hack...Wim Taymans2-4/+17
2008-03-25gst/nsf/: Update our internal nosefart to nosefart-2.7-mls to fix segfaults o...Andreas Henriksson25-499/+1694
2007-10-08gst/: Fix compiler warnings shown by Forte.Jan Schmidt1-3/+16
2007-09-04Nosefart -> NES Sound FormatJohan Dahlin1-1/+1
2007-09-04gst/nsf/gstnsf.*: Add support for (very) basic tagging.Johan Dahlin2-0/+21
2007-06-22Fix leaks.Edward Hervey1-6/+2
2007-04-17gst/nsf/types.h: Rename #ifndef header guard symbol to something less generic...Tim-Philipp Müller1-11/+23
2007-02-24Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller1-1/+1
2007-01-31Fix classification in GstElementDetails.Stefan Kost1-1/+1
2006-10-17gst/nsf/: Fix some things the Forte compiler warns about (#362626).Josep Torra Valles5-7/+54
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-08-31gst/nsf/Makefile.am: Add missing GST_LIBSJan Schmidt1-1/+1
2006-07-19gst/nsf/nsf.c: Really fix compilation. Apparently it's not enough to just che...Tim-Philipp Müller1-1/+8
2006-07-18gst/nsf/nsf.c: Fix compilation by not ignoring return values of fread.Wim Taymans1-4/+13
2006-07-14gst/nsf/: Remove crack malloc/free replacement.Wim Taymans4-497/+8
2006-07-13gst/nsf/Makefile.am: Fix build.Wim Taymans1-0/+1
2006-07-13Added NSF decoder plugin. Fixes 151192.Wim Taymans26-0/+9897