summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-09-17This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje3-3/+3
Original commit message from CVS: This fixes the video4linux/video4linux2 debug output, which had one \n too much
2002-09-17This build bug accidently went into the CVSRonald S. Bultje1-3/+3
Original commit message from CVS: This build bug accidently went into the CVS
2002-09-16Add the convert functions to the source pads of the video4linux and ↵Ronald S. Bultje1-1/+65
video4linux2 source plugins Original commit message from CVS: Add the convert functions to the source pads of the video4linux and video4linux2 source plugins
2002-09-16fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo1-1/+3
Original commit message from CVS: fix _get()-based ladspa plugins when bufferpools are present
2002-09-16Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the ↵Andy Wingo1-8/+5
multi-band eq) is one of these. Original commit message from CVS: Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the multi-band eq) is one of these.
2002-09-15Add config.h, since we use HAVE_CPU_PPCDavid Schleef1-0/+1
Original commit message from CVS: Add config.h, since we use HAVE_CPU_PPC
2002-09-15Add swfdec autoconf stuffDavid Schleef3-2/+19
Original commit message from CVS: Add swfdec autoconf stuff
2002-09-15audiofile check fixThomas Vander Stichele1-3/+4
Original commit message from CVS: audiofile check fix
2002-09-15Add SWF Flash decoder plugin based on libswfdecDavid Schleef3-0/+1241
Original commit message from CVS: Add SWF Flash decoder plugin based on libswfdec
2002-09-14s/if define/if defined/David I. Lehn2-10/+6
Original commit message from CVS: s/if define/if defined/
2002-09-14/* blush */Thomas Vander Stichele1-9/+1
Original commit message from CVS: /* blush */
2002-09-14this broke the compile for me. Did it work for anyone ? does this plugin ↵Thomas Vander Stichele1-1/+6
work at all ? Original commit message from CVS: this broke the compile for me. Did it work for anyone ? does this plugin work at all ?
2002-09-13mimetype patch from iain holmes, thanks dudeIain Holmes1-0/+1
Original commit message from CVS: mimetype patch from iain holmes, thanks dude
2002-09-12This makes mjpegtools plugins compile against latest CVSRonald S. Bultje1-2/+37
Original commit message from CVS: This makes mjpegtools plugins compile against latest CVS
2002-09-12Destroy state when going to READYWim Taymans3-8/+15
Original commit message from CVS: Destroy state when going to READY
2002-09-12const fixesWim Taymans2-2/+2
Original commit message from CVS: const fixes
2002-09-12don't play with spider until spider can do heavy seekingSteve Baker1-1/+1
Original commit message from CVS: don't play with spider until spider can do heavy seeking
2002-09-11- Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans1-23/+40
Original commit message from CVS: - Ripped some ID3 tag parsing from libid3 for typefind. - Added ID3V1 to fypefind. - Don't check for a valid mp3 header after finding the ID3 tag as some ID3 tags seem broken.
2002-09-10remove some debugging. it works alreadySteve Baker1-5/+0
Original commit message from CVS: remove some debugging. it works already
2002-09-10backout the colorspace from the gconf default. it should be hardcoded into ↵Steve Baker1-1/+1
gst-player and any other app that uses the... Original commit message from CVS: backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the gconf key.
2002-09-10make default video sink be colorspace ! xvideosinkSteve Baker1-1/+1
Original commit message from CVS: make default video sink be colorspace ! xvideosink
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje19-49/+43
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-09removing warnings as approved by wimThomas Vander Stichele4-23/+12
Original commit message from CVS: removing warnings as approved by wim
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-09added v4l2 pluginsChristian Schaller1-0/+17
Original commit message from CVS: added v4l2 plugins
2002-09-09some simple fixes and additionsThomas Vander Stichele1-14/+28
Original commit message from CVS: some simple fixes and additions
2002-09-09This adds v4l2 stuff to the build systemRonald S. Bultje2-4/+16
Original commit message from CVS: This adds v4l2 stuff to the build system
2002-09-09this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje12-0/+3159
plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
2002-09-08Fixup dvdnav plugin.David I. Lehn1-0/+1
Original commit message from CVS: Fixup dvdnav plugin. Merge .h into .c. Event handling patch and fixups from Cameron Hutchison <camh@xdna.net>.
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