Commit graph

682 commits

Author SHA1 Message Date
Wim Taymans
bc93903d01 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
91dd5fe454 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
279d4ba5e3 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
Thomas Vander Stichele
6c1c00f8c6 api change
Original commit message from CVS:
api change
2002-10-02 08:05:23 +00:00
Thomas Vander Stichele
9c3f6b3a86 adding testsuite
Original commit message from CVS:
adding testsuite
2002-10-01 21:51:01 +00:00
Thomas Vander Stichele
579f0d0671 list preferred autotools
Original commit message from CVS:
list preferred autotools
2002-09-30 07:20:35 +00:00
Wim Taymans
01c4ae1b30 Some quick fixes for FLAC 1.0.4
Original commit message from CVS:
Some quick fixes for FLAC 1.0.4
2002-09-29 20:51:19 +00:00
Andy Wingo
483a804c5c licenses again
Original commit message from CVS:
licenses again
2002-09-29 18:12:19 +00:00
Andy Wingo
3b0d26a922 add license
Original commit message from CVS:
add license
2002-09-29 18:02:12 +00:00
Ronald S. Bultje
b878bc1416 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
7ebeea2834 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
Wim Taymans
ef399ccaf4 Fix various overflow cases, this should fix seeking on very large files.
Original commit message from CVS:
Fix various overflow cases, this should fix seeking on very large
files.
2002-09-23 20:05:04 +00:00
Thomas Vander Stichele
e8d014fc2a final backport
Original commit message from CVS:
final backport
2002-09-23 09:41:55 +00:00
Thomas Vander Stichele
1f86b14dd6 oss debug backport fixes
Original commit message from CVS:
oss debug backport fixes
2002-09-23 09:09:41 +00:00
Thomas Vander Stichele
67be9cb883 release backport
Original commit message from CVS:
release backport
2002-09-23 09:08:51 +00:00
Thomas Vander Stichele
5ad2296efd better README
Original commit message from CVS:
better README
2002-09-23 05:49:26 +00:00
David I. Lehn
3d843acdbe Add a statement terminating semicolon.
Original commit message from CVS:
Add a statement terminating semicolon.
2002-09-21 11:32:17 +00:00
David I. Lehn
e5cca4f253 no whitespace is allowed between macro names and parameter lists
Original commit message from CVS:
no whitespace is allowed between macro names and parameter lists
2002-09-21 11:14:39 +00:00
David Schleef
251a3f46dd 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
7c6531143d 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
8635b377f9 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 I. Lehn
95099ed623 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
Ronald S. Bultje
2218165b16 With these changes, the generated AVI has a valid index and can thus be read by players
Original commit message from CVS:
With these changes, the generated AVI has a valid index and can thus be read by players
2002-09-19 16:52:11 +00:00
Ronald S. Bultje
427a9c9432 License fix
Original commit message from CVS:
License fix
2002-09-19 15:39:22 +00:00
Thomas Vander Stichele
b46661c325 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
c9954470a7 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
f5501e25a2 yay, I can commit again !!! this fixes warnings I had
Original commit message from CVS:
yay, I can commit again !!!

this fixes warnings I had
2002-09-19 15:17:02 +00:00
Ronald S. Bultje
b6b3c5f55a This fixes some problems when recording AVI files with gstrec
Original commit message from CVS:
This fixes some problems when recording AVI files with gstrec
2002-09-19 10:46:01 +00:00
Thomas Vander Stichele
3fccf3c29f aclocal nicety
Original commit message from CVS:
aclocal nicety
2002-09-18 22:06:14 +00:00
David Schleef
a0330a18a9 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
David Schleef
6d514674c5 Add hack to make the flac plugin compile with both flac-1.0.2 and 1.0.3
Original commit message from CVS:
Add hack to make the flac plugin compile with both flac-1.0.2 and
1.0.3
2002-09-18 20:56:42 +00:00
Christian Schaller
2ff64d483e plugins part of license field patch
Original commit message from CVS:
plugins part of license field patch
2002-09-18 19:02:51 +00:00
Thomas Vander Stichele
3f0db12fb3 up the micro
Original commit message from CVS:
up the micro
2002-09-18 13:05:36 +00:00
Ronald S. Bultje
c75c3a3542 some enhancements for capsnego
Original commit message from CVS:
some enhancements for capsnego
2002-09-18 10:57:56 +00:00
David Schleef
730688d304 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
1e4feac240 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
a1055ebd6e 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
899ab22256 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
dd07d61791 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
0933e98356 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
Wim Taymans
dd1f152724 Added Lots of properties
Original commit message from CVS:
Added Lots of properties
More cleanups
2002-09-15 22:26:33 +00:00
David Schleef
b218e76cd9 Add swfdec autoconf stuff
Original commit message from CVS:
Add swfdec autoconf stuff
2002-09-15 21:33:53 +00:00
Thomas Vander Stichele
b0f3909f25 audiofile check fix
Original commit message from CVS:
audiofile check fix
2002-09-15 21:26:03 +00:00
Wim Taymans
35a149770d Small cleanups
Original commit message from CVS:
Small cleanups
Fix segfault when not negotiated
2002-09-15 17:48:42 +00:00
Iain Holmes
a05c83c00f mimetype patch from iain holmes, thanks dude
Original commit message from CVS:
mimetype patch from iain holmes, thanks dude
2002-09-13 13:02:56 +00:00
Wim Taymans
ced1203396 oops
Original commit message from CVS:
oops
2002-09-12 22:10:19 +00:00
Ronald S. Bultje
aaa4ab00eb This makes mjpegtools plugins compile against latest CVS
Original commit message from CVS:
This makes mjpegtools plugins compile against latest CVS
2002-09-12 21:48:30 +00:00
Wim Taymans
689fa8a422 Small cleanup in property handling
Original commit message from CVS:
Small cleanup in property handling
2002-09-12 20:55:10 +00:00
Wim Taymans
1868b0e348 const fixes
Original commit message from CVS:
const fixes
2002-09-12 20:53:56 +00:00
Wim Taymans
2d22fed727 Some cleanups
Original commit message from CVS:
Some cleanups
2002-09-12 18:47:39 +00:00