summaryrefslogtreecommitdiffstats
path: root/ext/ivorbis/vorbis.c
AgeCommit message (Collapse)AuthorFilesLines
2007-03-02Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streamsChristian Schaller1-1/+10
Original commit message from CVS: Add patch from Bug 357055 from Chris Lord, adding support for Vorbis streams
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
Original commit message from CVS: rework build; add translations for v4l2
2005-11-15set rank to secondary as you never want this to be used instead of normal ↵Christian Schaller1-1/+1
oggdemux etc. Original commit message from CVS: set rank to secondary as you never want this to be used instead of normal oggdemux etc.
2005-11-08Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- ↵Edgard Lima1-3/+0
seg fault when eos 3- seek is now disabled Original commit message from CVS: Ported to 0.9. Some issues to be solved yet: 1- set correct timestamps 2- seg fault when eos 3- seek is now disabled
2004-10-01commiting patch from Phil BlundellPhil Blundell1-1/+2
Original commit message from CVS: commiting patch from Phil Blundell
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-1/+1
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-14/+10
Original commit message from CVS: gst-indent
2003-12-27make tremor work againAmaury Jacquot1-6/+4
Original commit message from CVS: make tremor work again
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-11-01Dumdeedum, more spam...ivorbis is fixedIain Holmes1-79/+13
Original commit message from CVS: Dumdeedum, more spam...ivorbis is fixed
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef1-30/+0
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-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-1/+4
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-5/+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-07-24Add buffer length checks to every typefinding functionDavid Schleef1-1/+6
Original commit message from CVS: Add buffer length checks to every typefinding function
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-10/+8
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-04-07Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef1-1/+1
int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
2003-03-01commit first part of ivorbis fixesChristian Schaller1-6/+5
Original commit message from CVS: commit first part of ivorbis fixes
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller1-0/+148
Original commit message from CVS: merge integer based Tremor vorbis plugin