summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje141-76/+368
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-07Add device autodetectionRonald S. Bultje2-1/+180
Original commit message from CVS: Add device autodetection
2003-11-07Don't set the actual video size in gst_video_sink_got_video_size().David Schleef1-3/+0
Original commit message from CVS: Don't set the actual video size in gst_video_sink_got_video_size(). This could probably be replaced once we handle pixel aspect ratios.
2003-11-07use int64 for frame-timeDavid I. Lehn3-4/+4
Original commit message from CVS: use int64 for frame-time
2003-11-07test and define HAVE_XSHM build ximage pluginThomas Vander Stichele2-1/+9
Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
2003-11-06Include config.hDavid Schleef2-0/+6
Original commit message from CVS: Include config.h
2003-11-06All the interfaces are collected in libgstinterfaces now.Jan Schmidt1-3/+1
Original commit message from CVS: All the interfaces are collected in libgstinterfaces now.
2003-11-06this will make it easier to merge when you have uncommited plugins in your treeSteve Baker1-11/+61
Original commit message from CVS: this will make it easier to merge when you have uncommited plugins in your tree
2003-11-06set default errorlevel to NONE. Make configure change it to ERROR (the ↵Benjamin Otte1-0/+6
current value) when running cvs builds. This s... Original commit message from CVS: set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
2003-11-06updates to glsinkGernot Ziegler1-46/+44
Original commit message from CVS: updates to glsink
2003-11-05Patch avcodec.h and wmadec.c to use flag1 and flag2 from contextJeremy Simon1-0/+52
Original commit message from CVS: Patch avcodec.h and wmadec.c to use flag1 and flag2 from context The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data
2003-11-05Some prettification fixes to this interface... Make it look good, make it ↵Ronald S. Bultje2-96/+202
simple and make it more GObject'ific. This ... Original commit message from CVS: Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
2003-11-05libgst-interfaces -> libgstinterfaces, plus we're not called libgstplayRonald S. Bultje2-2/+2
Original commit message from CVS: libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
2003-11-05Remove obsolete external function call and do all element registrations in ↵Ronald S. Bultje5-29/+4
plugin_init() Original commit message from CVS: Remove obsolete external function call and do all element registrations in plugin_init()
2003-11-05Remove trailing slash in last line of comment, it causes issues with certain ↵Ronald S. Bultje1-1/+1
versions of automake Original commit message from CVS: Remove trailing slash in last line of comment, it causes issues with certain versions of automake
2003-11-05Fix endianness issues manifested in pngenc. Fixes #125932David Schleef1-14/+0
Original commit message from CVS: Fix endianness issues manifested in pngenc. Fixes #125932
2003-11-05add initial version of gdkpixbuf loader for gtk that is capable of loading ↵Benjamin Otte1-0/+6
AVI and mpeg videos as GdkPixbufAnimation.... Original commit message from CVS: add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.) This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
2003-11-04disable Altivec until someone fixes the build to allow it conditionallyBenjamin Otte1-5/+6
Original commit message from CVS: disable Altivec until someone fixes the build to allow it conditionally
2003-11-03v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ↵Benjamin Otte2-2/+2
static Original commit message from CVS: v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
2003-11-03use top-level defined plugindirDavid Schleef1-2/+1
Original commit message from CVS: use top-level defined plugindir
2003-11-03change libgst-interfaces to libgstinterfacesDavid Schleef1-4/+4
Original commit message from CVS: change libgst-interfaces to libgstinterfaces
2003-11-03convert to new plugin systemDavid Schleef1-25/+33
Original commit message from CVS: convert to new plugin system
2003-11-03fix warningsDavid Schleef1-6/+3
Original commit message from CVS: fix warnings
2003-11-03Add -DG_DISABLE_DEPRECATED to $GST_ERRORDavid Schleef1-0/+1
Original commit message from CVS: Add -DG_DISABLE_DEPRECATED to $GST_ERROR
2003-11-03remove audiofile typefinding because it is buggy and we support all of its ↵Benjamin Otte3-198/+1
formats anyway. Original commit message from CVS: remove audiofile typefinding because it is buggy and we support all of its formats anyway. If you need it back, please fix it before you put it back in :)
2003-11-03fix for new plugin systemBenjamin Otte1-29/+30
Original commit message from CVS: fix for new plugin system
2003-11-03.in is outThomas Vander Stichele1-688/+0
Original commit message from CVS: .in is out
2003-11-02This was wrongRonald S. Bultje1-0/+14
Original commit message from CVS: This was wrong
2003-11-02Add static version of removed gsT_element_factory_make_or_warn()Ronald S. Bultje1-0/+13
Original commit message from CVS: Add static version of removed gsT_element_factory_make_or_warn()
2003-11-02This one was missingRonald S. Bultje1-33/+28
Original commit message from CVS: This one was missing
2003-11-02fix for new plugin systemBenjamin Otte5-90/+105
Original commit message from CVS: fix for new plugin system
2003-11-02SMPTE transitions doneRonald S. Bultje1-26/+29
Original commit message from CVS: SMPTE transitions done
2003-11-02Again one doneRonald S. Bultje1-22/+28
Original commit message from CVS: Again one done
2003-11-02... almost done nowRonald S. Bultje3-35/+39
Original commit message from CVS: ... almost done now
2003-11-02Hi. I'm the reason why GstElementDetails uses a macro nowBenjamin Otte1-3/+3
Original commit message from CVS: Hi. I'm the reason why GstElementDetails uses a macro now
2003-11-02Quicktime demuxer ported to new interfaceRonald S. Bultje1-22/+27
Original commit message from CVS: Quicktime demuxer ported to new interface
2003-11-02More more more more zzzzz I need sleepRonald S. Bultje1-22/+26
Original commit message from CVS: More more more more zzzzz I need sleep
2003-11-02Passthrough... New plugin system... Bla...Ronald S. Bultje1-20/+26
Original commit message from CVS: Passthrough... New plugin system... Bla...
2003-11-02Last o pluginRonald S. Bultje1-28/+31
Original commit message from CVS: Last o plugin
2003-11-02fix for new plugin systemBenjamin Otte2-53/+57
Original commit message from CVS: fix for new plugin system
2003-11-02WhaaaaaaaaaaaaaaaaaaaaaackRonald S. Bultje1-24/+27
Original commit message from CVS: Whaaaaaaaaaaaaaaaaaaaaaack
2003-11-02More More MoreRonald S. Bultje1-22/+26
Original commit message from CVS: More More More
2003-11-02And again one moreRonald S. Bultje1-27/+31
Original commit message from CVS: And again one more
2003-11-02Again one more doneRonald S. Bultje1-23/+29
Original commit message from CVS: Again one more done
2003-11-02And more, and more...Ronald S. Bultje1-25/+28
Original commit message from CVS: And more, and more...
2003-11-02MoreRonald S. Bultje2-54/+61
Original commit message from CVS: More
2003-11-02fix to new plugin systemBenjamin Otte1-25/+28
Original commit message from CVS: fix to new plugin system
2003-11-02I'm too lazy to comment thisRonald S. Bultje1-21/+25
Original commit message from CVS: .
2003-11-02more, and more, and more...Ronald S. Bultje1-21/+28
Original commit message from CVS: more, and more, and more...
2003-11-02etcRonald S. Bultje4-90/+66
Original commit message from CVS: etc