summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Added gst/realmedia gst/debug and ext/gdk_pixbufDavid Schleef2003-06-251-2/+11
| | | | | Original commit message from CVS: Added gst/realmedia gst/debug and ext/gdk_pixbuf
* 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
* "My way" turned out to cause seg faults. :) Fixed, and added more fourcc ↵David Schleef2003-06-231-14/+26
| | | | | | | | to caps conversions. Original commit message from CVS: "My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.
* new "Electric Fence" element, that converts each buffer into an allocated ↵David Schleef2003-06-223-0/+494
| | | | | | | | region surrounded by two unmapped pages. Original commit message from CVS: new "Electric Fence" element, that converts each buffer into an allocated region surrounded by two unmapped pages.
* Revert last two changes and do it my way. :)David Schleef2003-06-191-41/+18
| | | | | Original commit message from CVS: Revert last two changes and do it my way. :)
* Support ISO-style variable argument macros.Brian Cameron2003-06-191-0/+12
| | | | | Original commit message from CVS: Support ISO-style variable argument macros.
* New ffmpeg version fixes mpeg decoding segfaults (mpeg1)Ronald S. Bultje2003-06-171-1/+1
| | | | | Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
* which causes a segfault. I'm working on thatRonald S. Bultje2003-06-171-24/+25
| | | | | Original commit message from CVS: This adds width/height properties to qtdemux, so that it connects to ffdec_*... still doesn't work, because the buffer allocation in ffdec_ allocs too small buffers (edge emulation failure or so?), which causes a segfault. I'm working on that
* Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2003-06-162-105/+304
| | | | | | | | Original commit message from CVS: Handle compressed headers. Fix inappropriate use of bytestream_flush(). Code cleanup. Added getcaps and _link functions for src pads. Extract and set the size,rate,channels correctly. Fix some of the caps to agree with avidemux and/or ffmpeg.
* caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo2003-06-162-4/+18
| | | | | | | | | 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
* Fix some of the fourcc to caps conversions. reenable setting of rate and n ↵David Schleef2003-06-151-12/+26
| | | | | | | | channels on audio caps. Original commit message from CVS: Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps.
* gcc 3.3 and ppc fixesBenjamin Otte2003-06-141-12/+32
| | | | | Original commit message from CVS: gcc 3.3 and ppc fixes
* Added state change function where state is clearedWim Taymans2003-06-131-1/+38
| | | | | Original commit message from CVS: Added state change function where state is cleared