Commit graph

1331 commits

Author SHA1 Message Date
Andy Wingo
62c2ffe709 s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
2002-03-18 04:41:35 +00:00
Andy Wingo
fa153221c3 get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego in adder improved capsnego in i...
Original commit message from CVS:
* get up-to-date with the gst_caps_debug api
* improved capsnego in mad
* improved capsnego in adder
* improved capsnego in intfloat plugins
* unbroke capsnego in stereomono plugins
* fix cothread stack allocation within the main thread in new cothreads
2002-03-03 00:53:24 +00:00
Andy Wingo
37016f7829 a hackish fix to link arts to the proper libs
Original commit message from CVS:
a hackish fix to link arts to the proper libs
2002-02-16 05:53:28 +00:00
Ronald S. Bultje
376c95df2a Get rid of the gst_element_info() and replace it with g_message()
Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()
2002-02-13 18:40:15 +00:00
Martin Enlund
d614471bef Added $(AUDIOFILE_CFLAGS)
Original commit message from CVS:
Added $(AUDIOFILE_CFLAGS)
2002-02-06 17:15:08 +00:00
Thomas Vander Stichele
064c9ec30c fixing make distcheck
Original commit message from CVS:
fixing make distcheck
2002-02-06 14:44:42 +00:00
Erik Walthinsen
6d87f6954d added bitcoder.h from w3d CVS, needed to compile
Original commit message from CVS:
added bitcoder.h from w3d CVS, needed to compile
2002-02-05 04:42:08 +00:00
Ronald S. Bultje
0673305409 Add an image and a title to the SDL window while waiting
Original commit message from CVS:
Add an image and a title to the SDL window while waiting
2002-02-04 19:36:21 +00:00
Thomas Vander Stichele
3676beeb06 adding tarkin to build to try building it run configure with --enable-experimental
Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental
2002-02-04 10:51:26 +00:00
Christian Schaller
d010d39099 fix a error I caused by not seeing the nested comments
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
2002-02-04 10:27:33 +00:00
Christian Schaller
909b204b26 // to /* */ fixes
Original commit message from CVS:
// to /* */ fixes
2002-02-03 20:35:26 +00:00
Wim Taymans
fac29d09ff Assorted fixes.
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:03 +00:00
Wim Taymans
57ce0321c8 Added a tarkin encoder/decoder plugin.
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.

I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)

test with:

./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }

./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
2002-02-03 16:30:31 +00:00
Wim Taymans
c7669b9434 Faster RGB to YUV conversion
Original commit message from CVS:
Faster RGB to YUV conversion
2002-02-02 16:21:41 +00:00
Ronald S. Bultje
d5f474eccd Various fixes
Original commit message from CVS:
Various fixes
2002-01-31 22:22:42 +00:00
Leif Johnson
77c65b62bf Updated ladspa to work with the new caps nego stuff. Also updated it to work in using a loop function for configurati...
Original commit message from CVS:
Updated ladspa to work with the new caps nego stuff. Also updated it to work in
any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop
function for configurations other than M == N == 1 or M == 0.
2002-01-22 04:42:11 +00:00
Leif Johnson
44d4269dc8 Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes.
Original commit message from CVS:
Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to
work with the new caps nego changes.

Updated adder to work with float data, now uses bytestreams.

Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and
N > 0. Also updated ladspa to work as a loop-based element using bytestreams for
MxN configurations other than M == N == 1 or M == 0.
2002-01-22 04:34:26 +00:00
Wim Taymans
02b0cdae12 Return donw when we changed the caps in the connect function.
Original commit message from CVS:
Return donw when we changed the caps in the connect function.
2002-01-20 16:45:45 +00:00
Wrobell
827d3f924a - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:26 +00:00
Thomas Vander Stichele
4d53e6cae0 mjpegtools dir
Original commit message from CVS:
mjpegtools dir
2002-01-17 14:17:54 +00:00
Ronald S. Bultje
07819510e9 jpegmmx addition and some small changes
Original commit message from CVS:
jpegmmx addition and some small changes
2002-01-17 12:41:05 +00:00
Ronald S. Bultje
d3e711c441 Implemented resizing
Original commit message from CVS:
Implemented resizing
2002-01-16 21:45:26 +00:00
Thomas Vander Stichele
26645f8d11 ... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and...
Original commit message from CVS:
... and cvs commits should not be allowed for people who spent six hours
on the phone talking to hardware vendors and struggling with failing raid
systems
2002-01-16 15:46:57 +00:00
Thomas Vander Stichele
c40779d528 how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right directi...
Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?
2002-01-16 15:43:48 +00:00
Ronald S. Bultje
da78b46b05 It works
Original commit message from CVS:
It works
2002-01-15 23:01:32 +00:00
Ronald S. Bultje
bf770df312 Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
Original commit message from CVS:
Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
2002-01-15 15:52:09 +00:00
Wim Taymans
93e9ac34a1 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
7f1aec856f 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:27 +00:00
David I. Lehn
0fd881fbf5 enable festival build
Original commit message from CVS:
* enable festival build
2002-01-12 03:24:34 +00:00
Ronald S. Bultje
4c81ac3e01 Bugfix
Original commit message from CVS:
Bugfix
2002-01-10 16:03:23 +00:00
Ronald S. Bultje
70e24a8888 Oops, a small bug which I forgot about
Original commit message from CVS:
Oops, a small bug which I forgot about
2002-01-10 10:03:33 +00:00
Ronald S. Bultje
37cd2f7a26 Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other X...
Original commit message from CVS:
Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other Xwindows, added support for some more YUV types as input
2002-01-10 09:58:15 +00:00
Andy Wingo
4a1a06de3e fix glib2's complaining on the params of some plugins there's still some work to be done: s/-$//g; && s/\(.*$//;
Original commit message from CVS:
fix glib2's complaining on the params of some plugins
there's still some work to be done: s/-$//g; && s/\(.*$//;
2002-01-10 01:17:29 +00:00
Thomas Vander Stichele
e597ac3870 fixes
Original commit message from CVS:
fixes
2002-01-08 11:06:01 +00:00
Andy Wingo
74263a25ad fix for gsm
Original commit message from CVS:
fix for gsm
2002-01-07 10:28:29 +00:00
Andy Wingo
988fd48d8d siddec checks that work not extremely robust, but functional
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
2002-01-06 21:52:21 +00:00
Andy Wingo
d16d24c9b2 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
Thomas Vander Stichele
78f3ae5e91 more fixing
Original commit message from CVS:
more fixing
2002-01-04 11:19:50 +00:00
Thomas Vander Stichele
598433069d more fixing
Original commit message from CVS:
more fixing
2002-01-04 11:17:37 +00:00
Thomas Vander Stichele
d719d09076 this might be better
Original commit message from CVS:
this might be better
2002-01-04 11:13:20 +00:00
Thomas Vander Stichele
6ab36a119b arts make distcheck fix
Original commit message from CVS:
arts make distcheck fix
2002-01-04 11:11:49 +00:00
Thomas Vander Stichele
7551b1c853 these needed fixing too
Original commit message from CVS:
these needed fixing too
2002-01-02 17:50:10 +00:00
Thomas Vander Stichele
8b450c76a4 small fixes
Original commit message from CVS:
small fixes
2002-01-02 17:07:31 +00:00
Thomas Vander Stichele
f2bc02d519 smoothwave fixin
Original commit message from CVS:
smoothwave fixin
2001-12-30 20:10:15 +00:00
Zeeshan Ali
c7bb41195e omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
Original commit message from CVS:
omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
2001-12-29 12:38:55 +00:00
Wim Taymans
42cc21cd97 Fixed some plugins
Original commit message from CVS:
Fixed some plugins
2001-12-28 20:24:41 +00:00
Thomas Vander Stichele
6f09e5d230 taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
2001-12-26 21:51:41 +00:00
Wim Taymans
2a0d2686ad Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
Original commit message from CVS:
Fixed the smooothwave madness
removed a yield from vorbisdec
don't call mpeg2_close, it seems to segfault sometimes.
2001-12-26 20:54:43 +00:00
Andy Wingo
21de09a438 muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits o...
Original commit message from CVS:
muahahahaha. gstreamer-compprep initializes every plugin so it's a good way
of figuring out plugin issues. it spits out no more errors now.
2001-12-26 06:49:47 +00:00
Thomas Vander Stichele
31bd0ef9c4 doh
Original commit message from CVS:
doh
2001-12-25 22:38:05 +00:00
Thomas Vander Stichele
877369b324 more distcheck fixes
Original commit message from CVS:
more distcheck fixes
2001-12-25 22:30:51 +00:00
Thomas Vander Stichele
010b6a1d8a something stupid
Original commit message from CVS:
something stupid
2001-12-25 21:55:18 +00:00
Andy Wingo
5e69fec247 make arts stuff work, i think
Original commit message from CVS:
make arts stuff work, i think
2001-12-24 22:36:46 +00:00
Wim Taymans
694779a8bb Fixed some leftover fixes
Original commit message from CVS:
Fixed some leftover fixes
2001-12-23 23:00:59 +00:00
Thomas Vander Stichele
16d9655cdf removing arts and artsd for now
Original commit message from CVS:
removing arts and artsd for now
2001-12-23 22:50:04 +00:00
Thomas Vander Stichele
c4856f58bc somebody better explain this arts stuff to me
Original commit message from CVS:
somebody better explain this arts stuff to me
2001-12-23 22:33:14 +00:00
Thomas Vander Stichele
3cfc86eb03 hm, lots seems to have changed
Original commit message from CVS:
hm, lots seems to have changed
2001-12-23 22:21:18 +00:00
Thomas Vander Stichele
8f49d4e4cb trying to get arts in
Original commit message from CVS:
trying to get arts in
2001-12-23 22:07:07 +00:00
Thomas Vander Stichele
17202295d6 fixing some fixes
Original commit message from CVS:
fixing some fixes
2001-12-23 18:00:34 +00:00
Thomas Vander Stichele
c627e6adb3 adding dv, raw1934, gnomevfs, rtp
Original commit message from CVS:
adding dv, raw1934, gnomevfs, rtp
2001-12-23 16:42:33 +00:00
Thomas Vander Stichele
94d87fb901 adding arts and artds, no checks yet
Original commit message from CVS:
adding arts and artds, no checks yet
2001-12-23 16:28:00 +00:00
Thomas Vander Stichele
8211ed26bd xmms
Original commit message from CVS:
xmms
2001-12-23 16:11:28 +00:00
Thomas Vander Stichele
4990996dbf adding openquicktime (the renamed quicktime)
Original commit message from CVS:
adding openquicktime (the renamed quicktime)
2001-12-23 15:38:01 +00:00
Thomas Vander Stichele
ba95437449 added ladspa, doesn't have checks yet though
Original commit message from CVS:
added ladspa, doesn't have checks yet though
2001-12-23 15:26:43 +00:00
Thomas Vander Stichele
ba961327f3 added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
Original commit message from CVS:
added jpeg and shout
(icecastsend has been renamed to shout, there are other libs that do icecast too)
2001-12-23 15:24:07 +00:00
Thomas Vander Stichele
b69e24cfa0 added hermes
Original commit message from CVS:
added hermes
2001-12-23 14:29:43 +00:00
Thomas Vander Stichele
854a7e0af7 adding hermes
Original commit message from CVS:
adding hermes
2001-12-23 14:25:32 +00:00
Thomas Vander Stichele
b4b7683df9 adding flac
Original commit message from CVS:
adding flac
2001-12-23 14:15:30 +00:00
Thomas Vander Stichele
8df7a03156 adding festival
Original commit message from CVS:
adding festival
2001-12-23 13:20:08 +00:00
Thomas Vander Stichele
0dc738e2aa cdparanoia added
Original commit message from CVS:
cdparanoia added
2001-12-23 13:06:22 +00:00
Thomas Vander Stichele
616c26ab22 more cleanups adding avifile
Original commit message from CVS:
more cleanups
adding avifile
2001-12-23 12:55:48 +00:00
Thomas Vander Stichele
ce7b6d9e0f uhm, yeah
Original commit message from CVS:
uhm, yeah
2001-12-23 12:45:14 +00:00
Thomas Vander Stichele
583465f3f8 dvdread added more fixes for libs stuff
Original commit message from CVS:
dvdread added
more fixes for libs stuff
2001-12-23 12:29:33 +00:00
Thomas Vander Stichele
953f0e2f01 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:18 +00:00
Andy Wingo
9161ba1c22 some changes, can't remember what :-)
Original commit message from CVS:
some changes, can't remember what :-)
2001-12-23 06:56:55 +00:00
Andy Wingo
789be9a726 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
Thomas Vander Stichele
01db92f682 added alsa
Original commit message from CVS:
added alsa
2001-12-23 00:25:29 +00:00
Thomas Vander Stichele
9181b321d0 changes to accomodate the standardization of installed libs some left over changes
Original commit message from CVS:

changes to accomodate the standardization of installed libs
some left over changes
2001-12-22 23:57:40 +00:00
Thomas Vander Stichele
3383f7c142 fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
Original commit message from CVS:
fixed some GST_LIBS stuff
added audiofile
added gst-libs/audio building
2001-12-21 11:46:15 +00:00
Thomas Vander Stichele
c6d1ec9d5a this one could come in handy
Original commit message from CVS:
this one could come in handy
2001-12-21 09:41:40 +00:00
Thomas Vander Stichele
a108514e7a added sdl
Original commit message from CVS:
added sdl
2001-12-20 23:21:15 +00:00