summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-10-17Added measures and beats to the playondemand filter so it can act like an ↵Leif Johnson6-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 ?
2002-10-16added functions gst_gconf_get_default_{audio,video}_sink -- this is so the ↵Andy Wingo2-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).
2002-10-15- implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans4-275/+351
Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
2002-10-15Some more wipes, added radial wipesWim Taymans3-11/+515
Original commit message from CVS: Some more wipes, added radial wipes
2002-10-13Removed unused code, fixed a bugWim Taymans2-16/+2
Original commit message from CVS: Removed unused code, fixed a bug
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans8-212/+763
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
2002-10-10Added the base framework for the SMPTE transitions and wipes.Wim Taymans8-0/+921
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
2002-10-06adding libstdc++Thomas Vander Stichele2-1/+2
Original commit message from CVS: adding libstdc++
2002-10-06I wonder how we ever got along without thisThomas Vander Stichele1-1/+1
Original commit message from CVS: I wonder how we ever got along without this
2002-10-03use proper version prefix use pkgconfig to find libdvDavid I. Lehn1-5/+3
Original commit message from CVS: use proper version prefix use pkgconfig to find libdv
2002-10-030.4.1-1 deb updateDavid I. Lehn7-125/+417
Original commit message from CVS: 0.4.1-1 deb update
2002-10-03build as a lib not a pluginDavid I. Lehn1-2/+2
Original commit message from CVS: build as a lib not a plugin
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