summaryrefslogtreecommitdiffstats
path: root/ext/audiofile/gstaf.c
AgeCommit message (Collapse)AuthorFilesLines
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+2
Original commit message from CVS: rework build; add translations for v4l2
2005-08-14licensing, name and description changesThomas Vander Stichele1-1/+1
Original commit message from CVS: licensing, name and description changes
2004-03-14gst-indentThomas Vander Stichele1-12/+6
Original commit message from CVS: gst-indent
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-0/+3
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-03remove audiofile typefinding because it is buggy and we support all of its ↵Benjamin Otte1-1/+0
formats anyway. Original commit message from CVS: remove audiofile typefinding because it is buggy and we support all of its formats anyway. If you need it back, please fix it before you put it back in :)
2003-11-01Update all the audiofile stuffIain Holmes1-9/+14
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-0/+3
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-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-0/+3
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2002-05-26- Changed plugins for new APIsWim Taymans1-0/+40
Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now