summaryrefslogtreecommitdiffstats
path: root/ext/gme
AgeCommit message (Collapse)AuthorFilesLines
2009-08-07gmedec: Use GstAdapter instead of many buffer joinsSebastian Dröge3-23/+19
This reduces the number of reallocations and memcpys drastically. Also free the input data as soon as it's complete and passed to GME as it's not needed anymore.
2009-08-07gmedec: Add caps for all supported file formats to the srcpad templateSebastian Dröge1-2/+7
2009-08-07gme: Don't add empty string tagsSebastian Dröge1-7/+7
2009-08-07gme: Fix caps name againSebastian Dröge1-1/+1
2009-08-07gme: Rename everything from SPC to GMESebastian Dröge2-154/+152
2009-08-07gme: Use gme for tags and duration parsingSebastian Dröge5-501/+45
2009-08-07spc: Rename SPC plugin to GMESebastian Dröge5-0/+1080
as preparation for enabling support for non-SPC gaming console sound files.