Commit graph

659 commits

Author SHA1 Message Date
Thomas Vander Stichele
a0b1a367a6 added audiosrc and videosrc
Original commit message from CVS:
added audiosrc and videosrc
2002-10-18 14:12:10 +00:00
Wim Taymans
9b7b00ac24 Some cleanups, fix for the blending code
Original commit message from CVS:
Some cleanups, fix for the blending code
2002-10-17 21:36:20 +00:00
Leif Johnson
ce94093ed4 Added measures and beats to the playondemand filter so it can act like an 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-17 20:05:58 +00:00
Andy Wingo
4754e4e8cc added functions gst_gconf_get_default_{audio,video}_sink -- this is so the 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-16 19:47:05 +00:00
Wim Taymans
676ecc296a - implemented clock sweep on 90 degree angles to compensate for aspect ratio.
Original commit message from CVS:
- implemented clock sweep on 90 degree angles to compensate for aspect
ratio.
- implemented remaining clock wipes
2002-10-15 22:09:51 +00:00
Wim Taymans
4bdfebf9d7 Some more wipes, added radial wipes
Original commit message from CVS:
Some more wipes, added radial wipes
2002-10-15 00:00:27 +00:00
Wim Taymans
b956a7ca67 Removed unused code, fixed a bug
Original commit message from CVS:
Removed unused code, fixed a bug
2002-10-13 19:00:41 +00:00
Wim Taymans
e5c5f6be80 - reimplemented using organic masks, rendered with gouraud shaded triangles
Original commit message from CVS:
- reimplemented using organic masks, rendered with gouraud shaded triangles
- implemented more masks
- implemented adjustable border
2002-10-13 18:46:10 +00:00
Wim Taymans
9b067365c9 Added the base framework for the SMPTE transitions and wipes.
Original commit message from CVS:
Added the base framework for the SMPTE transitions and wipes.
2002-10-10 21:19:12 +00:00
Thomas Vander Stichele
5f4fb78871 adding libstdc++
Original commit message from CVS:
adding libstdc++
2002-10-06 13:50:34 +00:00
Thomas Vander Stichele
f3f59b4b1c I wonder how we ever got along without this
Original commit message from CVS:
I wonder how we ever got along without this
2002-10-06 13:49:35 +00:00
David I. Lehn
41e19e7a9c use proper version prefix use pkgconfig to find libdv
Original commit message from CVS:
use proper version prefix
use pkgconfig to find libdv
2002-10-03 03:19:28 +00:00
David I. Lehn
148f1478df 0.4.1-1 deb update
Original commit message from CVS:
0.4.1-1 deb update
2002-10-03 03:18:03 +00:00
David I. Lehn
4183d9c19d build as a lib not a plugin
Original commit message from CVS:
build as a lib not a plugin
2002-10-03 03:17:16 +00:00
Thomas Vander Stichele
545dd47499 some code cleanup don't abort if can't connect, brings down whole app
Original commit message from CVS:
some code cleanup
don't abort if can't connect, brings down whole app
2002-10-02 08:01:04 +00:00
Thomas Vander Stichele
0bf3a73a5f adding testsuite
Original commit message from CVS:
adding testsuite
2002-10-01 21:51:01 +00:00
Thomas Vander Stichele
2af45299d0 list preferred autotools
Original commit message from CVS:
list preferred autotools
2002-09-30 07:20:35 +00:00
Andy Wingo
ef8d56344d licenses again
Original commit message from CVS:
licenses again
2002-09-29 18:12:18 +00:00
Andy Wingo
e671bcd2cd add license
Original commit message from CVS:
add license
2002-09-29 18:02:12 +00:00
Andy Wingo
19169a8e9f %f is double
Original commit message from CVS:
%f is double
2002-09-29 17:16:40 +00:00
Ronald S. Bultje
419f2d2052 I'm such an idiot - these files should have been in a week ago
Original commit message from CVS:
I'm such an idiot - these files should have been in a week ago
2002-09-28 11:05:39 +00:00
Ronald S. Bultje
6de50e694b This adds a generic video functions library
Original commit message from CVS:
This adds a generic video functions library
2002-09-26 12:20:12 +00:00
Thomas Vander Stichele
2305fd2a1b final backport
Original commit message from CVS:
final backport
2002-09-23 09:41:55 +00:00
Thomas Vander Stichele
f3ed05f4e3 better README
Original commit message from CVS:
better README
2002-09-23 05:49:26 +00:00
David I. Lehn
f1a3504f2f Add a statement terminating semicolon.
Original commit message from CVS:
Add a statement terminating semicolon.
2002-09-21 11:32:17 +00:00
David Schleef
e4e2257667 Redo last change by using glib's CLAMP() macro
Original commit message from CVS:
Redo last change by using glib's CLAMP() macro
2002-09-20 21:51:50 +00:00
David Schleef
7fdfef78ef Clip defaults of control parameters to range.
Original commit message from CVS:
Clip defaults of control parameters to range.
2002-09-20 21:38:13 +00:00
Ronald S. Bultje
ab8fe8ba0b This patch fixes some issues caused by design issues in video4linux, adds 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-20 09:28:46 +00:00
David Schleef
91b9c6c9c6 gstreamer-gconf.files: libgstgconf.so moved to /usr/lib added control.in, 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-20 04:02:59 +00:00
David I. Lehn
04d121885a Revert the revert to 1.0.0 vorbis.m4 code.
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-19 18:34:47 +00:00
Thomas Vander Stichele
7c3c537af0 update to 1.0 vorbis macro
Original commit message from CVS:
update to 1.0 vorbis macro
2002-09-19 15:22:11 +00:00
Thomas Vander Stichele
ca723b1de2 update to 1.0 macro
Original commit message from CVS:
update to 1.0 macro
2002-09-19 15:19:51 +00:00
Thomas Vander Stichele
82145392f6 aclocal nicety
Original commit message from CVS:
aclocal nicety
2002-09-18 22:06:14 +00:00
David Schleef
3ae06c1276 Fix libswfdec info. Update flac to reflect 1.0.2 backport.
Original commit message from CVS:
Fix libswfdec info.  Update flac to reflect 1.0.2 backport.
2002-09-18 21:04:10 +00:00
Christian Schaller
1d5f318e0d plugins part of license field patch
Original commit message from CVS:
plugins part of license field patch
2002-09-18 19:02:52 +00:00
Thomas Vander Stichele
be76b13b64 up the micro
Original commit message from CVS:
up the micro
2002-09-18 13:05:36 +00:00
Ronald S. Bultje
6413f023bc some enhancements for capsnego
Original commit message from CVS:
some enhancements for capsnego
2002-09-18 10:57:56 +00:00
David Schleef
79adbf346e Add swfdec to dist subdirs
Original commit message from CVS:
Add swfdec to dist subdirs
2002-09-17 22:44:47 +00:00
Ronald S. Bultje
a06baf38da This fixes the video4linux/video4linux2 debug output, which had one \n too much
Original commit message from CVS:
This fixes the video4linux/video4linux2 debug output, which had one \n too much
2002-09-17 17:45:19 +00:00
Ronald S. Bultje
4e4f3462a6 This build bug accidently went into the CVS
Original commit message from CVS:
This build bug accidently went into the CVS
2002-09-17 12:25:49 +00:00
Ronald S. Bultje
6b9ee0fff2 Add the convert functions to the source pads of the video4linux and 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-16 21:01:43 +00:00
Andy Wingo
9fa281527e fix _get()-based ladspa plugins when bufferpools are present
Original commit message from CVS:
fix _get()-based ladspa plugins when bufferpools are present
2002-09-16 06:13:41 +00:00
Andy Wingo
e229e116ef Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the 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-16 05:38:53 +00:00
David Schleef
f8262786f4 Add config.h, since we use HAVE_CPU_PPC
Original commit message from CVS:
Add config.h, since we use HAVE_CPU_PPC
2002-09-15 21:39:54 +00:00
David Schleef
7e74485299 Add swfdec autoconf stuff
Original commit message from CVS:
Add swfdec autoconf stuff
2002-09-15 21:33:53 +00:00
Thomas Vander Stichele
a060de748e audiofile check fix
Original commit message from CVS:
audiofile check fix
2002-09-15 21:26:03 +00:00
David Schleef
7e6d974d8a Add SWF Flash decoder plugin based on libswfdec
Original commit message from CVS:
Add SWF Flash decoder plugin based on libswfdec
2002-09-15 19:43:01 +00:00
David I. Lehn
23a00895bd s/if define/if defined/
Original commit message from CVS:
s/if define/if defined/
2002-09-14 14:56:49 +00:00
Thomas Vander Stichele
3b6498122f /* blush */
Original commit message from CVS:
/* blush */
2002-09-14 13:40:53 +00:00
Thomas Vander Stichele
5ed6c44df5 this broke the compile for me. Did it work for anyone ? does this plugin 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-14 13:29:23 +00:00