David Schleef
a82f777b09
Fix warnings/errors due to missing assert declaration.
...
Original commit message from CVS:
Fix warnings/errors due to missing assert declaration.
2003-07-22 21:20:06 +00:00
Leif Johnson
f6830d4ad1
+ changes for new float caps without slope/intercept + some category changes for plugins
...
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
2003-07-19 23:25:25 +00:00
Christian Schaller
d04fb55e08
the real speex disting fix, the previous one was just the build fix :)
...
Original commit message from CVS:
the real speex disting fix, the previous one was just the build fix :)
2003-07-18 20:33:39 +00:00
Christian Schaller
879006f2dc
fix it so that the SPEEX plugin gets disted
...
Original commit message from CVS:
fix it so that the SPEEX plugin gets disted
2003-07-18 20:28:36 +00:00
Jeremy Simon
5e3f666e17
fix compilation error
...
Original commit message from CVS:
fix compilation error
2003-07-17 20:51:25 +00:00
David Schleef
81f42a53ac
Fixes to make it compile without GNOME, and with a modern (>= 0.3) version of GStreamer. Now that I got it compiled,...
...
Original commit message from CVS:
Fixes to make it compile without GNOME, and with a modern (>= 0.3)
version of GStreamer. Now that I got it compiled, I want to delete
it.
2003-07-17 04:16:42 +00:00
Andy Wingo
2ff63e563b
actually recurse into sndfile if we are able big ladspa cleanups, mainly to comply with the buffer-frames caps proper...
...
Original commit message from CVS:
* actually recurse into sndfile if we are able
* big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general
cleanups
- the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins)
you need to use a filtered connection, just like with buffer-frames
* big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit
simpler
* make the ossclock general, add it to gstaudio, and use it in sndfile as well
i need to update mimetypes, but that's coming soon. there are some other plugins that don't
support buffer-frames, i guess i need to get around to fixing them as well.
2003-07-16 16:08:13 +00:00
Ronald S. Bultje
1c4eb87d8a
Add matroska support to the build tree
...
Original commit message from CVS:
Add matroska support to the build tree
2003-07-14 17:37:34 +00:00
David Schleef
77bb615645
No "format" property in new RGB caps.
...
Original commit message from CVS:
No "format" property in new RGB caps.
2003-07-14 08:28:44 +00:00
Ronald S. Bultje
ff1182f0bd
Fix some weird-ass segfaults in xvid
...
Original commit message from CVS:
Fix some weird-ass segfaults in xvid
2003-07-14 06:31:26 +00:00
Ronald S. Bultje
0848c5302e
Plugin details fixes
...
Original commit message from CVS:
Plugin details fixes
2003-07-12 14:49:20 +00:00
Christian Schaller
8242fc6938
fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL
...
Original commit message from CVS:
fix license of fame plugin to say LGPL not GPL as the libfame library is LGPL
Add readme with some info
2003-07-10 15:48:09 +00:00
Christian Schaller
415c7f8dc6
fix license of tremor Vorbis plugin to be LGPL not GPL
...
Original commit message from CVS:
fix license of tremor Vorbis plugin to be LGPL not GPL
2003-07-10 13:21:51 +00:00
Ronald S. Bultje
157e821a37
Implement mpeg-delimited framerate lists instead of (too wide) ranges
...
Original commit message from CVS:
Implement mpeg-delimited framerate lists instead of (too wide) ranges
2003-07-08 17:40:09 +00:00
Ronald S. Bultje
2a6cf2eb84
And yet another compilation failure
...
Original commit message from CVS:
And yet another compilation failure
2003-07-07 11:26:00 +00:00
Ronald S. Bultje
95011fd7e8
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:52 +00:00
Christian Schaller
85a8dd7ecb
small disting fix
...
Original commit message from CVS:
small disting fix
2003-07-05 22:45:39 +00:00
David Schleef
bc02d66769
add gst/videofilter and ext/pango
...
Original commit message from CVS:
add gst/videofilter and ext/pango
2003-07-02 08:15:01 +00:00
David Schleef
9aa6e282df
fix type punning
...
Original commit message from CVS:
fix type punning
2003-07-01 02:27:06 +00:00
Benjamin Otte
f4a7caa418
compatibility fix for new GST_DEBUG stuff.
...
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:13 +00:00
Ronald S. Bultje
0edcf0eccb
Plugins cleanup:
...
Original commit message from CVS:
Plugins cleanup:
* stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert.
* stereosplit replaced by oneton.
* vumeter replaced by level (and was broken anyway).
* avifile replaced by ffmpeg.
* mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx,
too, which makes mjpegtools unneeded.
* allow for jpegmmx instead of jpeg.
* openquicktime replaced by qtdemux and ffmpeg. Broken anyway.
* XMMS is broken and will never be fixed.
* vga is broken and will not be fixed anywhere soon.
* videosink has never worked. If it works, add it back to replace xvideosink.
2003-06-25 19:17:59 +00:00
David Schleef
eb0068e3ce
Add gdkpixbuf subdir. Alphabetize a few others.
...
Original commit message from CVS:
Add gdkpixbuf subdir. Alphabetize a few others.
2003-06-25 03:18:27 +00:00
Andy Wingo
4a65aa251d
caps refcounting fixes for float2int fixed wrt setting of caps on int pad with dynamic number of sink pads in float2i...
...
Original commit message from CVS:
* caps refcounting fixes for float2int
* fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int
* added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
2003-06-16 14:56:34 +00:00
Wim Taymans
f6b5a3f5b6
hack removal
...
Original commit message from CVS:
hack removal
2003-06-13 21:21:50 +00:00
Wim Taymans
6762691561
Removed ugly caps fixed flag hack, will be done automatically in core soon
...
Original commit message from CVS:
Removed ugly caps fixed flag hack, will be done automatically in
core soon
2003-06-13 21:21:17 +00:00
Thomas Vander Stichele
8aa4cadc9b
g_warning -> GST_DEBUG
...
Original commit message from CVS:
g_warning -> GST_DEBUG
2003-06-05 21:40:55 +00:00
Ronald S. Bultje
704d768f32
Add ranking to divx/xvid plugins
...
Original commit message from CVS:
Add ranking to divx/xvid plugins
2003-06-01 17:01:15 +00:00
Ronald S. Bultje
e87e59e1b3
Somewhat improve error reporting
...
Original commit message from CVS:
Somewhat improve error reporting
2003-06-01 15:13:56 +00:00
Ronald S. Bultje
401ae2bdee
This fixes a segfault on exit
...
Original commit message from CVS:
This fixes a segfault on exit
2003-06-01 13:20:37 +00:00
Ronald S. Bultje
9abd17b846
Hm, let's not quit on these since the divx libs seem totally hosed
...
Original commit message from CVS:
Hm, let's not quit on these since the divx libs seem totally hosed
2003-05-30 22:32:41 +00:00
Ronald S. Bultje
c4eefdd7bc
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
...
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
2003-05-30 21:44:53 +00:00
Wim Taymans
ed75cd44e4
UNITS -> DEFAULT
...
Original commit message from CVS:
UNITS -> DEFAULT
2003-05-24 10:41:58 +00:00
Wim Taymans
fe40d42ec3
- UNITS -> DEFAULT
...
Original commit message from CVS:
- UNITS -> DEFAULT
- small seek updates
2003-05-24 10:33:08 +00:00
Wim Taymans
ecbb3f88ca
better state change/link function
...
Original commit message from CVS:
better state change/link function
2003-05-24 10:20:31 +00:00
Brian Cameron
a62ca0048e
Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
2003-05-21 15:16:51 +00:00
Christian Schaller
58fcf76b2e
Some bugfixes:
...
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
2003-05-12 13:17:11 +00:00
Christian Schaller
e45fb6b8c0
Removing avifile and http plugins, also fixing some disting issues
...
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
2003-04-23 19:42:12 +00:00
Ronald S. Bultje
08889d7a8f
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
...
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22 14:55:12 +00:00
David Schleef
cb4ce3dd59
Rewrote much of the code. Hopefully will work with gst-player now.
...
Original commit message from CVS:
Rewrote much of the code. Hopefully will work with gst-player now.
2003-04-22 08:23:08 +00:00
Ronald S. Bultje
ab57fbcd54
Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed-source)
...
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/ , GPL - Christian? ;) )
Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
2003-04-21 21:54:27 +00:00
David Schleef
3021d277dd
Grrr... another fix, to make gst_artsio.idl dist correctly.
...
Original commit message from CVS:
Grrr... another fix, to make gst_artsio.idl dist correctly.
2003-04-09 22:20:11 +00:00
David Schleef
27b2ebd812
Refix #104689
...
Original commit message from CVS:
Refix #104689
2003-04-08 22:53:24 +00:00
David Schleef
f2f86939c3
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
...
Original commit message from CVS:
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
2003-04-07 20:47:30 +00:00
David Schleef
bb23b9a3a2
Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
...
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
2003-04-07 18:43:25 +00:00
David Schleef
6b32ca5b1a
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689 .
...
Original commit message from CVS:
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689 .
Doesn't need to go into 0.6.1, imo.
2003-04-05 21:28:34 +00:00
Andy Wingo
3503def596
update for the latest jack cvs and non-cothreaded gst scheduler
...
Original commit message from CVS:
update for the latest jack cvs and non-cothreaded gst scheduler
2003-03-04 15:34:20 +00:00
Christian Schaller
fd8b83489c
Complete the move of the RTP plugin
...
Original commit message from CVS:
Complete the move of the RTP plugin
2003-03-02 10:16:24 +00:00
Christian Schaller
3cd58ad6f9
commit first part of ivorbis fixes
...
Original commit message from CVS:
commit first part of ivorbis fixes
2003-03-01 14:48:00 +00:00
Christian Schaller
4344085222
state change fixes from Pedro Corte-Real for shout and shout2 plugins
...
Original commit message from CVS:
state change fixes from Pedro Corte-Real for shout and shout2 plugins
2003-02-23 21:01:23 +00:00
Christian Schaller
6fdb0b8039
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-23 19:58:50 +00:00
David I. Lehn
56dd04644e
remove autogenerated file
...
Original commit message from CVS:
remove autogenerated file
2003-02-23 18:30:26 +00:00
Christian Schaller
da346202e4
merge integer based Tremor vorbis plugin
...
Original commit message from CVS:
merge integer based Tremor vorbis plugin
2003-02-23 17:35:35 +00:00
Jan Schmidt
ee1f58a95f
Changed caps->fixed to use FLAG_SET
...
Original commit message from CVS:
Changed caps->fixed to use FLAG_SET
2003-02-05 20:38:41 +00:00
Wim Taymans
869d913ff6
- properly ref/unref the caps while doing caps nego
...
Original commit message from CVS:
- properly ref/unref the caps while doing caps nego
2003-02-02 20:00:19 +00:00
David Schleef
48300827a1
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
...
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
2003-02-02 05:26:29 +00:00
Christian Schaller
b80a4140f3
remove README from Makefile.am as there is no README
...
Original commit message from CVS:
remove README from Makefile.am as there is no README
2003-02-01 15:43:39 +00:00
Zeeshan Ali
1c6ceb5c0b
The first attempt to support MAS. Dont expect it to work :)
...
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
2003-01-30 20:24:26 +00:00
David Schleef
b534ea2616
Add length querying
...
Original commit message from CVS:
Add length querying
2003-01-23 21:06:30 +00:00
David Schleef
b2d148685a
Update for new API
...
Original commit message from CVS:
Update for new API
2003-01-17 05:27:12 +00:00
Jan Schmidt
3f58aecb75
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
...
Original commit message from CVS:
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
2003-01-13 13:59:31 +00:00
Wim Taymans
801ee2866c
unref pool too
...
Original commit message from CVS:
unref pool too
2003-01-12 21:31:16 +00:00
Wim Taymans
3ac1f4da2d
connect fix
...
Original commit message from CVS:
connect fix
2003-01-12 02:13:17 +00:00
Thomas Vander Stichele
bc3ddb0c59
more link fixes
...
Original commit message from CVS:
more link fixes
2003-01-10 14:15:25 +00:00
Thomas Vander Stichele
8e3c533fcf
PadConnect -> PadLink
...
Original commit message from CVS:
PadConnect -> PadLink
2003-01-10 13:38:32 +00:00
Thomas Vander Stichele
424db0d3ae
another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t...
...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
2003-01-10 10:22:25 +00:00
Wim Taymans
6f47b369c8
Remove PAD_EOS
...
Original commit message from CVS:
Remove PAD_EOS
2003-01-01 17:18:38 +00:00
Wim Taymans
1e530c57a5
First attempt at a cd player plugins that uses libcdaudio.
...
Original commit message from CVS:
First attempt at a cd player plugins that uses libcdaudio.
2002-12-30 18:01:31 +00:00
Wim Taymans
2deab46c69
Fix plugins for new query API
...
Original commit message from CVS:
Fix plugins for new query API
2002-12-30 17:53:18 +00:00
Wim Taymans
6eae42d06c
Update to new element sync API
...
Original commit message from CVS:
Update to new element sync API
2002-12-27 23:00:34 +00:00
Thomas Vander Stichele
d2aa85e4de
fix location
...
Original commit message from CVS:
fix location
2002-12-27 13:03:09 +00:00
Zeeshan Ali
03356adb24
added timestamping code
...
Original commit message from CVS:
added timestamping code
2002-12-20 22:06:18 +00:00
Wim Taymans
b1dd924593
Just copy timestamps for now
...
Original commit message from CVS:
Just copy timestamps for now
2002-12-20 20:01:17 +00:00
Iain Holmes
b521a373bf
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
...
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08 17:20:44 +00:00
Thomas Vander Stichele
708cf898e8
parallel install fixes
...
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:10 +00:00
David I. Lehn
5daec672ad
sanity check in case of symbol clashes with avifile
...
Original commit message from CVS:
sanity check in case of symbol clashes with avifile
2002-12-05 00:26:19 +00:00
Christian Schaller
f4dbdcb51c
fix some disting and rpm building issues
...
Original commit message from CVS:
fix some disting and rpm building issues
2002-11-28 12:58:38 +00:00
Christian Schaller
489731248b
fix some directories left out of dist
...
Original commit message from CVS:
fix some directories left out of dist
2002-11-27 21:25:11 +00:00
Wim Taymans
15c9d99874
Moved clock set/get to class functions.
...
Original commit message from CVS:
Moved clock set/get to class functions.
2002-11-27 20:54:42 +00:00
Thomas Vander Stichele
49be3b526f
not sure what I did wrong but this should fix it hopefully
...
Original commit message from CVS:
not sure what I did wrong but this should fix it hopefully
2002-11-27 19:58:21 +00:00
Thomas Vander Stichele
ab5a4110e2
flac debug cleanup m4 for ffmpeg
...
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:33 +00:00
Thomas Vander Stichele
e79d186b44
LIBPNG going in
...
Original commit message from CVS:
LIBPNG going in
2002-11-18 22:30:12 +00:00
Wim Taymans
722a09ea7b
Lower the rank, this element should not be selected in the player
...
Original commit message from CVS:
Lower the rank, this element should not be selected in the player
2002-11-02 13:37:37 +00:00
Thomas Vander Stichele
ad67a1081d
backmerge
...
Original commit message from CVS:
backmerge
2002-11-01 21:41:28 +00:00
Christian Schaller
5461098c19
fixed shout2 building
...
Original commit message from CVS:
fixed shout2 building
2002-10-29 12:02:31 +00:00
Wim Taymans
730bcc0db5
Handle more stream types
...
Original commit message from CVS:
Handle more stream types
2002-10-25 20:46:12 +00:00
Wim Taymans
0f8c7683d1
unref event, flush_fast
...
Original commit message from CVS:
unref event, flush_fast
2002-10-25 19:16:47 +00:00
Wim Taymans
cd3adce1fb
Removed dead .cc file
...
Original commit message from CVS:
Removed dead .cc file
Added some params, act on EOS
2002-10-25 19:06:39 +00:00
Wim Taymans
1496394c0f
First stab at porting mplex
...
Original commit message from CVS:
First stab at porting mplex
2002-10-24 22:37:51 +00:00
Jeremy Simon
c52ad7daa6
add snapshot dir to Makefile
...
Original commit message from CVS:
add snapshot dir to Makefile
2002-10-18 22:36:34 +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
Andy Wingo
ef8d56344d
licenses again
...
Original commit message from CVS:
licenses again
2002-09-29 18:12:18 +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
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
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
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
7e74485299
Add swfdec autoconf stuff
...
Original commit message from CVS:
Add swfdec autoconf stuff
2002-09-15 21:33:53 +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
Wim Taymans
876f5f22a9
Destroy state when going to READY
...
Original commit message from CVS:
Destroy state when going to READY
2002-09-12 20:57:09 +00:00
Steve Baker
9ddb9ed1af
don't play with spider until spider can do heavy seeking
...
Original commit message from CVS:
don't play with spider until spider can do heavy seeking
2002-09-12 19:12:35 +00:00
Ronald S. Bultje
2c5496eb74
This updates all plugins to the new API for gst_pad_try_set_caps
...
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-10 09:31:40 +00:00
Thomas Vander Stichele
af558bdc6f
removing warnings as approved by wim
...
Original commit message from CVS:
removing warnings as approved by wim
2002-09-09 23:27:38 +00:00
Andy Wingo
d2bdc96634
fix jack input port connection
...
Original commit message from CVS:
fix jack input port connection
2002-08-23 04:04:11 +00:00
Steve Baker
07079bca8c
use gstcontrol as a lib, not a plugin
...
Original commit message from CVS:
use gstcontrol as a lib, not a plugin
2002-08-11 12:20:43 +00:00
David I. Lehn
9abe25a863
libdv build fixes
...
Original commit message from CVS:
libdv build fixes
2002-08-09 21:14:55 +00:00
Wim Taymans
c1be464cad
Don't unref event after calling the default handler
...
Original commit message from CVS:
Don't unref event after calling the default handler
2002-08-02 11:32:37 +00:00
Andy Wingo
7c524c3fc9
fix to adder: don't pull on unusable pads
...
Original commit message from CVS:
* fix to adder: don't pull on unusable pads
* fix to ladspa: get output buffers first, so we can know how many frames to
process
- this breaks inplace buffer stuff, hmm
* fix to float2int: add a bufferpool with the same nframes as the source pad's
pool -> no extra latency
2002-07-26 18:55:42 +00:00
Andy Wingo
e92ac611e6
fix a segfault, and support ladspa 1.1 (default parameter values)
...
Original commit message from CVS:
fix a segfault, and support ladspa 1.1 (default parameter values)
2002-07-24 18:32:00 +00:00
Wim Taymans
9b61acff59
Setup the YV12 to RGB converter too
...
Original commit message from CVS:
Setup the YV12 to RGB converter too
2002-07-11 15:48:58 +00:00
Wim Taymans
69287d0558
Add some more convertors (for YV12). this is getting silly...
...
Original commit message from CVS:
Add some more convertors (for YV12). this is getting silly...
2002-07-11 13:31:04 +00:00
Andy Wingo
2b60d60286
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
...
Original commit message from CVS:
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
2002-07-09 17:39:17 +00:00
Thomas Vander Stichele
10a96978de
fixaroo
...
Original commit message from CVS:
fixaroo
2002-07-09 15:25:31 +00:00
Wim Taymans
fe3270c356
unref events, do error checking
...
Original commit message from CVS:
unref events, do error checking
2002-07-08 19:36:32 +00:00
Wim Taymans
f1f98f06cb
negotiation fixes, small cleanups
...
Original commit message from CVS:
negotiation fixes, small cleanups
2002-07-08 19:33:55 +00:00
Zeeshan Ali
0a96ed5027
correcting the next_ts calculations
...
Original commit message from CVS:
correcting the next_ts calculations
2002-07-05 19:30:20 +00:00
David I. Lehn
fe0263870f
attempt to fix my sucky dv and festival breakage.
...
Original commit message from CVS:
attempt to fix my sucky dv and festival breakage.
2002-07-05 10:17:09 +00:00
David I. Lehn
d826a5e1ea
Add festival to the dist
...
Original commit message from CVS:
Add festival to the dist
2002-07-04 19:35:33 +00:00
Andy Wingo
30e825ae1a
make jack work in all its full duplex glory
...
Original commit message from CVS:
make jack work in all its full duplex glory
2002-07-02 23:35:07 +00:00
Wim Taymans
9eda452c87
Include right header file for memcpy
...
Original commit message from CVS:
Include right header file for memcpy
2002-06-21 21:14:33 +00:00
Wim Taymans
9251ed656a
Fixed problem with color conversion
...
Original commit message from CVS:
Fixed problem with color conversion
Added conversion between YV12 and I420
2002-06-21 18:29:13 +00:00
Andy Wingo
db515dbd19
working jack elements (fixed a problem in upstream jack) random other fixen...
...
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
2002-06-12 03:32:02 +00:00
Thomas Vander Stichele
59cf0f7956
reorder
...
Original commit message from CVS:
reorder
2002-06-08 09:25:20 +00:00
Thomas Vander Stichele
de68842481
distcheck fixes
...
Original commit message from CVS:
distcheck fixes
2002-06-06 14:15:13 +00:00
Andy Wingo
79453e9df4
fix gstarts. the sound is krappy, but it does make sound -- remember to do osssink sync=false
...
Original commit message from CVS:
fix gstarts. the sound is krappy, but it does make sound -- remember to do osssink
sync=false
2002-06-04 22:22:25 +00:00
Thomas Vander Stichele
986a3eb8c6
a first feeble attempt at fixoring this beauty
...
Original commit message from CVS:
a first feeble attempt at fixoring this beauty
2002-06-04 22:00:49 +00:00
Thomas Vander Stichele
e4b416a799
hacked around LADSPA_PATH as suggested to wingo
...
Original commit message from CVS:
hacked around LADSPA_PATH as suggested to wingo
2002-06-04 19:32:16 +00:00
Thomas Vander Stichele
3886a21f8a
remove this header
...
Original commit message from CVS:
remove this header
2002-06-04 16:03:00 +00:00
Thomas Vander Stichele
2cdc39ffae
this should be installed on the system
...
Original commit message from CVS:
this should be installed on the system
2002-06-04 15:59:17 +00:00
Thomas Vander Stichele
d3a59be45c
include the system ladspa.h file
...
Original commit message from CVS:
include the system ladspa.h file
2002-06-04 15:57:42 +00:00
Thomas Vander Stichele
3115f532f4
doing the proper ladspa thing
...
Original commit message from CVS:
doing the proper ladspa thing
2002-06-04 15:54:58 +00:00
Thomas Vander Stichele
2b2846166f
added LIBFAME_DIR
...
Original commit message from CVS:
added LIBFAME_DIR
2002-06-03 10:55:48 +00:00
Thomas Vander Stichele
3e8f34d518
anal fix
...
Original commit message from CVS:
anal fix
2002-06-03 10:51:39 +00:00
Wim Taymans
6f23df65fa
Added fame decoder, no clue on how to actually implement it (yet)
...
Original commit message from CVS:
Added fame decoder, no clue on how to actually implement it (yet)
2002-06-02 13:27:03 +00:00
Wim Taymans
71bf0f1245
Make elements nanoseconds aware
...
Original commit message from CVS:
Make elements nanoseconds aware
2002-06-02 13:25:38 +00:00
Wim Taymans
4ca1e48612
Added lots of configurable parameters including the exported objects of fame.
...
Original commit message from CVS:
Added lots of configurable parameters including the exported objects of
fame.
2002-06-02 10:48:24 +00:00
Wim Taymans
d38b92ded9
Some cleanups.
...
Original commit message from CVS:
Some cleanups.
2002-06-01 12:47:21 +00:00
Thomas Vander Stichele
d3db7f344b
silly mistake
...
Original commit message from CVS:
silly mistake
2002-06-01 12:43:17 +00:00
Thomas Vander Stichele
8c348ff580
added encoding pattern property
...
Original commit message from CVS:
added encoding pattern property
B-frames don't work
2002-06-01 12:28:28 +00:00
Thomas Vander Stichele
e8e4e24796
adding fame plugin
...
Original commit message from CVS:
adding fame plugin
2002-06-01 10:51:17 +00:00
Thomas Vander Stichele
f78820adc8
adding preliminary libfame plugin it's still too green to be useful, literally and needs some major fixing up
...
Original commit message from CVS:
adding preliminary libfame plugin
it's still too green to be useful, literally
and needs some major fixing up
2002-06-01 10:50:03 +00:00
Steve Baker
2e1042ebe8
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't any...
...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-31 08:24:31 +00:00
Andy Wingo
c5b642c13b
fix a problem in ladspa -- i think...
...
Original commit message from CVS:
fix a problem in ladspa -- i think...
2002-05-30 04:16:34 +00:00
Steve Baker
fc771c97a4
use new dparams api. run demo_dparams to hear how smooth it is now
...
Original commit message from CVS:
use new dparams api. run demo_dparams to hear how smooth it is now
2002-05-29 18:54:17 +00:00
Thomas Vander Stichele
7a36f3ea68
dist fix
...
Original commit message from CVS:
dist fix
2002-05-28 13:26:31 +00:00
Thomas Vander Stichele
2825dabef2
various AC_HELP_STRING changes
...
Original commit message from CVS:
various AC_HELP_STRING changes
2002-05-27 20:37:17 +00:00
Wim Taymans
d18d4fd5a1
- Changed plugins for new APIs
...
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
2002-05-26 21:59:21 +00:00
David I. Lehn
cff445b737
rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
...
Original commit message from CVS:
rename dvdsrc to dvdreadsrc
add libdvdnav support as dvdnavsrc plugin
2002-05-26 17:39:45 +00:00
Steve Baker
9275ce0e15
use new bytestream api
...
Original commit message from CVS:
use new bytestream api
2002-05-15 19:08:49 +00:00
Andy Wingo
4a6c33000c
update to new jack api
...
Original commit message from CVS:
update to new jack api
2002-05-13 18:08:33 +00:00
Andy Wingo
14112a29f6
fix sdl makefile
...
Original commit message from CVS:
fix sdl makefile
2002-05-13 17:27:33 +00:00
Thomas Vander Stichele
f7a43c6534
still in anal-retentive mode, please make liberal use of the delete key
...
Original commit message from CVS:
still in anal-retentive mode, please make liberal use of the delete key
2002-05-13 14:55:06 +00:00
Thomas Vander Stichele
fd50d80bfb
conformity
...
Original commit message from CVS:
conformity
2002-05-13 14:51:01 +00:00
Jeremy Simon
3c6a230219
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or at a given frame
...
Original commit message from CVS:
add gstsnapshot : drop a frame to a png file when the plugin recieved a signal or
at a given frame
2002-05-07 22:29:08 +00:00
Jeremy Simon
dd3ddad5ec
add a yuv2yuv.h file
...
Original commit message from CVS:
add a yuv2yuv.h file
2002-05-07 22:15:31 +00:00
Jeremy Simon
15cb8d684b
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
...
Original commit message from CVS:
swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-05-07 22:13:16 +00:00
Andy Wingo
b884719e15
add some includes
...
Original commit message from CVS:
add some includes
2002-05-05 19:39:17 +00:00
Andy Wingo
fc4ff50b53
better initialization. it doesn't work over here, though.
...
Original commit message from CVS:
better initialization. it doesn't work over here, though.
2002-05-05 01:08:05 +00:00
Andy Wingo
47cd41eb83
a commit so that jack will build without errors on Uraeus's system ;)
...
Original commit message from CVS:
a commit so that jack will build without errors on Uraeus's system ;)
2002-05-04 21:38:56 +00:00
Andy Wingo
955272b37d
set caps once we know the sample rate of the system
...
Original commit message from CVS:
set caps once we know the sample rate of the system
2002-05-04 20:53:35 +00:00
Andy Wingo
773b7da81f
some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
...
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build
if there are any problems building rtp, we're moving it back to experimental ;)
2002-05-04 18:57:44 +00:00
Thomas Vander Stichele
1c087c8a15
various name fixes and sundry
...
Original commit message from CVS:
various name fixes and sundry
2002-05-03 09:59:10 +00:00
Ronald S. Bultje
9293cfbc5d
Various small fixes for compile problems
...
Original commit message from CVS:
Various small fixes for compile problems
2002-04-26 13:25:52 +00:00
Steve Baker
0f0b1f647d
use correct mime type for the types supported by audiofile
...
Original commit message from CVS:
use correct mime type for the types supported by audiofile
2002-04-26 12:42:32 +00:00
Thomas Vander Stichele
8f42abeb7b
fixed missing quote
...
Original commit message from CVS:
fixed missing quote
2002-04-25 19:40:09 +00:00
Steve Baker
559e8bc4ee
added a typefind function for all supported audiofile types.
...
Original commit message from CVS:
added a typefind function for all supported audiofile types.
the type is called audio/audiofile - I could have split it into seperate types like audio/aiff and audio/wave but there doesn't seem to be a way to have a padtemplate respond to more than one type, hence this umbrella type.
Also, fixed optimisation logic so that aiffs are read through the lib.
2002-04-24 10:19:41 +00:00
Steve Baker
fc5286e9c0
- when possible, bypass afReadFrames and just access the data directly. this optimisation seems to improve performanc...
...
Original commit message from CVS:
- when possible, bypass afReadFrames and just access the data directly. this optimisation seems to improve performance by about 20%, whee!
- remove unused funcs
- type finding will go into a seperate file
2002-04-22 18:50:01 +00:00
Steve Baker
5c1e5be283
this works for me locally now, however it requires:
...
Original commit message from CVS:
this works for me locally now, however it requires:
- my local fix to implement gst_bytestream_tell (which I won't commit until events are redone)
- an audiofile patch which is already in debian but don't hold your breath for an upstream release
2002-04-21 15:12:34 +00:00
Steve Baker
a175fe373c
afparse will eventually be able to support pipelines like: gst-launch filesrc location=file.aiff ! afparse ! osssink
...
Original commit message from CVS:
afparse will eventually be able to support pipelines like:
gst-launch filesrc location=file.aiff ! afparse ! osssink
However at the moment it doesn't, because the public function afOpenVirtualFile isn't actually implemented yet. I implemented it with the audiofile CVS but it now segfaults the very first time one of the virtual file callbacks is called.
So, I'm committing this for posterity but it is not being built. Hopefully the audiofile lib will be released with working virtual file support soon.
2002-04-21 12:04:54 +00:00
Andy Wingo
6863dd9240
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
Steve Baker
826f1e165f
s/G_MINFLOAT/G_MAXFLOAT unref the buffer pool in the loop func
...
Original commit message from CVS:
s/G_MINFLOAT/G_MAXFLOAT
unref the buffer pool in the loop func
2002-04-20 15:11:00 +00:00
Steve Baker
ba7bac3955
A fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are:
...
Original commit message from CVS:
A fairly large reworking of the ladspa _get, _chain and _loop funcs.
highlights are:
- pad names are now g_strcanonised
- in all cases possible, src and sink buffers are shared
- all ladspa properties are exposed as dparams and element properties
- the buffers are now processed in dparam driven loops
- timestamps on buffers should be correct
- misc fixes
It has been minimally tested - the following pipeline works for me:
gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink
2002-04-20 13:57:00 +00:00
Andy Wingo
b40069a512
Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to...
...
Original commit message from CVS:
Finally we're on to a proper jack setup, with a specialized bin and elements
that can only go in a jack bin. I had to fix the parser first to do this, but
to run it, the syntax is like so:
gst-launch jackbin.( filesrc ! mad ! jacksink )
But of course it's not fully functional yet. Sigh.
2002-04-16 17:14:05 +00:00
Steve Baker
35d5b65a1a
added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
...
Original commit message from CVS:
added ARG_OUTPUT_ENDIANNESS and ARG_TYPE to _get_property
2002-04-14 10:19:08 +00:00
Andy Wingo
06d94641c2
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
...
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
2002-04-11 20:42:26 +00:00
Benjamin Otte
8a62726a37
fixed warnings in /ext added mikmod_types.h to get it done
...
Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done
2002-04-06 18:14:31 +00:00
Thomas Vander Stichele
89aac2284d
tsk tsk. do people even try to MAKE stuff they add ? ;)
...
Original commit message from CVS:
tsk tsk. do people even try to MAKE stuff they add ? ;)
2002-04-01 08:54:54 +00:00
Wim Taymans
23b23da67a
Fix for latest lcs.
...
Original commit message from CVS:
Fix for latest lcs.
2002-04-01 01:12:39 +00:00
Andy Wingo
2432f70624
alphabetization fixen a jack caps fix
...
Original commit message from CVS:
* alphabetization fixen
* a jack caps fix
2002-03-30 21:07:51 +00:00
Andy Wingo
00925c0c47
add notify back to filesrc, it's needed for MVC applications remove notify printouts from gst-launch cleanup in gst-p...
...
Original commit message from CVS:
* add notify back to filesrc, it's needed for MVC applications
* remove notify printouts from gst-launch
* cleanup in gst-plugins configure.ac
* some jack updates
* remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name,
but it's what we have for the moment)
* improve parsing of request pad names, no more sscanf
* fixes to the fastscheduler Makefile.am
2002-03-30 19:31:13 +00:00
Wim Taymans
279b570c51
Get the signed property as a boolean
...
Original commit message from CVS:
Get the signed property as a boolean
2002-03-30 17:19:32 +00:00
Wim Taymans
444336ab90
Changed to the new props API
...
Original commit message from CVS:
Changed to the new props API
Other small tuff.
2002-03-30 17:06:26 +00:00
Wim Taymans
2641c8c05f
Added libcolorspace plugin
...
Original commit message from CVS:
Added libcolorspace plugin
2002-03-30 16:16:49 +00:00
Andy Wingo
625a9e6eb1
added a bunch of cvsignore stuff off of a fresh checkout and build i will win the race to max LOC changed ;-)
...
Original commit message from CVS:
added a bunch of cvsignore stuff off of a fresh checkout and build
i will win the race to max LOC changed ;-)
2002-03-25 05:01:00 +00:00
Andy Wingo
1d6862cb69
filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
...
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
David I. Lehn
d3a051bad0
perhaps -lartsflow_idl is needed
...
Original commit message from CVS:
perhaps -lartsflow_idl is needed
2002-03-21 08:40:48 +00:00
Andy Wingo
b0c01cddf9
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:04 +00:00
Andy Wingo
4359de2616
removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19 04:10:06 +00:00
Andy Wingo
0dc999da00
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:43 +00:00
Andy Wingo
62c2ffe709
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
2002-03-18 04:41:35 +00:00
Andy Wingo
fa153221c3
get up-to-date with the gst_caps_debug api improved capsnego in mad improved capsnego in adder improved capsnego in i...
...
Original commit message from CVS:
* get up-to-date with the gst_caps_debug api
* improved capsnego in mad
* improved capsnego in adder
* improved capsnego in intfloat plugins
* unbroke capsnego in stereomono plugins
* fix cothread stack allocation within the main thread in new cothreads
2002-03-03 00:53:24 +00:00
Andy Wingo
37016f7829
a hackish fix to link arts to the proper libs
...
Original commit message from CVS:
a hackish fix to link arts to the proper libs
2002-02-16 05:53:28 +00:00
Ronald S. Bultje
376c95df2a
Get rid of the gst_element_info() and replace it with g_message()
...
Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()
2002-02-13 18:40:15 +00:00
Martin Enlund
d614471bef
Added $(AUDIOFILE_CFLAGS)
...
Original commit message from CVS:
Added $(AUDIOFILE_CFLAGS)
2002-02-06 17:15:08 +00:00
Thomas Vander Stichele
064c9ec30c
fixing make distcheck
...
Original commit message from CVS:
fixing make distcheck
2002-02-06 14:44:42 +00:00
Erik Walthinsen
6d87f6954d
added bitcoder.h from w3d CVS, needed to compile
...
Original commit message from CVS:
added bitcoder.h from w3d CVS, needed to compile
2002-02-05 04:42:08 +00:00
Ronald S. Bultje
0673305409
Add an image and a title to the SDL window while waiting
...
Original commit message from CVS:
Add an image and a title to the SDL window while waiting
2002-02-04 19:36:21 +00:00
Thomas Vander Stichele
3676beeb06
adding tarkin to build to try building it run configure with --enable-experimental
...
Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental
2002-02-04 10:51:26 +00:00
Christian Schaller
d010d39099
fix a error I caused by not seeing the nested comments
...
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
2002-02-04 10:27:33 +00:00