summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-08-05Fix up small issues (fixes #119036)Ronald S. Bultje1-9/+17
Original commit message from CVS: Fix up small issues (fixes #119036)
2003-08-04Add DURATION support. It still doesn't work, see #119036 for why and on how ↵Ronald S. Bultje1-0/+1
to fix it Original commit message from CVS: Add DURATION support. It still doesn't work, see #119036 for why and on how to fix it
2003-08-04Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do ↵Ronald S. Bultje2-3/+1
the same and more Original commit message from CVS: Remove mpeg1enc because A) it's FUBAR and B) we've got mpeg2enc which can do the same and more
2003-08-04We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje2-1/+1
Original commit message from CVS: We don't like -lstdc++ in Makefile.am, use libtool-1.5 instead
2003-07-29Fix weird leftovers from the old mimetype era and also implement duration ↵Ronald S. Bultje1-2/+4
support Original commit message from CVS: Fix weird leftovers from the old mimetype era and also implement duration support
2003-07-29call xvid_init() only once, and move duplicated code into one placeRonald S. Bultje7-40/+74
Original commit message from CVS: call xvid_init() only once, and move duplicated code into one place
2003-07-29fix installing into wrong dirDavid Schleef1-1/+1
Original commit message from CVS: fix installing into wrong dir
2003-07-29Fix installing in wrong dirDavid Schleef1-1/+1
Original commit message from CVS: Fix installing in wrong dir
2003-07-28second attempt fixing gdkpixbuf stuffThomas Vander Stichele2-2/+17
Original commit message from CVS: second attempt fixing gdkpixbuf stuff
2003-07-27Make mplex build dependent on USE_MPLEXDavid Schleef1-0/+6
Original commit message from CVS: Make mplex build dependent on USE_MPLEX
2003-07-27Add mplex subdirDavid Schleef1-1/+1
Original commit message from CVS: Add mplex subdir
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 gst-libs/ext/mplex, and check that we have C++ before enabling mplex.David Schleef1-0/+5
Original commit message from CVS: Add gst-libs/ext/mplex, and check that we have C++ before enabling 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-26fix initializationDavid Schleef2-2/+2
Original commit message from CVS: fix initialization
2003-07-26Nothing in this directory actually uses FreetypeDavid Schleef1-1/+1
Original commit message from CVS: Nothing in this directory actually uses Freetype
2003-07-26Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.David Schleef41-0/+9085
Original commit message from CVS: Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.
2003-07-25Compilation fixes for 64-bit architecturesDavid Schleef1-3/+3
Original commit message from CVS: Compilation fixes for 64-bit architectures
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-25Added tcp plugin to buildAngel Carpintero1-1/+2
Original commit message from CVS: Added tcp plugin to build
2003-07-25Adding needed license information. The patch was reviewed and approved byBrian Cameron9-3/+100
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-25Rewrote the core function. Added some nice #defines that should probably go ↵David Schleef1-22/+39
in gstvideo.h. Fixes #118245. Original commit message from CVS: Rewrote the core function. Added some nice #defines that should probably go in gstvideo.h. Fixes #118245.
2003-07-24Add buffer length checks to every typefinding functionDavid Schleef7-5/+28
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-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.