summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix default videosink to be xvideosink not videosinkChristian Schaller2002-08-281-2/+2
| | | | | Original commit message from CVS: fix default videosink to be xvideosink not videosink
* whoops, this shouldn'tvegoneinThomas Vander Stichele2002-08-271-1/+1
| | | | | Original commit message from CVS: whoops, this shouldn'tvegonein
* sf's backThomas Vander Stichele2002-08-273-51/+75
| | | | | Original commit message from CVS: sf's back
* small fixage to get latest gconf stuff etc.Christian Schaller2002-08-271-0/+9
| | | | | Original commit message from CVS: small fixage to get latest gconf stuff etc.
* fix spec.in as DV has become LIBDVChristian Schaller2002-08-271-13/+13
| | | | | Original commit message from CVS: fix spec.in as DV has become LIBDV
* this should've gone in a long time agoThomas Vander Stichele2002-08-272-22/+5
| | | | | Original commit message from CVS: this should've gone in a long time ago
* Add .swf file type, even though swfdec isn't in gst-plugins yetDavid Schleef2002-08-251-0/+1
| | | | | Original commit message from CVS: Add .swf file type, even though swfdec isn't in gst-plugins yet
* fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele2002-08-175-4/+166
| | | | | | Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
* Fixes and addition to license overview file. Contacted libsidplay and aalib ↵Christian Schaller2002-08-141-0/+2
| | | | | | | authors about a possible LGPL relicense. Original commit message from CVS: Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.
* Removed Sam Lantigas GPL comment as he also has given his permision to ↵Christian Schaller2002-08-141-1/+0
| | | | | | | relicense under LGPL. Original commit message from CVS: Removed Sam Lantigas GPL comment as he also has given his permision to relicense under LGPL.
* Fixed license statements in EffectTv plugins so they now state LGPL.Christian Schaller2002-08-1410-71/+142
| | | | | Original commit message from CVS: Fixed license statements in EffectTv plugins so they now state LGPL.
* ok, i should stop playing around with this now ;)Thomas Vander Stichele2002-08-131-11/+22
| | | | | Original commit message from CVS: ok, i should stop playing around with this now ;)
* also adding a libstdc++ check explicitlyThomas Vander Stichele2002-08-131-2/+12
| | | | | Original commit message from CVS: also adding a libstdc++ check explicitly
* need c++Thomas Vander Stichele2002-08-131-1/+3
| | | | | Original commit message from CVS: need c++
* closes http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and ↵Thomas Vander Stichele2002-08-131-9/+4
| | | | | | | | | | | let me know if it works or not ! Original commit message from CVS: closes http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and let me know if it works or not !
* shiny new avifile test macro let's give it a rideThomas Vander Stichele2002-08-132-0/+150
| | | | | | Original commit message from CVS: shiny new avifile test macro let's give it a ride
* use gstcontrol as a lib, not a pluginSteve Baker2002-08-112-5/+3
| | | | | Original commit message from CVS: use gstcontrol as a lib, not a plugin
* add #include <stdlib.h> where neededSteve Baker2002-08-112-0/+2
| | | | | Original commit message from CVS: add #include <stdlib.h> where needed
* qtdemux.c:315: warning: implicit declaration of function `free' ↵Steve Baker2002-08-112-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'
* vorbis check fix (applied upstream) remove unused glade m4David I. Lehn2002-08-102-50/+2
| | | | | | Original commit message from CVS: vorbis check fix (applied upstream) remove unused glade m4
* libdv build fixesDavid I. Lehn2002-08-093-18/+17
| | | | | Original commit message from CVS: libdv build fixes
* add common and m4 to distDavid I. Lehn2002-08-092-1/+5
| | | | | Original commit message from CVS: add common and m4 to dist
* split gst plugins between c and c++ onesThomas Vander Stichele2002-08-071-3/+15
| | | | | Original commit message from CVS: split gst plugins between c and c++ ones
* Don't send events on unusable padsWim Taymans2002-08-021-3/+5
| | | | | Original commit message from CVS: Don't send events on unusable pads
* Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. ↵Charles Schmidt2002-07-281-1/+29
| | | | | | | 'end-track','current-track' and 'cddb-discid' propert... Original commit message from CVS: Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
* avoid symbol conflictsWim Taymans2002-07-283-16/+16
| | | | | Original commit message from CVS: avoid symbol conflicts
* small sync fixWim Taymans2002-07-281-2/+2
| | | | | Original commit message from CVS: small sync fix
* Added linux/cdrom.h check patch from cbschmidWim Taymans2002-07-281-0/+6
| | | | | Original commit message from CVS: Added linux/cdrom.h check patch from cbschmid
* Added conditional for cdrom, someone needs to write a configure check to ↵Wim Taymans2002-07-271-2/+8
| | | | | | | | make this work Original commit message from CVS: Added conditional for cdrom, someone needs to write a configure check to make this work
* Added cdrom pluginWim Taymans2002-07-271-0/+1
| | | | | Original commit message from CVS: Added cdrom plugin
* Add videotestsrc pluginDavid Schleef2002-07-261-1/+2
| | | | | Original commit message from CVS: Add videotestsrc plugin
* fix to adder: don't pull on unusable padsAndy Wingo2002-07-261-22/+21
| | | | | | | | | | Original commit message from CVS: * fix to adder: don't pull on unusable pads * fix to ladspa: get output buffers first, so we can know how many frames to process - this breaks inplace buffer stuff, hmm * fix to float2int: add a bufferpool with the same nframes as the source pad's pool -> no extra latency
* Expose supported events, formats and querytypesWim Taymans2002-07-251-2/+25
| | | | | Original commit message from CVS: Expose supported events, formats and querytypes
* - eventmask/query/format functionsWim Taymans2002-07-241-7/+59
| | | | | | | Original commit message from CVS: - eventmask/query/format functions - expose oss format as an enum - moved default_pool allocation to where it is needed.
* Expose the signal as a G_SIGNAL_ACTIONWim Taymans2002-07-241-1/+1
| | | | | Original commit message from CVS: Expose the signal as a G_SIGNAL_ACTION
* - added eventmask/query/format functionsWim Taymans2002-07-242-26/+94
| | | | | | Original commit message from CVS: - added eventmask/query/format functions - some cleanups
* Some small updatesWim Taymans2002-07-241-16/+69
| | | | | Original commit message from CVS: Some small updates
* fix a segfault, and support ladspa 1.1 (default parameter values)Andy Wingo2002-07-242-9/+46
| | | | | Original commit message from CVS: fix a segfault, and support ladspa 1.1 (default parameter values)
* mixmatrix makefilesWim Taymans2002-07-231-1/+2
| | | | | Original commit message from CVS: mixmatrix makefiles
* Added more videocrop config..Wim Taymans2002-07-221-1/+1
| | | | | Original commit message from CVS: Added more videocrop config..
* Added videocropWim Taymans2002-07-221-0/+1
| | | | | Original commit message from CVS: Added videocrop
* Added simple video cropping pluginWim Taymans2002-07-222-0/+429
| | | | | Original commit message from CVS: Added simple video cropping plugin
* print fixesThomas Vander Stichele2002-07-151-2/+0
| | | | | Original commit message from CVS: print fixes
* DEBUG fixesThomas Vander Stichele2002-07-151-5/+7
| | | | | Original commit message from CVS: DEBUG fixes
* merge fixThomas Vander Stichele2002-07-151-1/+0
| | | | | Original commit message from CVS: merge fix
* fix silly version requiresThomas Vander Stichele2002-07-141-4/+4
| | | | | Original commit message from CVS: fix silly version requires
* use new method namesWim Taymans2002-07-131-1/+1
| | | | | Original commit message from CVS: use new method names
* fixesThomas Vander Stichele2002-07-121-5/+38
| | | | | Original commit message from CVS: fixes
* fix to be able to link to gconfThomas Vander Stichele2002-07-121-2/+1
| | | | | Original commit message from CVS: fix to be able to link to gconf
* output fixThomas Vander Stichele2002-07-111-2/+2
| | | | | Original commit message from CVS: output fix