summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-12-07Remove copyright from GST_PLUGIN_DEFINERonald S. Bultje2-2/+0
Original commit message from CVS: Remove copyright from GST_PLUGIN_DEFINE
2003-12-05another fixThomas Vander Stichele1-1/+0
Original commit message from CVS: another fix
2003-12-04remove copyright field from pluginsAndy Wingo20-24/+10
Original commit message from CVS: remove copyright field from plugins
2003-11-25that bracket needs to be closedBenjamin Otte1-1/+1
Original commit message from CVS: that bracket needs to be closed
2003-11-24ooops, those files shouldn't have been committed in the latest commit.Benjamin Otte1-6/+0
Original commit message from CVS: ooops, those files shouldn't have been committed in the latest commit.
2003-11-24use GDK_PIXBUF_CONFDIRBenjamin Otte1-0/+6
Original commit message from CVS: use GDK_PIXBUF_CONFDIR
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte2-0/+9
Original commit message from CVS: tagging stuff and build fixes. In detail: - make gdk-pixbuf loader work when distchecking - fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir - fix ffmpeg cvs grabbing when srcdir != distdir - new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag) - mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that - added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis. - added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents. - tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux. - various build fixes. Mostly missing (DIST)CLEANFILES. - vorbisenc handles tag writing. Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-22TypoRonald S. Bultje1-1/+1
Original commit message from CVS: Typo
2003-11-22Add faac buildRonald S. Bultje1-0/+8
Original commit message from CVS: Add faac build
2003-11-22Why wasn't this committed in my previous try?Ronald S. Bultje2-0/+82
Original commit message from CVS: Why wasn't this committed in my previous try?
2003-11-22Actually, FAAC is LGPL, not GPL (like FAAD)Ronald S. Bultje1-0/+680
Original commit message from CVS: Actually, FAAC is LGPL, not GPL (like FAAD)
2003-11-22BPS is per-channel BPS, not total BPS... OhwellRonald S. Bultje1-7/+12
Original commit message from CVS: BPS is per-channel BPS, not total BPS... Ohwell
2003-11-22Don't throw an error if we can't negotiate capsDavid Schleef1-5/+0
Original commit message from CVS: Don't throw an error if we can't negotiate caps
2003-11-21Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ oneRonald S. Bultje1-8/+0
Original commit message from CVS: Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
2003-11-21New libfaad (MPEG-2/4 AAC decoder) pluginRonald S. Bultje4-26/+642
Original commit message from CVS: New libfaad (MPEG-2/4 AAC decoder) plugin
2003-11-20This GstVideoSink function was removed todayJan Schmidt1-2/+0
Original commit message from CVS: This GstVideoSink function was removed today
2003-11-16+ checking in plugin category changesLeif Johnson8-12/+12
Original commit message from CVS: + checking in plugin category changes
2003-11-11make colorspace handle the original RGB format, too, since it handles both. ↵Benjamin Otte1-0/+4
Add the template caps for the reverse for... Original commit message from CVS: make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje36-29/+57
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-06Include config.hDavid Schleef2-0/+6
Original commit message from CVS: Include config.h
2003-11-05Remove obsolete external function call and do all element registrations in ↵Ronald S. Bultje5-29/+4
plugin_init() Original commit message from CVS: Remove obsolete external function call and do all element registrations in plugin_init()
2003-11-03convert to new plugin systemDavid Schleef1-25/+33
Original commit message from CVS: convert to new plugin system
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.