Commit graph

8270 commits

Author SHA1 Message Date
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
Bastien Nocera 2da71acdf5 - remove the use of ASM as well
Original commit message from CVS:
- remove the use of ASM as well
2002-02-03 01:59:30 +00:00
Bastien Nocera 7019a03ee1 - add goom to the build system, dunno if it works, but it doesn't break my ppc :)
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02 18:49:03 +00:00
Ronald S. Bultje e8ace28405 WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work ...
Original commit message from CVS:
WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work sooner or later... Uploaded for generic development and testing purposes, not intended for generic use whatsoever
2002-02-02 16:27:20 +00:00
Wim Taymans 716b8feb88 Pretty pointless cleanup
Original commit message from CVS:
Pretty pointless cleanup
2002-02-02 13:58:48 +00:00
Wim Taymans ddb176f2ed Small fixes
Original commit message from CVS:
Small fixes
2002-02-02 13:56:02 +00:00
Wim Taymans 39af162cb1 Some more goom fixes
Original commit message from CVS:
Some more goom fixes
2002-02-02 13:51:56 +00:00
Wim Taymans 4d3b1472e7 Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee sil...
Original commit message from CVS:
Added a goom plugin (goom.sourceforge.net)

to test:
./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee silent=true src%d! goom ! colorspace ! xvideosink  tee0.src%d! osssink
2002-02-01 19:28:30 +00:00
Ronald S. Bultje 1c7a0058d6 Various fixes
Original commit message from CVS:
Various fixes
2002-01-31 22:22:42 +00:00
Thomas Vander Stichele dc96794279 taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
2002-01-30 10:20:58 +00:00
Wim Taymans ee06d65064 Set the typefind plugin to READY so that it can do capsnego.
Original commit message from CVS:
Set the typefind plugin to READY so that it can do capsnego.
2002-01-20 11:56:07 +00:00
Wim Taymans 78c73a27b7 Drop the bytstream correctly.
Original commit message from CVS:
Drop the bytstream correctly.
2002-01-19 18:46:23 +00:00
Wim Taymans 1f450bc6d8 Small cleanups, break the loop if the buffer is null
Original commit message from CVS:
Small cleanups, break the loop if the buffer is null
2002-01-19 18:26:20 +00:00
Wim Taymans 8e098a3c6b Removed unused properties
Original commit message from CVS:
Removed unused properties
2002-01-19 17:56:44 +00:00
Wim Taymans 012d30270f Don't push empty buffers
Original commit message from CVS:
Don't push empty buffers
2002-01-19 17:54:31 +00:00
Wim Taymans bb3e687dcb Ignore junk after the stream
Original commit message from CVS:
Ignore junk after the stream
2002-01-19 17:48:45 +00:00
Christian Schaller 3d6ee376df more // fixage
Original commit message from CVS:
more // fixage
2002-01-19 15:06:48 +00:00
Christian Schaller f14fcbf896 A new batch of // fixes
Original commit message from CVS:
A new batch of // fixes
2002-01-19 15:02:09 +00:00
Christian Schaller fb03befba9 Ok a new batch of // to /* */ fixes commited
Original commit message from CVS:
Ok a new batch of //  to /* */ fixes commited
2002-01-19 14:57:47 +00:00
Christian Schaller 9d84e5353b minor fixes
Original commit message from CVS:
minor fixes
2002-01-19 14:50:50 +00:00
Wim Taymans e2e6dd4ba7 Fixed two off by one bugs in the delta decoding code.
Original commit message from CVS:
Fixed two off by one bugs in the delta decoding code.
2002-01-18 19:41:04 +00:00
Wim Taymans f34f00f438 Fix the "64 colors flx too dark" bug.
Original commit message from CVS:
Fix the "64 colors flx too dark" bug.
2002-01-18 18:41:58 +00:00
Wrobell 6c039d3297 - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:19 +00:00
Wrobell 7304bf825b - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:25 +00:00
Wim Taymans 8de03894ef Added support for the VCD RIFF/CDXA format.
Original commit message from CVS:
Added support for the VCD RIFF/CDXA format.
2002-01-17 19:55:20 +00:00
Wim Taymans d5217cf68c Make the video/avi caps for RIFF/AVI a bit more specific.
Original commit message from CVS:
Make the video/avi caps for RIFF/AVI a bit more specific.
2002-01-16 18:31:15 +00:00
Wim Taymans 126c7c995c Somewhat handle events too.
Original commit message from CVS:
Somewhat handle events too.
2002-01-15 22:49:11 +00:00
Wim Taymans c23749df76 Fixed a serious parsing bug in avidemux
Original commit message from CVS:
Fixed a serious parsing bug in avidemux
2002-01-15 22:43:00 +00:00
Wim Taymans 97454065ce Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:25 +00:00
David I. Lehn c656b5eab6 s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
2002-01-12 03:34:26 +00:00
Thomas Vander Stichele 0793153090 should be properly tested for first
Original commit message from CVS:
should be properly tested for first
2002-01-05 14:29:40 +00:00
Andy Wingo 7a0de84838 wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave
Original commit message from CVS:
wave.c -> demo-osssrc.c

this is probably broken, but then so is smoothwave
2002-01-04 21:53:21 +00:00
Andy Wingo 9e0450cce0 spectrum.c -> demo-osssrc.c
Original commit message from CVS:
spectrum.c -> demo-osssrc.c
2002-01-04 21:36:18 +00:00
Thomas Vander Stichele 9ff9da869d smoothwave fixin
Original commit message from CVS:
smoothwave fixin
2001-12-30 20:10:15 +00:00
Wim Taymans 0f1b49a387 Fixed some plugins
Original commit message from CVS:
Fixed some plugins
2001-12-28 20:24:41 +00:00
Andy Wingo 99e6471e46 cya smoothwave
Original commit message from CVS:
cya smoothwave
2001-12-26 06:07:58 +00:00
Wim Taymans 5b3c1cf7a5 Insert a yield operation.
Original commit message from CVS:
Insert a yield operation.
2001-12-24 01:52:33 +00:00
Wim Taymans 86d20fdbb1 Keep different counters for audio and video.
Original commit message from CVS:
Keep different counters for audio and video.
2001-12-23 23:26:50 +00:00
Wim Taymans 72f78c11d8 Fixed some leftover errors.
Original commit message from CVS:
Fixed some leftover errors.
2001-12-23 23:01:28 +00:00
Wim Taymans d1574e1da4 First attempt at fixing avidemux
Original commit message from CVS:
First attempt at fixing avidemux
2001-12-23 22:14:25 +00:00
Thomas Vander Stichele 65b5fc170c made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
Original commit message from CVS:
made changes everywhere to accomodate for the headers being in
<gst/(lib)/...>
we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything
and I can't do it right now because I disabled all of the plugins here ;)
2001-12-23 12:18:17 +00:00
Andy Wingo c05f8dc809 much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Original commit message from CVS:
much build fixage
turns out synaesthesia and smoothwav depend on gtk, maybe they should go to
ext/
2001-12-23 04:38:37 +00:00
Andy Wingo 3d4da9a8df on dasher, on dancer, on donner, on fixen!
Original commit message from CVS:
on dasher, on dancer, on donner, on fixen!
2001-12-23 03:25:55 +00:00
Andy Wingo 185612aae3 Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:27:31 +00:00
Andy Wingo 61a50361fb Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:22:30 +00:00
Andy Wingo ed5a006090 Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:22:05 +00:00
Thomas Vander Stichele e6cca5b964 adding sine stuff
Original commit message from CVS:
adding sine stuff
2001-12-21 12:31:29 +00:00