summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.David Schleef2003-07-171-6/+6
| | | | | | Original commit message from CVS: Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
* Added clock to esdsink based on GstAudioClockDavid Schleef2003-07-173-8/+129
| | | | | Original commit message from CVS: Added clock to esdsink based on GstAudioClock
* Move to m4/ instead of common/m4/Ronald S. Bultje2003-07-172-0/+262
| | | | | Original commit message from CVS: Move to m4/ instead of common/m4/
* Add textoverlay element that was previously in the sandboxDavid Schleef2003-07-173-2/+684
| | | | | Original commit message from CVS: Add textoverlay element that was previously in the sandbox
* Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them hereDavid Schleef2003-07-171-2/+2
| | | | | Original commit message from CVS: Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
* Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)David Schleef2003-07-171-0/+35
| | | | | Original commit message from CVS: Fix plugin to compile and work with Gtk+-2.0 (works better with 2.2)
* Really disable Matroska this time. Reenable smoothwave until someone ↵David Schleef2003-07-171-10/+24
| | | | | | | | decides to delete it. Fix ivorbis detection. Original commit message from CVS: Really disable Matroska this time. Reenable smoothwave until someone decides to delete it. Fix ivorbis detection.
* Fixes to make it compile without GNOME, and with a modern (>= 0.3) version ↵David Schleef2003-07-172-24/+28
| | | | | | | | | of GStreamer. Now that I got it compiled,... Original commit message from CVS: Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStreamer. Now that I got it compiled, I want to delete it.
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-1610-797/+349
| | | | | | | | | | | | | | | | | comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
* Update to new debugging systemRonald S. Bultje2003-07-154-8/+8
| | | | | Original commit message from CVS: Update to new debugging system
* Added #include of config.h so that they symbol "VERSION" could be found.Brian Cameron2003-07-155-6/+22
| | | | | | | Original commit message from CVS: Added #include of config.h so that they symbol "VERSION" could be found. Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes in the debug logic. Now this plugin compiles.
* Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check ↵Brian Cameron2003-07-151-7/+13
| | | | | | | | so that it doesn't stop the configure if i... Original commit message from CVS: Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if it fails.
* Merge esdmon and esdsink elements into one pluginDavid Schleef2003-07-156-73/+139
| | | | | Original commit message from CVS: Merge esdmon and esdsink elements into one plugin
* Add matroska support to the build treeRonald S. Bultje2003-07-143-5/+24
| | | | | Original commit message from CVS: Add matroska support to the build tree
* Caps fixes and general cleanup.David Schleef2003-07-145-32/+48
| | | | | Original commit message from CVS: Caps fixes and general cleanup.
* Fixes for new caps systemDavid Schleef2003-07-141-6/+8
| | | | | Original commit message from CVS: Fixes for new caps system
* Add gst/overlay directoryDavid Schleef2003-07-141-1/+2
| | | | | Original commit message from CVS: Add gst/overlay directory
* GSM -> RTP and viceversaZeeshan Ali2003-07-1316-28/+1536
| | | | | Original commit message from CVS: GSM -> RTP and viceversa
* fix the bug where pngenc was registered as a effect pluginChristian Schaller2003-07-121-1/+1
| | | | | Original commit message from CVS: fix the bug where pngenc was registered as a effect plugin
* various spec file and build fixes agogo /me kicks ds in a friendly wayThomas Vander Stichele2003-07-123-25/+39
| | | | | | Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
* Silence and fix typefindingRonald S. Bultje2003-07-111-3/+3
| | | | | Original commit message from CVS: Silence and fix typefinding
* fix licensing terms for Goom, it is LGPL not GPLChristian Schaller2003-07-102-1/+6
| | | | | Original commit message from CVS: fix licensing terms for Goom, it is LGPL not GPL
* another comma missingBenjamin Otte2003-07-081-1/+1
| | | | | Original commit message from CVS: another comma missing
* now how old is this bug?Benjamin Otte2003-07-081-2/+2
| | | | | Original commit message from CVS: now how old is this bug?
* A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg ↵Christian Schaller2003-07-072-935/+222
| | | | | | | plugin still doesn't build for me, but I thi... Original commit message from CVS: A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
* Support ISO style variable length macrosBrian Cameron2003-07-071-1/+41
| | | | | Original commit message from CVS: Support ISO style variable length macros
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-0666-1423/+1711
| | | | | | | 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
* small disting fixChristian Schaller2003-07-053-2/+2
| | | | | Original commit message from CVS: small disting fix
* Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though.David Schleef2003-07-042-0/+58
| | | | | | Original commit message from CVS: Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though.
* Now build xvideosink if Xwindows is available, and properly #ifdef theBrian Cameron2003-07-031-14/+24
| | | | | | Original commit message from CVS: Now build xvideosink if Xwindows is available, and properly #ifdef the Xv extension code in the xvideosink code.
* Fix missing config.h and unistd.h includes which were apparently removed ↵Ronald S. Bultje2003-07-032-0/+5
| | | | | | | from gst/gst.h recently Original commit message from CVS: Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently
* implemented wait_async and unschedule ossclock, and support it in osssink -- ↵Andy Wingo2003-07-033-11/+72
| | | | | | | really should make this a general clock,... Original commit message from CVS: implemented wait_async and unschedule ossclock, and support it in osssink -- really should make this a general clock, ill need it in gstsf
* add pango and gtkDavid Schleef2003-07-031-1/+5
| | | | | Original commit message from CVS: add pango and gtk
* add gst/videofilter and ext/pangoDavid Schleef2003-07-022-3/+20
| | | | | Original commit message from CVS: add gst/videofilter and ext/pango
* add formats to base class, not the actual videofilter classDavid Schleef2003-07-023-3/+6
| | | | | Original commit message from CVS: add formats to base class, not the actual videofilter class
* Add a base init functionDavid Schleef2003-07-021-5/+9
| | | | | Original commit message from CVS: Add a base init function
* overlays text of the current timestampDavid Schleef2003-07-023-0/+449
| | | | | Original commit message from CVS: overlays text of the current timestamp
* move code from videoflip directory. Why? I don't really know.David Schleef2003-07-022-20/+202
| | | | | Original commit message from CVS: move code from videoflip directory. Why? I don't really know.
* video balancing (brightness, contrast, etc.)David Schleef2003-07-023-20/+120
| | | | | Original commit message from CVS: video balancing (brightness, contrast, etc.)
* Add videobalance from templateDavid Schleef2003-07-022-0/+333
| | | | | Original commit message from CVS: Add videobalance from template
* Add videoflip, created from template.David Schleef2003-07-023-2/+341
| | | | | Original commit message from CVS: Add videoflip, created from template.
* GstVideofilter abstract class for video filtersDavid Schleef2003-07-026-0/+1093
| | | | | Original commit message from CVS: GstVideofilter abstract class for video filters
* Fix type punning.David Schleef2003-06-302-8/+8
| | | | | Original commit message from CVS: Fix type punning.
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-2965-349/+514
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* fix flacdec when src not connectedThomas Vander Stichele2003-06-281-18/+16
| | | | | Original commit message from CVS: fix flacdec when src not connected
* make flacdec work with unconnected src padThomas Vander Stichele2003-06-281-40/+48
| | | | | Original commit message from CVS: make flacdec work with unconnected src pad
* Re-add int2float/float2int, someone told me audioconvert handled all this, ↵Ronald S. Bultje2003-06-281-1/+2
| | | | | | | but it doesn't. oops Original commit message from CVS: Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
* fix categoryThomas Vander Stichele2003-06-274-4/+4
| | | | | Original commit message from CVS: fix category
* Remove some more unused cruft left over from our ancient avifile periodRonald S. Bultje2003-06-266-801/+2
| | | | | Original commit message from CVS: Remove some more unused cruft left over from our ancient avifile period
* Plugins cleanup:Ronald S. Bultje2003-06-254-119/+32
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.