summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo2003-07-163-508/+334
| | | | | | | | | | | | | | | | | 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.
* 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-141-4/+13
| | | | | Original commit message from CVS: Add matroska support to the build tree
* Fixes for new caps systemDavid Schleef2003-07-141-6/+8
| | | | | Original commit message from CVS: Fixes for new caps system
* 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
* now how old is this bug?Benjamin Otte2003-07-081-2/+2
| | | | | Original commit message from CVS: now how old is this bug?
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-0622-244/+332
| | | | | | | 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-051-1/+1
| | | | | 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.
* add gst/videofilter and ext/pangoDavid Schleef2003-07-021-2/+8
| | | | | Original commit message from CVS: add gst/videofilter and ext/pango
* overlays text of the current timestampDavid Schleef2003-07-023-0/+449
| | | | | Original commit message from CVS: overlays text of the current timestamp
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-2917-102/+149
| | | | | | | | 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
* Plugins cleanup:Ronald S. Bultje2003-06-251-27/+6
| | | | | | | | | | | | | | | | 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.
* Add gdkpixbuf subdir. Alphabetize a few others.David Schleef2003-06-251-8/+14
| | | | | Original commit message from CVS: Add gdkpixbuf subdir. Alphabetize a few others.
* Element that decodes images using gdk_pixbufDavid Schleef2003-06-253-0/+417
| | | | | Original commit message from CVS: Element that decodes images using gdk_pixbuf
* caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo2003-06-161-0/+6
| | | | | | | | | with dynamic number of sink pads in float2i... Original commit message from CVS: * caps refcounting fixes for float2int * fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int * added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
* Add standard huffman tables if the file doesn't have themRonald S. Bultje2003-06-151-0/+118
| | | | | Original commit message from CVS: Add standard huffman tables if the file doesn't have them
* Remove NEW_MEDIA from pluginsRonald S. Bultje2003-06-071-2/+3
| | | | | Original commit message from CVS: Remove NEW_MEDIA from plugins
* g_warning -> GST_DEBUGThomas Vander Stichele2003-06-051-1/+1
| | | | | Original commit message from CVS: g_warning -> GST_DEBUG
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+12
| | | | | Original commit message from CVS: UNITS -> DEFAULT
* - UNITS -> DEFAULTWim Taymans2003-05-241-19/+13
| | | | | | Original commit message from CVS: - UNITS -> DEFAULT - seeking updates
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-1/+1
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* Some bugfixes:Christian Schaller2003-05-121-1/+1
| | | | | | | Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
* Oups I forgot gstflacenc.hJeremy Simon2003-05-111-1/+4
| | | | | Original commit message from CVS: Oups I forgot gstflacenc.h
* _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback ↵Jeremy Simon2003-05-111-91/+127
| | | | | | | | | to fill STREAMINFO blocks correctly _ Add ... Original commit message from CVS: _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill STREAMINFO blocks correctly _ Add metadata (vorbis comments)
* See #112579Ronald S. Bultje2003-05-081-1/+1
| | | | | Original commit message from CVS: See #112579
* Found more problems. Refix #112329.David Schleef2003-05-051-17/+13
| | | | | Original commit message from CVS: Found more problems. Refix #112329.
* Fix off-by-one allocation problem in gst_aasink_dither_get_type().David Schleef2003-05-051-1/+1
| | | | | | Original commit message from CVS: Fix off-by-one allocation problem in gst_aasink_dither_get_type(). Fixes #112329.
* Add metadata (only vorbis comment)Jeremy Simon2003-04-272-3/+117
| | | | | Original commit message from CVS: Add metadata (only vorbis comment)
* fixes:Benjamin Otte2003-04-261-5/+5
| | | | | | | | Original commit message from CVS: fixes: - wrong type of 0 - only write data into buffer if buffer is big enough - write data into a buffer which we actually may write
* Removing avifile and http plugins, also fixing some disting issuesChristian Schaller2003-04-231-17/+5
| | | | | Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
* Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje2003-04-211-4/+17
| | | | | | | | | | | closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
* Convert some of the broken fourcc printing to GST_FOURCC_FORMATDavid Schleef2003-04-071-3/+3
| | | | | Original commit message from CVS: Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
* Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2003-04-072-2/+2
| | | | | | | | | 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.
* - Better state change functionWim Taymans2003-04-062-134/+55
| | | | | | | | Original commit message from CVS: - Better state change function - fail when negotiation was not performed - removed properties that are implied by caps - only open device in negotiation
* Complete the move of the RTP pluginChristian Schaller2003-03-021-8/+2
| | | | | Original commit message from CVS: Complete the move of the RTP plugin
* state change fixes from Pedro Corte-Real for shout and shout2 pluginsChristian Schaller2003-02-231-3/+3
| | | | | Original commit message from CVS: state change fixes from Pedro Corte-Real for shout and shout2 plugins
* add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2003-02-231-1/+1
| | | | | | | also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
* merge integer based Tremor vorbis pluginChristian Schaller2003-02-231-2/+8
| | | | | Original commit message from CVS: merge integer based Tremor vorbis plugin
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-023-6/+6
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-301-2/+8
| | | | | Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
* make 8 bit output use the right capsBenjamin Otte2003-01-301-19/+36
| | | | | Original commit message from CVS: make 8 bit output use the right caps
* clean upThomas Vander Stichele2003-01-201-90/+67
| | | | | Original commit message from CVS: clean up
* more link fixesThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: more link fixes
* PadConnect -> PadLinkThomas Vander Stichele2003-01-108-16/+16
| | | | | Original commit message from CVS: PadConnect -> PadLink