summaryrefslogtreecommitdiffstats
path: root/gst/modplug/gstmodplug.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15*.h: Revert indentingJohan Dahlin1-57/+54
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-54/+57
Original commit message from CVS: gst-indent
2004-03-14gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte1-0/+1
Original commit message from CVS: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: set correct timestamps on outgoing buffers
2003-12-22Merge CAPS branchDavid Schleef1-2/+0
Original commit message from CVS: Merge CAPS branch
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-2/+0
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-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-3/+1
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
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje1-1/+1
been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
2003-06-27some state change fixesThomas Vander Stichele1-0/+1
Original commit message from CVS: some state change fixes
2003-01-20handle bytestream eventJeremy Simon1-2/+0
Original commit message from CVS: handle bytestream event
2003-01-19apply apoc's patch, it makes mod play and be seekable in gst-player, but ↵Christian Schaller1-0/+2
gst-player hangs on EOF with mod Original commit message from CVS: apply apoc's patch, it makes mod play and be seekable in gst-player, but gst-player hangs on EOF with mod
2003-01-12somewhat fix modplugWim Taymans1-2/+0
Original commit message from CVS: somewhat fix modplug
2002-12-30add metadata code cleanupJeremy Simon1-3/+10
Original commit message from CVS: add metadata code cleanup
2002-12-07remove infinite loop code cleanupJeremy Simon1-0/+1
Original commit message from CVS: remove infinite loop code cleanup
2002-11-17Use bytestream to get buffer from sinkpad ( gst-player should play mod file ↵Jeremy Simon1-1/+6
now ;) Original commit message from CVS: Use bytestream to get buffer from sinkpad ( gst-player should play mod file now ;) Move module types build from mikmod to modplug
2002-06-09add seek event, first shot ;)Jeremy Simon1-0/+2
Original commit message from CVS: add seek event, first shot ;)
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-02-28adding modplugJeremy Simon1-0/+86
Original commit message from CVS: adding modplug