Commit graph

421 commits

Author SHA1 Message Date
Andy Wingo
265cd3ad46 fix typo
Original commit message from CVS:
fix typo
2002-05-13 18:11:42 +00:00
Andy Wingo
19a8820683 update to new jack api
Original commit message from CVS:
update to new jack api
2002-05-13 18:08:33 +00:00
Thomas Vander Stichele
565a15aacb still in anal-retentive mode, please make liberal use of the delete key
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
2002-05-13 14:55:06 +00:00
Thomas Vander Stichele
57df009f45 conformity
Original commit message from CVS:
conformity
2002-05-13 14:51:01 +00:00
Thomas Vander Stichele
2c00b0594d this should fix it
Original commit message from CVS:
this should fix it
2002-05-13 14:47:17 +00:00
Thomas Vander Stichele
9884093b74 remove seeking for now
Original commit message from CVS:
remove seeking for now
2002-05-10 23:04:03 +00:00
Thomas Vander Stichele
a18f44638b removing snapshot from the build because we need to fix it adding gconf schema to build and spec
Original commit message from CVS:
removing snapshot from the build because we need to fix it
adding gconf schema to build and spec
2002-05-10 21:56:15 +00:00
Thomas Vander Stichele
8ac992ea60 gconf rules
Original commit message from CVS:
gconf rules
2002-05-10 21:53:52 +00:00
David I. Lehn
b9897a41d2 duh, revert last stupid commit adding non-existant common dir
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
2002-05-08 21:19:38 +00:00
David I. Lehn
a50eed88cd add common to dist
Original commit message from CVS:
add common to dist
2002-05-08 21:18:20 +00:00
Wim Taymans
3a56b3ddf6 Better description
Original commit message from CVS:
Better description
2002-05-08 20:19:33 +00:00
Wim Taymans
6dfb9ed5c4 Added simple seeking testsuite
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:12 +00:00
Jeremy Simon
f883a860bd add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:27:32 +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
Andy Wingo
b31c7f5808 some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build

if there are any problems building rtp, we're moving it back to experimental ;)
2002-05-04 18:57:42 +00:00
Wim Taymans
7f83fbc9fe Reset the handled number of samples when going to PAUSED
Original commit message from CVS:
Reset the handled number of samples when going to PAUSED
Some cleanups
2002-05-04 18:52:32 +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
71d810adff Fix clocking.
Original commit message from CVS:
Fix clocking.
2002-04-28 14:33:09 +00:00
Wim Taymans
ca8b0275ca More intelligent clock offset and sync.
Original commit message from CVS:
More intelligent clock offset and sync.
2002-04-28 13:25:08 +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
Thomas Vander Stichele
3b6525a36a this should do it this is for steveb's added checks
Original commit message from CVS:
this should do it
this is for steveb's added checks
2002-04-27 08:58:59 +00:00
Thomas Vander Stichele
9c27761f81 I hate independent second parties and why were we not invited anyway ?
Original commit message from CVS:
I hate independent second parties
and why were we not invited anyway ?
2002-04-27 08:56:49 +00:00
Thomas Vander Stichele
0b36002974 some cvs screwup
Original commit message from CVS:
some cvs screwup
2002-04-27 08:56:03 +00:00
Thomas Vander Stichele
f8839cc181 modplug needs c++
Original commit message from CVS:
modplug needs c++
2002-04-26 17:56:22 +00:00
Ronald S. Bultje
6b406dc143 Various small fixes for compile problems
Original commit message from CVS:
Various small fixes for compile problems
2002-04-26 13:25:51 +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
Steve Baker
a6857206f4 move the lrint check to happen earlier. add the floatcast dir.
Original commit message from CVS:
move the lrint check to happen earlier.  add the floatcast dir.
2002-04-26 09:22:35 +00:00
Steve Baker
0d701e2778 check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives i...
Original commit message from CVS:
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary
2002-04-25 19:43:31 +00:00
Steve Baker
5a0d8a9886 macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
Original commit message from CVS:
macros to detect fast float to int casting, lrint and lrintf, thanks to Erik de Castro Lopo.
2002-04-25 19:39:14 +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
Steve Baker
d4458d89c9 s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
Original commit message from CVS:
s/G_MINFLOAT/G_MAXFLOAT
unref the buffer pool in the loop func
2002-04-20 15:11:00 +00:00
Steve Baker
71b95f0145 A fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are:
Original commit message from CVS:
A fairly large reworking of the ladspa _get, _chain and _loop funcs.
highlights are:
- pad names are now g_strcanonised
- in all cases possible, src and sink buffers are shared
- all ladspa properties are exposed as dparams and element properties
- the buffers are now processed in dparam driven loops
- timestamps on buffers should be correct
- misc fixes

It has been minimally tested - the following pipeline works for me:
gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink
2002-04-20 13:57:00 +00:00
Thomas Vander Stichele
05489e640d same fix for plugins
Original commit message from CVS:
same fix for plugins
2002-04-18 21:57:05 +00:00
Thomas Vander Stichele
bd162b790a fix
Original commit message from CVS:
fix
2002-04-15 14:40:59 +00:00
Thomas Vander Stichele
4a596daeb3 more mergeback from the latest release
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:03 +00:00
Thomas Vander Stichele
79fa56ed76 I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2002-04-15 09:26:20 +00:00
David I. Lehn
74112e10f3 s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
Original commit message from CVS:
s/-lmpeg2dec/-lcpuaccel/ to support the lastest mpeg2dec release
2002-04-15 09:26:13 +00:00
Benjamin Otte
599c0b188a revert part of a patch that broke BE machines
Original commit message from CVS:
revert part of a patch that broke BE machines
2002-04-14 19:59:24 +00:00