Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-07 | gmedec: Use GstAdapter instead of many buffer joins | Sebastian Dröge | 1 | -20/+15 | |
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-07 | gmedec: Add caps for all supported file formats to the srcpad template | Sebastian Dröge | 1 | -2/+7 | |
2009-08-07 | gme: Don't add empty string tags | Sebastian Dröge | 1 | -7/+7 | |
2009-08-07 | gme: Fix caps name again | Sebastian Dröge | 1 | -1/+1 | |
2009-08-07 | gme: Rename everything from SPC to GME | Sebastian Dröge | 1 | -137/+135 | |
2009-08-07 | gme: Use gme for tags and duration parsing | Sebastian Dröge | 1 | -107/+42 | |
2009-08-07 | spc: Rename SPC plugin to GME | Sebastian Dröge | 1 | -0/+612 | |
as preparation for enabling support for non-SPC gaming console sound files. |