summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-10-02some code cleanup don't abort if can't connect, brings down whole appThomas Vander Stichele1-22/+16
Original commit message from CVS: some code cleanup don't abort if can't connect, brings down whole app
2002-10-01adding testsuiteThomas Vander Stichele1-2/+3
Original commit message from CVS: adding testsuite
2002-09-30list preferred autotoolsThomas Vander Stichele2-4/+8
Original commit message from CVS: list preferred autotools
2002-09-29licenses againAndy Wingo2-2/+4
Original commit message from CVS: licenses again
2002-09-29add licenseAndy Wingo3-0/+3
Original commit message from CVS: add license
2002-09-29%f is doubleAndy Wingo1-1/+1
Original commit message from CVS: %f is double
2002-09-28I'm such an idiot - these files should have been in a week agoRonald S. Bultje5-90/+28
Original commit message from CVS: I'm such an idiot - these files should have been in a week ago
2002-09-26This adds a generic video functions libraryRonald S. Bultje7-3/+112
Original commit message from CVS: This adds a generic video functions library
2002-09-23final backportThomas Vander Stichele3-93/+493
Original commit message from CVS: final backport
2002-09-23better READMEThomas Vander Stichele1-10/+93
Original commit message from CVS: better README
2002-09-21Add a statement terminating semicolon.David I. Lehn1-1/+1
Original commit message from CVS: Add a statement terminating semicolon.
2002-09-20Redo last change by using glib's CLAMP() macroDavid Schleef1-4/+3
Original commit message from CVS: Redo last change by using glib's CLAMP() macro
2002-09-20Clip defaults of control parameters to range.David Schleef1-0/+4
Original commit message from CVS: Clip defaults of control parameters to range.
2002-09-20This patch fixes some issues caused by design issues in video4linux, adds ↵Ronald S. Bultje2-57/+67
some nicety to video4linux2 plugins and doe... Original commit message from CVS: This patch fixes some issues caused by design issues in video4linux, adds some nicety to video4linux2 plugins and does some more evil stuff: * video4linux doesn't tell us which formats are supported by a card, so the only way to know this is by simply trying it out. This patch adds that. * v4lmjpegsink didnt have a bufferpool yet - is integrated now. * all copy() bufferpool functions have been removed since they're not needed. * v4lmjpegsink doesnt have a free() function, because hen playing the frames, all this is already handled. When the frame is not played, nothing has to be done. In total, the function is not needed. * adds a get_caps() function to v4l2src * some minor crap
2002-09-20gstreamer-gconf.files: libgstgconf.so moved to /usr/lib added control.in, ↵David Schleef7-2/+371
build-deps, and mk.control script. Edit co... Original commit message from CVS: * gstreamer-gconf.files: libgstgconf.so moved to /usr/lib * added control.in, build-deps, and mk.control script. Edit control.in and/or build-deps, and run 'debian/rules debian/control' from toplevel directory to recreate debian/control. This should make it a lot easier to diff build dependencies.
2002-09-19Revert the revert to 1.0.0 vorbis.m4 code.David I. Lehn1-1/+2
Original commit message from CVS: Revert the revert to 1.0.0 vorbis.m4 code. This bugfix has been accepted upstream to fix a segfault due to a bogus function parameter. (the cause of the segfault should probably be fixed but until then...)
2002-09-19update to 1.0 vorbis macroThomas Vander Stichele1-1/+1
Original commit message from CVS: update to 1.0 vorbis macro
2002-09-19update to 1.0 macroThomas Vander Stichele1-4/+3
Original commit message from CVS: update to 1.0 macro
2002-09-18aclocal nicetyThomas Vander Stichele1-1/+2
Original commit message from CVS: aclocal nicety
2002-09-18Fix libswfdec info. Update flac to reflect 1.0.2 backport.David Schleef1-3/+4
Original commit message from CVS: Fix libswfdec info. Update flac to reflect 1.0.2 backport.
2002-09-18plugins part of license field patchChristian Schaller48-10/+67
Original commit message from CVS: plugins part of license field patch
2002-09-18up the microThomas Vander Stichele1-2/+2
Original commit message from CVS: up the micro
2002-09-18some enhancements for capsnegoRonald S. Bultje1-2/+15
Original commit message from CVS: some enhancements for capsnego
2002-09-17Add swfdec to dist subdirsDavid Schleef1-1/+1
Original commit message from CVS: Add swfdec to dist subdirs
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