summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstaftypes.c
AgeCommit message (Collapse)AuthorFilesLines
2003-11-01Update all the audiofile stuffIain Holmes1-4/+5
Original commit message from CVS: Update all the audiofile stuff
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef1-43/+30
code from bitrotten plugins Original commit message from CVS: Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef1-2/+2
Original commit message from CVS: Add buffer length checks to every typefinding function
2002-04-26use correct mime type for the types supported by audiofileSteve Baker1-2/+24
Original commit message from CVS: use correct mime type for the types supported by audiofile
2002-04-24added a typefind function for all supported audiofile types.Steve Baker1-0/+186
Original commit message from CVS: added a typefind function for all supported audiofile types. the type is called audio/audiofile - I could have split it into seperate types like audio/aiff and audio/wave but there doesn't seem to be a way to have a padtemplate respond to more than one type, hence this umbrella type. Also, fixed optimisation logic so that aiffs are read through the lib.