summaryrefslogtreecommitdiff
path: root/ext/spc
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2015-11-18Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-14/+7
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller4-8/+8
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-02spc: No need to define GLIB_DISABLE_DEPRECATION_WARNINGSSreerenj Balachandran1-4/+0
2012-09-02spc: don't leak buffer in case of an init errorTim-Philipp Müller1-0/+1
2012-09-02spc: port to 0.11Sreerenj Balachandran4-118/+74
2012-07-17spc: extract year as GstDateTime instead of GDateTim-Philipp Müller1-3/+4
2012-06-20update for task api changeWim Taymans1-2/+3
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-28update for buffer changesWim Taymans1-1/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-0/+2
2012-01-16spc: fix missing dispose chaining to parent classVincent Penquerc'h1-0/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+2
2010-09-21spc: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge1-1/+2
2010-03-29openspc: Fix build warningJan Schmidt1-0/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-08-08spc: Lower rank to SECONDARY to make the gme plugin the defaultSebastian Dröge1-1/+1
2009-08-08spc: Add the OpenSPC spc plugin againSebastian Dröge5-0/+1066
2009-08-07spc: Really remove old SPC codeSebastian Dröge5-1080/+0
2009-08-06spcdec: Forward all unknown src events upstream and don't restrict to SPCSebastian Dröge1-2/+4
2009-08-04spc: Make the SPC plugin work with the latest libgme releaseSebastian Dröge1-1/+2
2009-08-04spc: Use the portable libgme instead of x86-only OpenSPC libraryMichael Pyne2-40/+52
2008-11-25ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for...Jonathan Matthew1-9/+16
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-07-08Don't use declarations after statements in the remaining code.Sebastian Dröge1-4/+6
2008-06-02ext/spc/Makefile.am: Dist tag.hTim-Philipp Müller1-1/+1
2008-05-20ext/spc/: Add support for some essential features like seeking, reading song ...Brian Koropoff5-35/+679
2007-06-22Fix leaks.Edward Hervey1-6/+2
2006-11-16ext/spc/gstspc.c: Fix build with disabled gst-debug.Tim-Philipp Müller1-3/+2
2006-07-23Add libopenspc-based SPC decoder element (#348220).Chris Lee3-0/+416