summaryrefslogtreecommitdiff
path: root/ext/spc
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-14/+7
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
* 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
* spc: No need to define GLIB_DISABLE_DEPRECATION_WARNINGSSreerenj Balachandran2012-09-021-4/+0
* spc: don't leak buffer in case of an init errorTim-Philipp Müller2012-09-021-0/+1
* spc: port to 0.11Sreerenj Balachandran2012-09-024-118/+74
* spc: extract year as GstDateTime instead of GDateTim-Philipp Müller2012-07-171-3/+4
* update for task api changeWim Taymans2012-06-201-2/+3
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for buffer changesWim Taymans2012-03-281-1/+1
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-0/+2
|\
| * spc: fix missing dispose chaining to parent classVincent Penquerc'h2012-01-161-0/+2
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+2
|/
* spc: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2010-09-211-1/+2
* openspc: Fix build warningJan Schmidt2010-03-291-0/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* spc: Lower rank to SECONDARY to make the gme plugin the defaultSebastian Dröge2009-08-081-1/+1
* spc: Add the OpenSPC spc plugin againSebastian Dröge2009-08-085-0/+1066
* spc: Really remove old SPC codeSebastian Dröge2009-08-075-1080/+0
* spcdec: Forward all unknown src events upstream and don't restrict to SPCSebastian Dröge2009-08-061-2/+4
* spc: Make the SPC plugin work with the latest libgme releaseSebastian Dröge2009-08-041-1/+2
* spc: Use the portable libgme instead of x86-only OpenSPC libraryMichael Pyne2009-08-042-40/+52
* ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for...Jonathan Matthew2008-11-251-9/+16
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Don't use declarations after statements in the remaining code.Sebastian Dröge2008-07-081-4/+6
* ext/spc/Makefile.am: Dist tag.hTim-Philipp Müller2008-06-021-1/+1
* ext/spc/: Add support for some essential features like seeking, reading song ...Brian Koropoff2008-05-205-35/+679
* Fix leaks.Edward Hervey2007-06-221-6/+2
* ext/spc/gstspc.c: Fix build with disabled gst-debug.Tim-Philipp Müller2006-11-161-3/+2
* Add libopenspc-based SPC decoder element (#348220).Chris Lee2006-07-233-0/+416