summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje11-38/+32
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-09removing warnings (approved by wtay)Thomas Vander Stichele5-23/+14
Original commit message from CVS: removing warnings (approved by wtay)
2002-09-09- isprint seems to detect and ascii stream betterWim Taymans1-1/+1
Original commit message from CVS: - isprint seems to detect and ascii stream better
2002-09-07Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller4-21/+29
Original commit message from CVS: Fix license to LGPL and add a file explaining the LGPL license
2002-08-30copy_on_writeThomas Vander Stichele2-0/+6
Original commit message from CVS: copy_on_write
2002-08-30get a writable bufferThomas Vander Stichele1-1/+4
Original commit message from CVS: get a writable buffer
2002-08-11add #include <stdlib.h> where neededSteve Baker1-0/+1
Original commit message from CVS: add #include <stdlib.h> where needed
2002-08-11qtdemux.c:315: warning: implicit declaration of function `free' ↵Steve Baker1-0/+2
qtdemux.c:331: warning: implicit declaration of funct... Original commit message from CVS: qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of function `malloc'
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+1
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-08-05fix for compilation when DEBUG is disabledThomas Vander Stichele1-2/+4
Original commit message from CVS: fix for compilation when DEBUG is disabled
2002-07-24updated so it uses a dblptr matrix, and worksErik Walthinsen1-8/+47
Original commit message from CVS: updated so it uses a dblptr matrix, and works
2002-07-23Added mixmatrix with naive capsnego, still needs work..Wim Taymans2-0/+480
Original commit message from CVS: Added mixmatrix with naive capsnego, still needs work..
2002-07-22Added simple video cropping pluginWim Taymans2-0/+429
Original commit message from CVS: Added simple video cropping plugin
2002-07-09xsharpen video filter from VirtualdubJeremy Simon4-0/+632
Original commit message from CVS: xsharpen video filter from Virtualdub
2002-07-08- use _merge instead of _appendWim Taymans1-1/+1
Original commit message from CVS: - use _merge instead of _append - unref events
2002-07-08- use _merge instead of _appendWim Taymans3-5/+21
Original commit message from CVS: - use _merge instead of _append - fix events in modplug
2002-06-27windowed sinc bandpass filterThomas Vander Stichele5-63/+435
Original commit message from CVS: windowed sinc bandpass filter
2002-06-27highly unoptimized windowed sinc filterThomas Vander Stichele5-2/+317
Original commit message from CVS: highly unoptimized windowed sinc filter
2002-06-17cosmetic changeThomas Vander Stichele1-5/+5
Original commit message from CVS: cosmetic change
2002-06-16Fix timestampsWim Taymans1-2/+2
Original commit message from CVS: Fix timestamps
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2-13/+6
Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
2002-06-11Fix seeking in modplug. It appears the seek really happened after getting ↵Wim Taymans1-16/+34
the next samples. Original commit message from CVS: Fix seeking in modplug. It appears the seek really happened after getting the next samples.
2002-06-09add seek event, first shot ;)Jeremy Simon2-55/+138
Original commit message from CVS: add seek event, first shot ;)
2002-06-08rearranging element treeThomas Vander Stichele1-1/+1
Original commit message from CVS: rearranging element tree
2002-06-04modplug should work (no seek events for now)Jeremy Simon1-6/+8
Original commit message from CVS: modplug should work (no seek events for now)
2002-06-04new filter subdir for standard audio filters first filter uses code from ↵Thomas Vander Stichele6-0/+762
vorbis to implement an iir filter not optimi... Original commit message from CVS: new filter subdir for standard audio filters first filter uses code from vorbis to implement an iir filter not optimized yet, iir code uses doubles and plugin uses float
2002-06-02Make elements nanoseconds awareWim Taymans1-1/+1
Original commit message from CVS: Make elements nanoseconds aware
2002-05-31add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker4-0/+4
file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-30Don't crash on events.Wim Taymans1-0/+4
Original commit message from CVS: Don't crash on events.
2002-05-27update to deal with events and set timestamps properlyAndy Wingo2-12/+13
Original commit message from CVS: update to deal with events and set timestamps properly
2002-05-15use new bytestream apiSteve Baker2-6/+8
Original commit message from CVS: use new bytestream api
2002-05-15use new bytestream api. please test if you care about this pluginSteve Baker1-6/+8
Original commit message from CVS: use new bytestream api. please test if you care about this plugin
2002-05-13still in anal-retentive mode, please make liberal use of the delete keyThomas Vander Stichele1-5/+5
Original commit message from CVS: still in anal-retentive mode, please make liberal use of the delete key
2002-05-13conformityThomas Vander Stichele1-6/+5
Original commit message from CVS: conformity
2002-05-03various name fixes and sundryThomas Vander Stichele1-2/+2
Original commit message from CVS: various name fixes and sundry
2002-05-01adding new quicktime parser:Artyom Baginski4-0/+883
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-04-27festival doesn't depend on the libsThomas Vander Stichele3-0/+637
Original commit message from CVS: festival doesn't depend on the libs
2002-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo20-21/+478
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-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo22-110/+110
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-10various Wall fixesThomas Vander Stichele2-7/+7
Original commit message from CVS: various Wall fixes
2002-04-06fixed rest of warning for gcc 3 in /gst.Benjamin Otte4-15/+7
Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway?
2002-04-06fixed first bunch of compiler warningsBenjamin Otte7-20/+15
Original commit message from CVS: fixed first bunch of compiler warnings
2002-03-30Get the 'signed' property as a boolean.Wim Taymans2-10/+10
Original commit message from CVS: Get the 'signed' property as a boolean.
2002-03-30Changed to the new props APIWim Taymans10-42/+49
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-25added a bunch of cvsignore stuff off of a fresh checkout and build i will ↵Andy Wingo2-0/+2
win the race to max LOC changed ;-) Original commit message from CVS: added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo12-102/+102
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-21cosmeticDavid I. Lehn2-2/+2
Original commit message from CVS: cosmetic
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo33-33/+33
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo41-1148/+1124
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 Wingo17-18/+18
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