summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-11-03fix warningsDavid Schleef1-6/+3
Original commit message from CVS: fix warnings
2003-11-03remove audiofile typefinding because it is buggy and we support all of its ↵Benjamin Otte3-198/+1
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-03fix for new plugin systemBenjamin Otte1-29/+30
Original commit message from CVS: fix for new plugin system
2003-11-02This was wrongRonald S. Bultje1-0/+14
Original commit message from CVS: This was wrong
2003-11-02And more, and more...Ronald S. Bultje1-25/+28
Original commit message from CVS: And more, and more...
2003-11-02MoreRonald S. Bultje2-54/+61
Original commit message from CVS: More
2003-11-02I forgot some other letters, but I also forgot which ones.Ronald S. Bultje1-20/+25
Original commit message from CVS: I forgot some other letters, but I also forgot which ones.
2003-11-02BlyRonald S. Bultje1-18/+26
Original commit message from CVS: Bly
2003-11-02Fix this too. Note that the per-plugin licensing is gone because of ↵Ronald S. Bultje1-62/+83
company's new per-plugin (rather than per-element... Original commit message from CVS: Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element) API. We basically need both... Ohwell, I just want this stuff to compile.
2003-11-02Use GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt1-3/+3
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
2003-11-02XVid compiles again...I'm off to bed :)Iain Holmes5-56/+43
Original commit message from CVS: XVid compiles again...I'm off to bed :)
2003-11-02Tarkin compiles againIain Holmes3-104/+127
Original commit message from CVS: Tarkin compiles again
2003-11-02Sndfile compiles againIain Holmes1-26/+39
Original commit message from CVS: Sndfile compiles again
2003-11-02Snapshot compilesIain Holmes1-20/+27
Original commit message from CVS: Snapshot compiles
2003-11-02Make smoothwave compile againIain Holmes1-17/+22
Original commit message from CVS: Make smoothwave compile again
2003-11-02SDL Video sink ported to the new plugin code. (Sorry that last commit ↵Iain Holmes1-48/+50
message sucked BTW) Original commit message from CVS: SDL Video sink ported to the new plugin code. (Sorry that last commit message sucked BTW)
2003-11-02mplex compiles...whatever it isIain Holmes1-24/+27
Original commit message from CVS: mplex compiles...whatever it is
2003-11-01Jack fixed tooIain Holmes1-69/+85
Original commit message from CVS: Jack fixed too
2003-11-01Dumdeedum, more spam...ivorbis is fixedIain Holmes2-85/+85
Original commit message from CVS: Dumdeedum, more spam...ivorbis is fixed
2003-11-01Colo(u)rspace tooIain Holmes1-51/+55
Original commit message from CVS: Colo(u)rspace too
2003-11-01GSM updated for new stuffIain Holmes3-87/+101
Original commit message from CVS: GSM updated for new stuff
2003-11-01Update all the audiofile stuffIain Holmes8-63/+72
Original commit message from CVS: Update all the audiofile stuff
2003-11-01Update artsdsink tooIain Holmes1-17/+23
Original commit message from CVS: Update artsdsink too
2003-11-01Updated gstartsIain Holmes1-17/+27
Original commit message from CVS: Updated gstarts
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef5-108/+34
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 Schleef6-6/+6
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte9-35/+14
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-28Add XOverlay interface support to both sdlvideosink and xvideosink. They're ↵Ronald S. Bultje3-174/+327
fully interchangeable now. Original commit message from CVS: Add XOverlay interface support to both sdlvideosink and xvideosink. They're fully interchangeable now.
2003-10-21Add gstxvid.h (#125106)TYPEFIND-ROOTRonald S. Bultje1-1/+1
Original commit message from CVS: Add gstxvid.h (#125106)
2003-10-16change printfs to GST_DEBUGDavid Schleef1-3/+3
Original commit message from CVS: change printfs to GST_DEBUG
2003-10-13no, we don't require bytestream anymoreBenjamin Otte1-2/+2
Original commit message from CVS: no, we don't require bytestream anymore
2003-10-09More Andy fixageRonald S. Bultje2-2/+2
Original commit message from CVS: More Andy fixage
2003-10-09Fix more typos in Andy's GstData commitRonald S. Bultje2-2/+2
Original commit message from CVS: Fix more typos in Andy's GstData commit
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef1-7/+7
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo26-83/+102
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-10-03Fix typefind function for BBB's new systemDavid Schleef1-2/+6
Original commit message from CVS: Fix typefind function for BBB's new system
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje9-17/+10
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-09-30Improve quality of encoding and decoding quite a bitRonald S. Bultje2-9/+12
Original commit message from CVS: Improve quality of encoding and decoding quite a bit
2003-09-30conform to the buffer-frames props entry -- much nicer now...Andy Wingo3-169/+159
Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele13-131/+78
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte13-78/+131
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
2003-09-14Integrating the GstVideoSink parent classJulien Moutte2-145/+56
Original commit message from CVS: Integrating the GstVideoSink parent class
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-11Fix caps definition. Fix copyright block.David Schleef1-5/+10
Original commit message from CVS: Fix caps definition. Fix copyright block.
2003-08-25two small build fixesChristian Schaller1-0/+1
Original commit message from CVS: two small build fixes
2003-08-10Remove redundant plugindir definitionDavid Schleef22-23/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-08-04We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje1-1/+1
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje6-40/+74
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-29Fix installing in wrong dirDavid Schleef1-1/+1
Original commit message from CVS: Fix installing in wrong dir
2003-07-27Make mplex subdir dependent on USE_MPLEXDavid Schleef1-1/+7
Original commit message from CVS: Make mplex subdir dependent on USE_MPLEX