David Schleef
2f0cc8ec30
Moved from gst-plugins/ext/mplex/. See that directory for older changelogs.
...
Original commit message from CVS:
Moved from gst-plugins/ext/mplex/. See that directory for older
changelogs.
2003-07-26 03:01:58 +00:00
David Schleef
4df5590ec3
Compilation fixes for 64-bit architectures
...
Original commit message from CVS:
Compilation fixes for 64-bit architectures
2003-07-25 21:31:58 +00:00
David Schleef
9f42b5fa14
Compilation fixes on 64-bit architectures
...
Original commit message from CVS:
Compilation fixes on 64-bit architectures
2003-07-25 19:44:32 +00:00
David Schleef
dd67a01ad2
Revert last change, because it is wrong.
...
Original commit message from CVS:
Revert last change, because it is wrong.
2003-07-25 19:42:28 +00:00
Angel Carpintero
f63b0cf6c5
Added tcp plugin to build
...
Original commit message from CVS:
Added tcp plugin to build
2003-07-25 17:06:43 +00:00
Brian Cameron
a129b9734b
Adding needed license information. The patch was reviewed and approved by
...
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-25 10:50:48 +00:00
Brian Cameron
a3dff66217
Fixes to allow plugin to build with Forte.
...
Original commit message from CVS:
Fixes to allow plugin to build with Forte.
2003-07-25 10:15:53 +00:00
David Schleef
6dd1ca288f
Rewrote the core function. Added some nice #defines that should probably go 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-25 08:41:44 +00:00
David Schleef
a962c0f40c
Add buffer length checks to every typefinding function
...
Original commit message from CVS:
Add buffer length checks to every typefinding function
2003-07-24 08:49:43 +00:00
David Schleef
a287b1e442
Fix warning on 64-bit architectures. (sizeof() returns size_t, which is not int)
...
Original commit message from CVS:
Fix warning on 64-bit architectures. (sizeof() returns size_t, which
is not int)
2003-07-23 22:47:19 +00:00
Joshua N. Pritikin
1778cae1a7
Take a hint from dschleef and grab the bufferpool at the last possible 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-23 08:20:24 +00:00
David Schleef
45b32a854f
Fix to loop through a list of caps when calling try_set_caps(). Added a 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-23 07:26:58 +00:00
David Schleef
bba1354444
famedec is not actually implemented. (it'd just a copy of fameenc.)
...
Original commit message from CVS:
famedec is not actually implemented. (it'd just a copy of fameenc.)
2003-07-22 23:32:21 +00:00
David Schleef
fe8b66d2db
Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
...
Original commit message from CVS:
Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
2003-07-22 23:13:45 +00:00
David Schleef
92b4c30a28
enable ext/mplex
...
Original commit message from CVS:
enable ext/mplex
2003-07-22 22:08:13 +00:00
David Schleef
50e9c45af0
Remove .pc files from CLEANFILES, since it's done automatically by automake 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-22 21:24:51 +00:00
David Schleef
a82f777b09
Fix warnings/errors due to missing assert declaration.
...
Original commit message from CVS:
Fix warnings/errors due to missing assert declaration.
2003-07-22 21:20:06 +00:00
Joshua N. Pritikin
9cb5104b0a
Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> 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-22 09:09:27 +00:00
Joshua N. Pritikin
6a7a00b097
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
...
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
2003-07-22 08:03:54 +00:00
Ronald S. Bultje
657fe15164
Update matroska check (see #117717 )
...
Original commit message from CVS:
Update matroska check (see #117717 )
2003-07-20 08:33:01 +00:00
Leif Johnson
6d6150c052
+ the last of the float caps changes ... these are a bit more pervasive
...
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
2003-07-19 23:47:42 +00:00
Leif Johnson
f6830d4ad1
+ changes for new float caps without slope/intercept + some category changes for plugins
...
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
2003-07-19 23:25:25 +00:00
Leif Johnson
d5c716edbd
+ attempting to fix up playondemand ... still makes nasty crackly noises
...
Original commit message from CVS:
+ attempting to fix up playondemand ... still makes nasty crackly noises
2003-07-19 23:17:57 +00:00
Christian Schaller
90ec1eb652
fix spec file to work with new combined esound plugin
...
Original commit message from CVS:
fix spec file to work with new combined esound plugin
2003-07-18 21:34:32 +00:00
Christian Schaller
d04fb55e08
the real speex disting fix, the previous one was just the build fix :)
...
Original commit message from CVS:
the real speex disting fix, the previous one was just the build fix :)
2003-07-18 20:33:39 +00:00
Christian Schaller
879006f2dc
fix it so that the SPEEX plugin gets disted
...
Original commit message from CVS:
fix it so that the SPEEX plugin gets disted
2003-07-18 20:28:36 +00:00
Jeremy Simon
5e3f666e17
fix compilation error
...
Original commit message from CVS:
fix compilation error
2003-07-17 20:51:25 +00:00
David Schleef
b14ba7abfd
_Really_ fix my lame attempts at previous fixes for matroska detection.
...
Original commit message from CVS:
_Really_ fix my lame attempts at previous fixes for matroska
detection.
2003-07-17 20:28:23 +00:00
David Schleef
b811985195
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled it.
...
Original commit message from CVS:
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled
it.
2003-07-17 08:50:37 +00:00
Ronald S. Bultje
5f48839d21
Move to m4/ instead of common/m4/
...
Original commit message from CVS:
Move to m4/ instead of common/m4/
2003-07-17 06:58:53 +00:00
David Schleef
57cddecd24
Really disable Matroska this time. Reenable smoothwave until someone 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-17 04:27:01 +00:00
David Schleef
81f42a53ac
Fixes to make it compile without GNOME, and with a modern (>= 0.3) version 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-17 04:16:42 +00:00
Andy Wingo
2ff63e563b
actually recurse into sndfile if we are able big ladspa cleanups, mainly to 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-16 16:08:13 +00:00
Brian Cameron
0e04196b71
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check 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-15 12:39:39 +00:00
Ronald S. Bultje
1c4eb87d8a
Add matroska support to the build tree
...
Original commit message from CVS:
Add matroska support to the build tree
2003-07-14 17:37:34 +00:00
David Schleef
fc44c4515c
Found this in my local tree. Looks cool, so I'm checking it in. Seems to 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-14 08:42:36 +00:00
David Schleef
77bb615645
No "format" property in new RGB caps.
...
Original commit message from CVS:
No "format" property in new RGB caps.
2003-07-14 08:28:44 +00:00
David Schleef
3c4d62fc2f
Add gst/overlay directory
...
Original commit message from CVS:
Add gst/overlay directory
2003-07-14 08:26:54 +00:00
Ronald S. Bultje
ff1182f0bd
Fix some weird-ass segfaults in xvid
...
Original commit message from CVS:
Fix some weird-ass segfaults in xvid
2003-07-14 06:31:26 +00:00
Ronald S. Bultje
0848c5302e
Plugin details fixes
...
Original commit message from CVS:
Plugin details fixes
2003-07-12 14:49:20 +00:00
Thomas Vander Stichele
80dc8777cb
various spec file and build fixes agogo /me kicks ds in a friendly way
...
Original commit message from CVS:
various spec file and build fixes agogo
/me kicks ds in a friendly way
2003-07-12 12:49:14 +00:00
Julien Moutte
b6518dc7d8
fixing buggy error handling
...
Original commit message from CVS:
fixing buggy error handling
2003-07-12 09:18:31 +00:00
Ronald S. Bultje
41c1c8f56a
Silence and fix typefinding
...
Original commit message from CVS:
Silence and fix typefinding
2003-07-11 06:04:23 +00:00
Christian Schaller
8242fc6938
fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL
...
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-10 15:48:09 +00:00
Christian Schaller
415c7f8dc6
fix license of tremor Vorbis plugin to be LGPL not GPL
...
Original commit message from CVS:
fix license of tremor Vorbis plugin to be LGPL not GPL
2003-07-10 13:21:51 +00:00
Benjamin Otte
3706527bc8
fix mp3 typefinding and included layer in found type
...
Original commit message from CVS:
fix mp3 typefinding and included layer in found type
2003-07-08 21:30:47 +00:00
Ronald S. Bultje
157e821a37
Implement mpeg-delimited framerate lists instead of (too wide) ranges
...
Original commit message from CVS:
Implement mpeg-delimited framerate lists instead of (too wide) ranges
2003-07-08 17:40:09 +00:00
Benjamin Otte
56c066d619
another comma missing
...
Original commit message from CVS:
another comma missing
2003-07-08 17:21:47 +00:00
Christian Schaller
404c0f815d
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg 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-07 22:40:55 +00:00
Ronald S. Bultje
2a6cf2eb84
And yet another compilation failure
...
Original commit message from CVS:
And yet another compilation failure
2003-07-07 11:26:00 +00:00