summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstaftypes.c
AgeCommit message (Collapse)AuthorFilesLines
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.