summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo12-629/+933
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.
2003-07-15Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check ↵Brian Cameron1-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.
2003-07-14Add matroska support to the build treeRonald S. Bultje3-5/+24
Original commit message from CVS: Add matroska support to the build tree
2003-07-14Found this in my local tree. Looks cool, so I'm checking it in. Seems to ↵David Schleef3-0/+480
be some sort of video overlay element. Original commit message from CVS: Found this in my local tree. Looks cool, so I'm checking it in. Seems to be some sort of video overlay element.
2003-07-14No "format" property in new RGB caps.David Schleef1-3/+1
Original commit message from CVS: No "format" property in new RGB caps.
2003-07-14Add gst/overlay directoryDavid Schleef1-1/+2
Original commit message from CVS: Add gst/overlay directory
2003-07-14Fix some weird-ass segfaults in xvidRonald S. Bultje3-20/+36
Original commit message from CVS: Fix some weird-ass segfaults in xvid
2003-07-12Plugin details fixesRonald S. Bultje1-0/+1
Original commit message from CVS: Plugin details fixes
2003-07-12various spec file and build fixes agogo /me kicks ds in a friendly wayThomas Vander Stichele2-24/+38
Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
2003-07-12fixing buggy error handlingJulien Moutte1-3/+7
Original commit message from CVS: fixing buggy error handling
2003-07-11Silence and fix typefindingRonald S. Bultje1-3/+3
Original commit message from CVS: Silence and fix typefinding
2003-07-10fix license of fame plugin to say LGPL not GPL as the libfame library is LGPLChristian Schaller2-1/+5
Original commit message from CVS: fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL Add readme with some info
2003-07-10fix license of tremor Vorbis plugin to be LGPL not GPLChristian Schaller1-1/+1
Original commit message from CVS: fix license of tremor Vorbis plugin to be LGPL not GPL
2003-07-08fix mp3 typefinding and included layer in found typeBenjamin Otte1-10/+18
Original commit message from CVS: fix mp3 typefinding and included layer in found type
2003-07-08Implement mpeg-delimited framerate lists instead of (too wide) rangesRonald S. Bultje2-6/+30
Original commit message from CVS: Implement mpeg-delimited framerate lists instead of (too wide) ranges
2003-07-08another comma missingBenjamin Otte1-1/+1
Original commit message from CVS: another comma missing
2003-07-07A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg ↵Christian Schaller3-935/+225
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 :)
2003-07-07And yet another compilation failureRonald S. Bultje1-1/+1
Original commit message from CVS: And yet another compilation failure
2003-07-06Removed function that was only used by _loop(), which was removed by last ↵David Schleef1-18/+0
checkin Original commit message from CVS: Removed function that was only used by _loop(), which was removed by last checkin
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje74-1585/+1863
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
2003-07-05small disting fixChristian Schaller2-1/+1
Original commit message from CVS: small disting fix
2003-07-03Now build xvideosink if Xwindows is available, and properly #ifdef theBrian Cameron1-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.
2003-07-03Fix missing config.h and unistd.h includes which were apparently removed ↵Ronald S. Bultje2-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
2003-07-03add pango and gtkDavid Schleef1-1/+5
Original commit message from CVS: add pango and gtk
2003-07-02add gst/videofilter and ext/pangoDavid Schleef2-3/+20
Original commit message from CVS: add gst/videofilter and ext/pango
2003-07-01fix type punningDavid Schleef1-2/+2
Original commit message from CVS: fix type punning
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte78-300/+481
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.
2003-06-28Re-add int2float/float2int, someone told me audioconvert handled all this, ↵Ronald S. Bultje1-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
2003-06-27some state change fixesThomas Vander Stichele2-2/+15
Original commit message from CVS: some state change fixes
2003-06-25Plugins cleanup:Ronald S. Bultje4-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.
2003-06-25Added gst/realmedia gst/debug and ext/gdk_pixbufDavid Schleef1-2/+11
Original commit message from CVS: Added gst/realmedia gst/debug and ext/gdk_pixbuf
2003-06-25Add gdkpixbuf subdir. Alphabetize a few others.David Schleef1-8/+14
Original commit message from CVS: Add gdkpixbuf subdir. Alphabetize a few others.
2003-06-23"My way" turned out to cause seg faults. :) Fixed, and added more fourcc ↵David Schleef1-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.
2003-06-19Revert last two changes and do it my way. :)David Schleef1-41/+18
Original commit message from CVS: Revert last two changes and do it my way. :)
2003-06-19Support ISO-style variable argument macros.Brian Cameron1-0/+12
Original commit message from CVS: Support ISO-style variable argument macros.
2003-06-19Add missing }David Schleef1-0/+1
Original commit message from CVS: Add missing }
2003-06-17New ffmpeg version fixes mpeg decoding segfaults (mpeg1)Ronald S. Bultje2-2/+2
Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
2003-06-17which causes a segfault. I'm working on thatRonald S. Bultje1-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
2003-06-16+ simplifying the filter's structure, but it's still not working perfectly + ↵Leif Johnson4-218/+201
starting to wonder if/how midi integrati... Original commit message from CVS: + simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integration is possible ...
2003-06-16Handle compressed headers. Fix inappropriate use of bytestream_flush().David Schleef2-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.
2003-06-16caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo5-4/+770
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
2003-06-16Fixing indentationJulien Moutte3-2032/+1963
Original commit message from CVS: Fixing indentation
2003-06-15Fix some of the fourcc to caps conversions. reenable setting of rate and n ↵David Schleef1-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.
2003-06-14gcc 3.3 and ppc fixesBenjamin Otte2-2/+5
Original commit message from CVS: gcc 3.3 and ppc fixes
2003-06-13hack removalWim Taymans1-4/+0
Original commit message from CVS: hack removal
2003-06-13Removed ugly caps fixed flag hack, will be done automatically in core soonWim Taymans1-1/+0
Original commit message from CVS: Removed ugly caps fixed flag hack, will be done automatically in core soon
2003-06-13Add videoflipDavid Schleef1-2/+3
Original commit message from CVS: Add videoflip
2003-06-11Fix 114948 - adds some autotools magic that makes sure that we only make ↵Ronald S. Bultje1-2/+2
install ffmpeg if its actually there Original commit message from CVS: Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
2003-06-11Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVSDavid Schleef1-3/+6
Original commit message from CVS: Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
2003-06-10Complete rewrite. Not finished, nothing to see here.David Schleef2-570/+1249
Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.