summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-07-23Fix to loop through a list of caps when calling try_set_caps(). Added a ↵David Schleef1-11/+26
workaround for some strangeness in gst_props... Original commit message from CVS: Fix to loop through a list of caps when calling try_set_caps(). Added a workaround for some strangeness in gst_props_normalize(), I think. It doesn't seem to like GST_VIDEO_PAD_TEMPLATE_PROPS_15_16.
2003-07-22famedec is not actually implemented. (it'd just a copy of fameenc.)David Schleef3-622/+2
Original commit message from CVS: famedec is not actually implemented. (it'd just a copy of fameenc.)
2003-07-22Force MAKEFLAGS to -j1 since ffmpeg is not -j safeDavid Schleef1-0/+2
Original commit message from CVS: Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
2003-07-22enable ext/mplexDavid Schleef2-2/+3
Original commit message from CVS: enable ext/mplex
2003-07-22Remove .pc files from CLEANFILES, since it's done automatically by automake ↵David Schleef1-2/+0
during distclean instead of (incorrectly)... Original commit message from CVS: Remove .pc files from CLEANFILES, since it's done automatically by automake during distclean instead of (incorrectly) during clean.
2003-07-22Fix warnings/errors due to missing assert declaration.David Schleef6-1/+6
Original commit message from CVS: Fix warnings/errors due to missing assert declaration.
2003-07-22Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> ↵Joshua N. Pritikin1-3/+6
video/x-raw-{yuv,rgb}. There probably should b... Original commit message from CVS: Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x-raw-{yuv,rgb}. There probably should be a audio/x-raw-float for jacksink but I didn't add that.
2003-07-22A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.Joshua N. Pritikin1-1/+1
Original commit message from CVS: A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
2003-07-20Update matroska check (see #117717)Ronald S. Bultje1-4/+4
Original commit message from CVS: Update matroska check (see #117717)
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson8-158/+144
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-19+ changes for new float caps without slope/intercept + some category changes ↵Leif Johnson9-48/+39
for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
2003-07-19+ attempting to fix up playondemand ... still makes nasty crackly noisesLeif Johnson4-22/+30
Original commit message from CVS: + attempting to fix up playondemand ... still makes nasty crackly noises
2003-07-18fix spec file to work with new combined esound pluginChristian Schaller1-2/+1
Original commit message from CVS: fix spec file to work with new combined esound plugin
2003-07-18the real speex disting fix, the previous one was just the build fix :)Christian Schaller1-1/+1
Original commit message from CVS: the real speex disting fix, the previous one was just the build fix :)
2003-07-18fix it so that the SPEEX plugin gets distedChristian Schaller1-1/+7
Original commit message from CVS: fix it so that the SPEEX plugin gets disted
2003-07-17fix compilation errorJeremy Simon1-1/+1
Original commit message from CVS: fix compilation error
2003-07-17_Really_ fix my lame attempts at previous fixes for matroska detection.David Schleef1-1/+0
Original commit message from CVS: _Really_ fix my lame attempts at previous fixes for matroska detection.
2003-07-17Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.David Schleef1-6/+6
Original commit message from CVS: Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
2003-07-17Move to m4/ instead of common/m4/Ronald S. Bultje2-0/+262
Original commit message from CVS: Move to m4/ instead of common/m4/
2003-07-17Really disable Matroska this time. Reenable smoothwave until someone ↵David Schleef1-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.
2003-07-17Fixes to make it compile without GNOME, and with a modern (>= 0.3) version ↵David Schleef4-48/+56
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.
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