summaryrefslogtreecommitdiffstats
path: root/ext/sdl
AgeCommit message (Collapse)AuthorFilesLines
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-3/+3
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-30Changed to the new props APIWim Taymans1-5/+8
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-2/+2
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-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
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-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
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-02-13Get rid of the gst_element_info() and replace it with g_message()Ronald S. Bultje1-2/+1
Original commit message from CVS: Get rid of the gst_element_info() and replace it with g_message()
2002-02-04Add an image and a title to the SDL window while waitingRonald S. Bultje1-26/+75
Original commit message from CVS: Add an image and a title to the SDL window while waiting
2002-02-03Assorted fixes.Wim Taymans1-14/+18
Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
2002-01-31Various fixesRonald S. Bultje2-4/+2
Original commit message from CVS: Various fixes
2002-01-18- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2002-01-17jpegmmx addition and some small changesRonald S. Bultje1-3/+4
Original commit message from CVS: jpegmmx addition and some small changes
2002-01-16Implemented resizingRonald S. Bultje1-3/+21
Original commit message from CVS: Implemented resizing
2002-01-15It worksRonald S. Bultje1-9/+13
Original commit message from CVS: It works
2002-01-15Updated all plugins to new capsnego format and added some small usability ↵Ronald S. Bultje1-57/+47
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-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-4/+3
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2002-01-10BugfixRonald S. Bultje1-2/+5
Original commit message from CVS: Bugfix
2002-01-10Oops, a small bug which I forgot aboutRonald S. Bultje1-0/+2
Original commit message from CVS: Oops, a small bug which I forgot about
2002-01-10Added support for user-specified width and height with YUV-scaling, added ↵Ronald S. Bultje2-138/+299
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
2001-12-28Fixed some pluginsWim Taymans1-11/+9
Original commit message from CVS: Fixed some plugins
2001-12-20added sdlThomas Vander Stichele3-0/+492
Original commit message from CVS: added sdl