Steve Baker
163076dd9e
use new bytestream api
...
Original commit message from CVS:
use new bytestream api
2002-05-15 19:08:49 +00:00
Steve Baker
c622ee22a8
use new bytestream api. please test if you care about this plugin
...
Original commit message from CVS:
use new bytestream api. please test if you care about this plugin
2002-05-15 19:05:41 +00:00
Thomas Vander Stichele
57df009f45
conformity
...
Original commit message from CVS:
conformity
2002-05-13 14:51:01 +00:00
Wim Taymans
3a56b3ddf6
Better description
...
Original commit message from CVS:
Better description
2002-05-08 20:19:33 +00:00
Wim Taymans
7632dbb008
Remove the memcpy
...
Original commit message from CVS:
Remove the memcpy
2002-05-05 18:38:52 +00:00
Wim Taymans
9e42779841
Added quarkTV with some cleanups. Can still do with some optimisations.
...
Original commit message from CVS:
Added quarkTV with some cleanups. Can still do with some optimisations.
2002-05-05 15:29:14 +00:00
Thomas Vander Stichele
223ce42ed6
various name fixes and sundry
...
Original commit message from CVS:
various name fixes and sundry
2002-05-03 09:59:10 +00:00
Artyom Baginski
56efeff3b4
adding new quicktime parser:
...
Original commit message from CVS:
adding new quicktime parser:
- openquicktime free (hense gst/qtdemux)
- no more seeks for parsing -> better for network streams
- uses GstByteStream
- less memcpy's
- long ChangeLog record in pompous style
2002-05-01 18:41:59 +00:00
Wim Taymans
872fa1d897
Fix an anoying (rare) segfault
...
Original commit message from CVS:
Fix an anoying (rare) segfault
2002-04-27 17:07:39 +00:00
Steve Baker
7c41bba589
use audio/x-wav instead of audio/wav. I don't know if we have a policy of matching GStreamer types with official mime...
...
Original commit message from CVS:
use audio/x-wav instead of audio/wav. I don't know if we have a policy of matching GStreamer types with official mime types, but I figure it can't hurt.
2002-04-26 12:44:20 +00:00
Wim Taymans
36321899ef
And the revTV plugin..
...
Original commit message from CVS:
And the revTV plugin..
2002-04-24 23:44:02 +00:00
Wim Taymans
0f4d96ce68
Vertigo is another cool one
...
Original commit message from CVS:
Vertigo is another cool one
2002-04-24 23:09:13 +00:00
Wim Taymans
ad06345b2a
ported the shagadelic plugin, shake it baby!
...
Original commit message from CVS:
ported the shagadelic plugin, shake it baby!
2002-04-24 22:24:57 +00:00
Wim Taymans
15b1a6ed38
Dispose wasn't a good idea..
...
Original commit message from CVS:
Dispose wasn't a good idea..
2002-04-24 21:58:59 +00:00
Wim Taymans
14c7c3777b
Some cleanups ported the ber cool warp plugin.
...
Original commit message from CVS:
Some cleanups
ported the ber cool warp plugin.
2002-04-24 21:51:24 +00:00
Wim Taymans
20f880e4bc
Added the diceTV plugin
...
Original commit message from CVS:
Added the diceTV plugin
2002-04-24 21:03:10 +00:00
Wim Taymans
f8f6dcc5a0
License fixups.
...
Original commit message from CVS:
License fixups.
2002-04-24 19:50:00 +00:00
Wim Taymans
053921abd3
Port agingTV
...
Original commit message from CVS:
Port agingTV
2002-04-24 18:33:26 +00:00
Wim Taymans
49ae2189ae
Added some more components to port effectv
...
Original commit message from CVS:
Added some more components to port effectv
2002-04-23 22:17:01 +00:00
Wim Taymans
191ef94d89
Copy the timestamp too. funny effects: ./gst-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux video_%02d! ...
...
Original commit message from CVS:
Copy the timestamp too.
funny effects:
./gst-launch filesrc location=/opt/data/AlienSong.mpg ! mpegdemux video_%02d! { queue ! mpeg2dec ! colorspace ! edgeTV ! colorspace ! xvideosink }
./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! goom ! edgeTV ! colorspace ! xvideosink
2002-04-23 20:47:14 +00:00
Andy Wingo
cca77e215b
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
Wim Taymans
69e113d4e5
Fix the padtemplate names.
...
Original commit message from CVS:
Fix the padtemplate names.
2002-04-14 11:35:52 +00:00
Andy Wingo
3a9c675a68
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
...
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
2002-04-11 20:42:25 +00:00
Benjamin Otte
31375b100c
fixed rest of warning for gcc 3 in /gst.
...
Original commit message from CVS:
fixed rest of warning for gcc 3 in /gst.
fixed some Makefiles: s/-m486/-mcpu=i486/
disabled mpegaudioparse plugin. What good is this rotten code for anyway?
2002-04-06 14:51:03 +00:00
Benjamin Otte
ffd4b556cc
fixed first bunch of compiler warnings
...
Original commit message from CVS:
fixed first bunch of compiler warnings
2002-04-06 03:40:14 +00:00
Wim Taymans
13d9e8d352
Changed to the new props API
...
Original commit message from CVS:
Changed to the new props API
Other small tuff.
2002-03-30 17:06:26 +00:00
Andy Wingo
29aa39e99c
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
Andy Wingo
d8e18eb071
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo
d6258153e0
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19 04:10:05 +00:00
Andy Wingo
0f1d754932
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:42 +00:00
Richard Boulton
f1a8a9c502
Fix several C++ style comments.
...
Original commit message from CVS:
Fix several C++ style comments.
2002-03-08 16:59:38 +00:00
Richard Boulton
31b3a71dc8
Remove static structures: you can now have multiple monoscopes, and they'll actually display different things. :)
...
Original commit message from CVS:
Remove static structures: you can now have multiple monoscopes, and they'll
actually display different things. :)
2002-03-08 16:43:08 +00:00
Wim Taymans
fef1a9307e
Make sure we use proper properties to define the different AVI types.
...
Original commit message from CVS:
Make sure we use proper properties to define the different AVI types.
2002-03-06 22:49:01 +00:00
Ronald S. Bultje
9a7e2b133b
Bugfix - it now actually works (I think)
...
Original commit message from CVS:
Bugfix - it now actually works (I think)
2002-03-06 16:17:14 +00:00
Andy Wingo
42145d6e8f
paramspec type fix, make the source pads GST_PAD_SOMETIMES
...
Original commit message from CVS:
paramspec type fix, make the source pads GST_PAD_SOMETIMES
2002-03-06 13:38:16 +00:00
Andy Wingo
f4c0650d63
update to the g_object_notify() way of sending the app information this is untested, but should work
...
Original commit message from CVS:
update to the g_object_notify() way of sending the app information
this is untested, but should work
2002-03-04 22:15:29 +00:00
Richard Boulton
b62e08de6e
Fix monoscope: caps already asked for mono input: make it actually expect such input.
...
Original commit message from CVS:
Fix monoscope: caps already asked for mono input: make it actually expect
such input.
2002-03-03 17:29:59 +00:00
Thomas Vander Stichele
2f7d0766d9
what sort of compiler allowed this anomaly to pass ??? please fix indentation too ;)
...
Original commit message from CVS:
what sort of compiler allowed this anomaly to pass ???
please fix indentation too ;)
2002-03-02 20:15:00 +00:00
Richard Boulton
ff816a1475
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2002-03-02 12:36:07 +00:00
Ronald S. Bultje
a6b37b8444
Get rid of a warning
...
Original commit message from CVS:
Get rid of a warning
2002-02-23 14:05:13 +00:00
Ronald S. Bultje
7813a24e3f
Small updates to avimux and the v4l plugins for usability in general
...
Original commit message from CVS:
Small updates to avimux and the v4l plugins for usability in general
2002-02-20 07:25:39 +00:00
Andy Wingo
6f2a22eb93
better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse to new capsnego
...
Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego
2002-02-17 02:06:04 +00:00
Ronald S. Bultje
7254ecbd02
It should now basically work - fps calculations are still on the TODO list
...
Original commit message from CVS:
It should now basically work - fps calculations are still on the TODO list
2002-02-04 19:44:08 +00:00
Ronald S. Bultje
ba02074906
Small fixes
...
Original commit message from CVS:
Small fixes
2002-02-04 19:41:50 +00:00
Wim Taymans
98ffdface2
Assorted fixes.
...
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:04 +00:00
Ronald S. Bultje
5aeb0b399f
We dont need these anymore, avidemux handles it all internally
...
Original commit message from CVS:
We dont need these anymore, avidemux handles it all internally
2002-02-03 16:09:07 +00:00
Ronald S. Bultje
bbe54084b8
We dont need avidecoder and avitypes anymore
...
Original commit message from CVS:
We dont need avidecoder and avitypes anymore
2002-02-03 16:07:53 +00:00
Ronald S. Bultje
41d83ad803
Some small adjustments for for better open-a-new-file handling
...
Original commit message from CVS:
Some small adjustments for for better open-a-new-file handling
2002-02-03 15:47:02 +00:00
Ronald S. Bultje
63c5bedc40
Fixes AVI playback - doh
...
Original commit message from CVS:
Fixes AVI playback - doh
2002-02-03 13:47:16 +00:00
Wim Taymans
8c47de1c65
Added fps control to goom
...
Original commit message from CVS:
Added fps control to goom
2002-02-03 02:45:33 +00:00