summaryrefslogtreecommitdiffstats
path: root/ext
AgeCommit message (Collapse)AuthorFilesLines
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele13-131/+78
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte13-78/+131
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
2003-09-14Integrating the GstVideoSink parent classJulien Moutte2-145/+56
Original commit message from CVS: Integrating the GstVideoSink parent class
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-11Fix caps definition. Fix copyright block.David Schleef1-5/+10
Original commit message from CVS: Fix caps definition. Fix copyright block.
2003-08-25two small build fixesChristian Schaller1-0/+1
Original commit message from CVS: two small build fixes
2003-08-10Remove redundant plugindir definitionDavid Schleef22-23/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-08-04We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje1-1/+1
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje6-40/+74
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-29Fix installing in wrong dirDavid Schleef1-1/+1
Original commit message from CVS: Fix installing in wrong dir
2003-07-27Make mplex subdir dependent on USE_MPLEXDavid Schleef1-1/+7
Original commit message from CVS: Make mplex subdir dependent on USE_MPLEX
2003-07-27Add include dir for gst-libs/ext/mplexDavid Schleef1-1/+1
Original commit message from CVS: Add include dir for gst-libs/ext/mplex
2003-07-27Moved to gst-libs/ext/mplexDavid Schleef41-9406/+0
Original commit message from CVS: Moved to gst-libs/ext/mplex
2003-07-27Change to build against library in gst-libs/ext/mplexDavid Schleef1-28/+2
Original commit message from CVS: Change to build against library in gst-libs/ext/mplex
2003-07-25Compilation fixes on 64-bit architecturesDavid Schleef5-16/+16
Original commit message from CVS: Compilation fixes on 64-bit architectures
2003-07-25Revert last change, because it is wrong.David Schleef1-1/+1
Original commit message from CVS: Revert last change, because it is wrong.
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron1-0/+1
Original commit message from CVS: Adding needed license information. The patch was reviewed and approved by Christian Shaller. Ronald Bultje and Benjamin also responded with comments.
2003-07-25Fixes to allow plugin to build with Forte.Brian Cameron4-3/+11
Original commit message from CVS: Fixes to allow plugin to build with Forte.
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef4-4/+17
Original commit message from CVS: Add buffer length checks to every typefinding function
2003-07-23Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not ↵David Schleef1-2/+2
int) Original commit message from CVS: Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
2003-07-23Take a hint from dschleef and grab the bufferpool at the last possible ↵Joshua N. Pritikin1-1/+3
moment instead of in gst_colorspace_srcconnect... Original commit message from CVS: Take a hint from dschleef and grab the bufferpool at the last possible moment instead of in gst_colorspace_srcconnect_func. I don't know if this is the "correct" fix, but I'm going to commit anyway because colorspace doesn't work _at_ _all_ without this change.
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-22enable ext/mplexDavid Schleef1-2/+2
Original commit message from CVS: enable ext/mplex
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-19+ changes for new float caps without slope/intercept + some category changes ↵Leif Johnson8-47/+38
for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
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-17Fixes to make it compile without GNOME, and with a modern (>= 0.3) version ↵David Schleef2-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.
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo5-625/+650
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-14Add matroska support to the build treeRonald S. Bultje1-4/+13
Original commit message from CVS: Add matroska support to the build tree
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-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-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-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-07And yet another compilation failureRonald S. Bultje1-1/+1
Original commit message from CVS: And yet another compilation failure
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje34-695/+649
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 Schaller1-1/+1
Original commit message from CVS: small disting fix
2003-07-02add gst/videofilter and ext/pangoDavid Schleef1-2/+8
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 Otte30-122/+203
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-25Plugins cleanup:Ronald S. Bultje1-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.
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-16caps refcounting fixes for float2int fixed wrt setting of caps on int pad ↵Andy Wingo4-0/+758
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-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-05g_warning -> GST_DEBUGThomas Vander Stichele1-1/+1
Original commit message from CVS: g_warning -> GST_DEBUG