summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-09-07Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller5-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-28fix default videosink to be xvideosink not videosinkChristian Schaller2-2/+2
Original commit message from CVS: fix default videosink to be xvideosink not videosink
2002-08-27small fixage to get latest gconf stuff etc.Christian Schaller1-0/+9
Original commit message from CVS: small fixage to get latest gconf stuff etc.
2002-08-27fix spec.in as DV has become LIBDVChristian Schaller1-13/+13
Original commit message from CVS: fix spec.in as DV has become LIBDV
2002-08-27this should've gone in a long time agoThomas Vander Stichele2-22/+5
Original commit message from CVS: this should've gone in a long time ago
2002-08-23fix jack input port connectionAndy Wingo2-4/+5
Original commit message from CVS: fix jack input port connection
2002-08-17fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839Thomas Vander Stichele4-3/+159
Original commit message from CVS: fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-14Fixes and addition to license overview file. Contacted libsidplay and aalib ↵Christian Schaller1-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.
2002-08-13ok, i should stop playing around with this now ;)Thomas Vander Stichele1-11/+22
Original commit message from CVS: ok, i should stop playing around with this now ;)
2002-08-13also adding a libstdc++ check explicitlyThomas Vander Stichele1-2/+12
Original commit message from CVS: also adding a libstdc++ check explicitly
2002-08-13need c++Thomas Vander Stichele1-1/+3
Original commit message from CVS: need c++
2002-08-13closes http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and ↵Thomas Vander Stichele1-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 !
2002-08-13shiny new avifile test macro let's give it a rideThomas Vander Stichele2-0/+150
Original commit message from CVS: shiny new avifile test macro let's give it a ride
2002-08-11use gstcontrol as a lib, not a pluginSteve Baker2-5/+3
Original commit message from CVS: use gstcontrol as a lib, not a plugin
2002-08-11add #include <stdlib.h> where neededSteve Baker3-0/+3
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 Baker2-0/+1
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-08-10vorbis check fix (applied upstream) remove unused glade m4David I. Lehn2-50/+2
Original commit message from CVS: vorbis check fix (applied upstream) remove unused glade m4
2002-08-09libdv build fixesDavid I. Lehn2-16/+15
Original commit message from CVS: libdv build fixes
2002-08-09add common and m4 to distDavid I. Lehn1-1/+5
Original commit message from CVS: add common and m4 to dist
2002-08-09update to 0.4.0-4 debian packagesDavid I. Lehn28-101/+200
Original commit message from CVS: update to 0.4.0-4 debian packages
2002-08-07split gst plugins between c and c++ onesThomas Vander Stichele1-3/+15
Original commit message from CVS: split gst plugins between c and c++ ones
2002-08-06oops, longtime pending fixThomas Vander Stichele1-1/+7
Original commit message from CVS: oops, longtime pending fix
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-08-02Don't unref event after calling the default handlerWim Taymans1-1/+1
Original commit message from CVS: Don't unref event after calling the default handler
2002-07-28Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. ↵Charles Schmidt9-124/+836
'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.
2002-07-28one bin is enoughSteve Baker1-7/+6
Original commit message from CVS: one bin is enough
2002-07-28Added linux/cdrom.h check patch from cbschmidWim Taymans1-0/+6
Original commit message from CVS: Added linux/cdrom.h check patch from cbschmid
2002-07-28- Remove the dummy scheduler hackWim Taymans1-11/+2
Original commit message from CVS: - Remove the dummy scheduler hack - Remove the state change hack
2002-07-27Added conditional for cdrom, someone needs to write a configure check to ↵Wim Taymans1-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
2002-07-27Added cdrom pluginWim Taymans1-0/+1
Original commit message from CVS: Added cdrom plugin
2002-07-27Added the cdrom plugin by ishamael.Wim Taymans5-0/+590
Original commit message from CVS: Added the cdrom plugin by ishamael.
2002-07-26Add videotestsrc pluginDavid Schleef1-1/+2
Original commit message from CVS: Add videotestsrc plugin
2002-07-26fix to adder: don't pull on unusable padsAndy Wingo1-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
2002-07-24Some small updatesWim Taymans1-16/+69
Original commit message from CVS: Some small updates
2002-07-24fix a segfault, and support ladspa 1.1 (default parameter values)Andy Wingo2-9/+46
Original commit message from CVS: fix a segfault, and support ladspa 1.1 (default parameter values)
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-23mixmatrix makefilesWim Taymans1-1/+2
Original commit message from CVS: mixmatrix makefiles
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 more videocrop config..Wim Taymans1-1/+1
Original commit message from CVS: Added more videocrop config..
2002-07-22Added videocropWim Taymans1-0/+1
Original commit message from CVS: Added videocrop
2002-07-22Added simple video cropping pluginWim Taymans2-0/+429
Original commit message from CVS: Added simple video cropping plugin
2002-07-15this is neaterThomas Vander Stichele1-7/+12
Original commit message from CVS: this is neater
2002-07-15more of theseThomas Vander Stichele1-1/+2
Original commit message from CVS: more of these
2002-07-15more useful infoThomas Vander Stichele1-1/+2
Original commit message from CVS: more useful info
2002-07-15avoid division by zero and add warningThomas Vander Stichele1-1/+5
Original commit message from CVS: avoid division by zero and add warning
2002-07-14fix silly version requiresThomas Vander Stichele1-4/+4
Original commit message from CVS: fix silly version requires
2002-07-12small fixesThomas Vander Stichele1-0/+7
Original commit message from CVS: small fixes