summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* thanks taazThomas Vander Stichele2002-10-181-1/+1
| | | | | Original commit message from CVS: thanks taaz
* added audiosrc and videosrcThomas Vander Stichele2002-10-181-3/+25
| | | | | Original commit message from CVS: added audiosrc and videosrc
* Some cleanups, fix for the blending codeWim Taymans2002-10-172-84/+84
| | | | | Original commit message from CVS: Some cleanups, fix for the blending code
* Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson2002-10-176-160/+458
| | | | | | | | | audio sequencer. Currently defines three ex... Original commit message from CVS: Added measures and beats to the playondemand filter so it can act like an audio sequencer. Currently defines three extra globally visible functions, might eventually want to put them in an interface instead ?
* added functions gst_gconf_get_default_{audio,video}_sink -- this is so the ↵Andy Wingo2002-10-162-4/+43
| | | | | | | | | | defaults library (gstgconf) can be used by... Original commit message from CVS: added functions gst_gconf_get_default_{audio,video}_sink -- this is so the defaults library (gstgconf) can be used by applications with uninstalled gstreamer (ie, no gconf keys). More specifically, these functions enable the player to work uninstalled, which is a good thing (tm).
* - implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans2002-10-154-275/+351
| | | | | | | Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
* Some more wipes, added radial wipesWim Taymans2002-10-153-11/+515
| | | | | Original commit message from CVS: Some more wipes, added radial wipes
* Removed unused code, fixed a bugWim Taymans2002-10-132-16/+2
| | | | | Original commit message from CVS: Removed unused code, fixed a bug
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-138-212/+763
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-108-0/+921
| | | | | Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
* adding libstdc++Thomas Vander Stichele2002-10-062-1/+2
| | | | | Original commit message from CVS: adding libstdc++
* I wonder how we ever got along without thisThomas Vander Stichele2002-10-061-1/+1
| | | | | Original commit message from CVS: I wonder how we ever got along without this
* use proper version prefix use pkgconfig to find libdvDavid I. Lehn2002-10-031-5/+3
| | | | | | Original commit message from CVS: use proper version prefix use pkgconfig to find libdv
* 0.4.1-1 deb updateDavid I. Lehn2002-10-037-125/+417
| | | | | Original commit message from CVS: 0.4.1-1 deb update
* build as a lib not a pluginDavid I. Lehn2002-10-031-2/+2
| | | | | Original commit message from CVS: build as a lib not a plugin
* some code cleanup don't abort if can't connect, brings down whole appThomas Vander Stichele2002-10-021-22/+16
| | | | | | Original commit message from CVS: some code cleanup don't abort if can't connect, brings down whole app
* adding testsuiteThomas Vander Stichele2002-10-011-2/+3
| | | | | Original commit message from CVS: adding testsuite
* list preferred autotoolsThomas Vander Stichele2002-09-302-4/+8
| | | | | Original commit message from CVS: list preferred autotools
* licenses againAndy Wingo2002-09-292-2/+4
| | | | | Original commit message from CVS: licenses again
* add licenseAndy Wingo2002-09-293-0/+3
| | | | | Original commit message from CVS: add license
* %f is doubleAndy Wingo2002-09-291-1/+1
| | | | | Original commit message from CVS: %f is double
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-285-90/+28
| | | | | Original commit message from CVS: I'm such an idiot - these files should have been in a week ago
* This adds a generic video functions libraryRonald S. Bultje2002-09-267-3/+112
| | | | | Original commit message from CVS: This adds a generic video functions library
* final backportThomas Vander Stichele2002-09-233-93/+493
| | | | | Original commit message from CVS: final backport
* better READMEThomas Vander Stichele2002-09-231-10/+93
| | | | | Original commit message from CVS: better README
* Add a statement terminating semicolon.David I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: Add a statement terminating semicolon.
* Redo last change by using glib's CLAMP() macroDavid Schleef2002-09-201-4/+3
| | | | | Original commit message from CVS: Redo last change by using glib's CLAMP() macro
* Clip defaults of control parameters to range.David Schleef2002-09-201-0/+4
| | | | | Original commit message from CVS: Clip defaults of control parameters to range.
* This patch fixes some issues caused by design issues in video4linux, adds ↵Ronald S. Bultje2002-09-202-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
* gstreamer-gconf.files: libgstgconf.so moved to /usr/lib added control.in, ↵David Schleef2002-09-207-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.
* Revert the revert to 1.0.0 vorbis.m4 code.David I. Lehn2002-09-191-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...)
* update to 1.0 vorbis macroThomas Vander Stichele2002-09-191-1/+1
| | | | | Original commit message from CVS: update to 1.0 vorbis macro
* update to 1.0 macroThomas Vander Stichele2002-09-191-4/+3
| | | | | Original commit message from CVS: update to 1.0 macro
* aclocal nicetyThomas Vander Stichele2002-09-181-1/+2
| | | | | Original commit message from CVS: aclocal nicety
* Fix libswfdec info. Update flac to reflect 1.0.2 backport.David Schleef2002-09-181-3/+4
| | | | | Original commit message from CVS: Fix libswfdec info. Update flac to reflect 1.0.2 backport.
* plugins part of license field patchChristian Schaller2002-09-1848-10/+67
| | | | | Original commit message from CVS: plugins part of license field patch
* up the microThomas Vander Stichele2002-09-181-2/+2
| | | | | Original commit message from CVS: up the micro
* some enhancements for capsnegoRonald S. Bultje2002-09-181-2/+15
| | | | | Original commit message from CVS: some enhancements for capsnego
* Add swfdec to dist subdirsDavid Schleef2002-09-171-1/+1
| | | | | Original commit message from CVS: Add swfdec to dist subdirs
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-173-3/+3
| | | | | Original commit message from CVS: This fixes the video4linux/video4linux2 debug output, which had one \n too much
* This build bug accidently went into the CVSRonald S. Bultje2002-09-171-3/+3
| | | | | Original commit message from CVS: This build bug accidently went into the CVS
* Add the convert functions to the source pads of the video4linux and ↵Ronald S. Bultje2002-09-161-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
* fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo2002-09-161-1/+3
| | | | | Original commit message from CVS: fix _get()-based ladspa plugins when bufferpools are present
* Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the ↵Andy Wingo2002-09-161-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.
* Add config.h, since we use HAVE_CPU_PPCDavid Schleef2002-09-151-0/+1
| | | | | Original commit message from CVS: Add config.h, since we use HAVE_CPU_PPC
* Add swfdec autoconf stuffDavid Schleef2002-09-153-2/+19
| | | | | Original commit message from CVS: Add swfdec autoconf stuff
* audiofile check fixThomas Vander Stichele2002-09-151-3/+4
| | | | | Original commit message from CVS: audiofile check fix
* Add SWF Flash decoder plugin based on libswfdecDavid Schleef2002-09-153-0/+1241
| | | | | Original commit message from CVS: Add SWF Flash decoder plugin based on libswfdec
* s/if define/if defined/David I. Lehn2002-09-142-10/+6
| | | | | Original commit message from CVS: s/if define/if defined/
* /* blush */Thomas Vander Stichele2002-09-141-9/+1
| | | | | Original commit message from CVS: /* blush */