summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2003-12-09Implement something to make video play faster/slowerRonald S. Bultje2-16/+95
Original commit message from CVS: Implement something to make video play faster/slower
2003-12-08Adding a new plugin: switch.Julien Moutte3-0/+412
Original commit message from CVS: Adding a new plugin: switch. It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon. It should be able to handle any kind of data passing through it. It is still a work in progress don't consider it usable for production yet.
2003-12-04remove copyright field from pluginsAndy Wingo27-29/+0
Original commit message from CVS: remove copyright field from plugins
2003-12-02change _connect to _linkDavid Schleef1-2/+2
Original commit message from CVS: change _connect to _link
2003-11-27Change everyone to video/x-msvideoDavid Schleef1-1/+1
Original commit message from CVS: Change everyone to video/x-msvideo
2003-11-27Added audio/x-m4a to the sink capsIain Holmes1-0/+5
Original commit message from CVS: Added audio/x-m4a to the sink caps
2003-11-24add a rank to allow autopluggingBenjamin Otte1-1/+1
Original commit message from CVS: add a rank to allow autoplugging
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte1-0/+1
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-16+ checking in plugin category changesLeif Johnson26-47/+32
Original commit message from CVS: + checking in plugin category changes
2003-11-16+ further mucking about with the playondemand filterLeif Johnson4-64/+57
Original commit message from CVS: + further mucking about with the playondemand filter
2003-11-10change video/x-jpeg to image/jpegDavid Schleef1-3/+5
Original commit message from CVS: change video/x-jpeg to image/jpeg
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller1-1/+1
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
2003-11-07Do not demux only 2 trak atomsJeremy Simon1-4/+9
Original commit message from CVS: Do not demux only 2 trak atoms
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje68-31/+195
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-03v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ↵Benjamin Otte1-1/+1
static Original commit message from CVS: v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
2003-11-02This one was missingRonald S. Bultje1-33/+28
Original commit message from CVS: This one was missing
2003-11-02fix for new plugin systemBenjamin Otte5-90/+105
Original commit message from CVS: fix for new plugin system
2003-11-02SMPTE transitions doneRonald S. Bultje1-26/+29
Original commit message from CVS: SMPTE transitions done
2003-11-02Again one doneRonald S. Bultje1-22/+28
Original commit message from CVS: Again one done
2003-11-02... almost done nowRonald S. Bultje3-35/+39
Original commit message from CVS: ... almost done now
2003-11-02Hi. I'm the reason why GstElementDetails uses a macro nowBenjamin Otte1-3/+3
Original commit message from CVS: Hi. I'm the reason why GstElementDetails uses a macro now
2003-11-02Quicktime demuxer ported to new interfaceRonald S. Bultje1-22/+27
Original commit message from CVS: Quicktime demuxer ported to new interface
2003-11-02More more more more zzzzz I need sleepRonald S. Bultje1-22/+26
Original commit message from CVS: More more more more zzzzz I need sleep
2003-11-02Passthrough... New plugin system... Bla...Ronald S. Bultje1-20/+26
Original commit message from CVS: Passthrough... New plugin system... Bla...
2003-11-02Last o pluginRonald S. Bultje1-28/+31
Original commit message from CVS: Last o plugin
2003-11-02fix for new plugin systemBenjamin Otte2-53/+57
Original commit message from CVS: fix for new plugin system
2003-11-02WhaaaaaaaaaaaaaaaaaaaaaackRonald S. Bultje1-24/+27
Original commit message from CVS: Whaaaaaaaaaaaaaaaaaaaaaack
2003-11-02More More MoreRonald S. Bultje1-22/+26
Original commit message from CVS: More More More
2003-11-02And again one moreRonald S. Bultje1-27/+31
Original commit message from CVS: And again one more
2003-11-02Again one more doneRonald S. Bultje1-23/+29
Original commit message from CVS: Again one more done
2003-11-02fix to new plugin systemBenjamin Otte1-25/+28
Original commit message from CVS: fix to new plugin system
2003-11-02I'm too lazy to comment thisRonald S. Bultje1-21/+25
Original commit message from CVS: .
2003-11-02more, and more, and more...Ronald S. Bultje1-21/+28
Original commit message from CVS: more, and more, and more...
2003-11-02Updated for the new plugin loading codeJan Schmidt5-54/+80
Original commit message from CVS: Updated for the new plugin loading code
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-02Updated to the new plugin loading codeJan Schmidt1-23/+29
Original commit message from CVS: Updated to the new plugin loading code
2003-11-02Use GST_ELEMENT_DETAILS macro to initialise the structureJan Schmidt1-2/+2
Original commit message from CVS: Use GST_ELEMENT_DETAILS macro to initialise the structure
2003-11-02Updated for the new plugin loading codeJan Schmidt1-21/+29
Original commit message from CVS: Updated for the new plugin loading code
2003-11-02Make smoothwave compile againIain Holmes1-17/+22
Original commit message from CVS: Make smoothwave compile again
2003-11-01CDXAParse and chart ported to new styleIain Holmes2-43/+51
Original commit message from CVS: CDXAParse and chart ported to new style
2003-10-29Move a few typefind functions to gst/typefind, remove all old typefinding ↵David Schleef1-8/+1
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 Schleef5-5/+5
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte17-609/+23
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-13no, we don't require bytestream anymoreBenjamin Otte2-4/+3
Original commit message from CVS: no, we don't require bytestream anymore
2003-10-13Woah, I'm f***ing annoyed that someonme never tests his changes and figures ↵Benjamin Otte1-1/+2
out that every freakin' format is identif... Original commit message from CVS: Woah, I'm f***ing annoyed that someonme never tests his changes and figures out that every freakin' format is identified as text/plain
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef1-2/+2
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 Wingo34-102/+127
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-08just some code cleanupLeif Johnson2-103/+64
Original commit message from CVS: just some code cleanup
2003-10-08updating some plugin categoriesLeif Johnson1-1/+1
Original commit message from CVS: updating some plugin categories
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje13-407/+361
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