David Schleef
fc44c4515c
Found this in my local tree. Looks cool, so I'm checking it in. Seems to be some sort of video overlay element.
...
Original commit message from CVS:
Found this in my local tree. Looks cool, so I'm checking it in. Seems
to be some sort of video overlay element.
2003-07-14 08:42:36 +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
David Schleef
3c4d62fc2f
Add gst/overlay directory
...
Original commit message from CVS:
Add gst/overlay directory
2003-07-14 08:26:54 +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
Thomas Vander Stichele
80dc8777cb
various spec file and build fixes agogo /me kicks ds in a friendly way
...
Original commit message from CVS:
various spec file and build fixes agogo
/me kicks ds in a friendly way
2003-07-12 12:49:14 +00:00
Julien Moutte
b6518dc7d8
fixing buggy error handling
...
Original commit message from CVS:
fixing buggy error handling
2003-07-12 09:18:31 +00:00
Ronald S. Bultje
41c1c8f56a
Silence and fix typefinding
...
Original commit message from CVS:
Silence and fix typefinding
2003-07-11 06:04:23 +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
Benjamin Otte
3706527bc8
fix mp3 typefinding and included layer in found type
...
Original commit message from CVS:
fix mp3 typefinding and included layer in found type
2003-07-08 21:30:47 +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
Benjamin Otte
56c066d619
another comma missing
...
Original commit message from CVS:
another comma missing
2003-07-08 17:21:47 +00:00
Christian Schaller
404c0f815d
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I thi...
...
Original commit message from CVS:
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
2003-07-07 22:40:55 +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
David Schleef
c7bd0e5cfe
Removed function that was only used by _loop(), which was removed by last checkin
...
Original commit message from CVS:
Removed function that was only used by _loop(), which was removed by
last checkin
2003-07-06 23:32:55 +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
Brian Cameron
4fe02ad531
Now build xvideosink if Xwindows is available, and properly #ifdef the
...
Original commit message from CVS:
Now build xvideosink if Xwindows is available, and properly #ifdef the
Xv extension code in the xvideosink code.
2003-07-03 15:56:49 +00:00
Ronald S. Bultje
e6995d884c
Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently
...
Original commit message from CVS:
Fix missing config.h and unistd.h includes which were apparently removed from gst/gst.h recently
2003-07-03 15:55:12 +00:00
David Schleef
909a77f92a
add pango and gtk
...
Original commit message from CVS:
add pango and gtk
2003-07-03 05:28:57 +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
813b3a530e
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
...
Original commit message from CVS:
Re-add int2float/float2int, someone told me audioconvert handled all this, but it doesn't. oops
2003-06-28 06:38:07 +00:00
Thomas Vander Stichele
3c1f0c5a8e
some state change fixes
...
Original commit message from CVS:
some state change fixes
2003-06-27 23: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
efc87d7b0d
Added gst/realmedia gst/debug and ext/gdk_pixbuf
...
Original commit message from CVS:
Added gst/realmedia gst/debug and ext/gdk_pixbuf
2003-06-25 03:19:20 +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
David Schleef
c751023eca
"My way" turned out to cause seg faults. :) Fixed, and added more fourcc to caps conversions.
...
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
2003-06-23 07:04:40 +00:00
David Schleef
52340ac706
Revert last two changes and do it my way. :)
...
Original commit message from CVS:
Revert last two changes and do it my way. :)
2003-06-19 19:36:26 +00:00
Brian Cameron
fc881ebfed
Support ISO-style variable argument macros.
...
Original commit message from CVS:
Support ISO-style variable argument macros.
2003-06-19 17:27:23 +00:00
David Schleef
efe27361b0
Add missing }
...
Original commit message from CVS:
Add missing }
2003-06-19 03:20:25 +00:00
Ronald S. Bultje
8a98f83970
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
...
Original commit message from CVS:
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
2003-06-17 11:43:24 +00:00
Ronald S. Bultje
37877a92f8
which causes a segfault. I'm working on that
...
Original commit message from CVS:
This adds width/height properties to qtdemux, so that it connects to ffdec_*... still doesn't work, because the buffer allocation in ffdec_ allocs too small buffers (edge emulation failure or so?), which causes a segfault. I'm working on that
2003-06-17 10:46:32 +00:00
Leif Johnson
7e761258c1
+ simplifying the filter's structure, but it's still not working perfectly + starting to wonder if/how midi integrati...
...
Original commit message from CVS:
+ simplifying the filter's structure, but it's still not working perfectly
+ starting to wonder if/how midi integration is possible ...
2003-06-16 22:20:52 +00:00
David Schleef
bea8637738
Handle compressed headers. Fix inappropriate use of bytestream_flush().
...
Original commit message from CVS:
Handle compressed headers. Fix inappropriate use of bytestream_flush().
Code cleanup. Added getcaps and _link functions for src pads. Extract
and set the size,rate,channels correctly. Fix some of the caps to
agree with avidemux and/or ffmpeg.
2003-06-16 17:39:26 +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
Julien Moutte
c7cc73bfaa
Fixing indentation
...
Original commit message from CVS:
Fixing indentation
2003-06-16 10:22:39 +00:00
David Schleef
3982154b5d
Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps.
...
Original commit message from CVS:
Fix some of the fourcc to caps conversions. reenable setting of rate
and n channels on audio caps.
2003-06-15 02:57:53 +00:00
Benjamin Otte
1586276818
gcc 3.3 and ppc fixes
...
Original commit message from CVS:
gcc 3.3 and ppc fixes
2003-06-14 20:10:13 +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
David Schleef
9de3937357
Add videoflip
...
Original commit message from CVS:
Add videoflip
2003-06-13 05:38:16 +00:00
Ronald S. Bultje
10697c26c7
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
...
Original commit message from CVS:
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
2003-06-11 19:42:20 +00:00
David Schleef
7ee783557d
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
...
Original commit message from CVS:
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
2003-06-11 06:14:29 +00:00
David Schleef
0361771a57
Complete rewrite. Not finished, nothing to see here.
...
Original commit message from CVS:
Complete rewrite. Not finished, nothing to see here.
2003-06-10 06:23:42 +00:00
Thomas Vander Stichele
57f9db51e2
warn on state change failures
...
Original commit message from CVS:
warn on state change failures
2003-06-07 22:28:39 +00:00
Ronald S. Bultje
7535a42c25
Remove NEW_MEDIA from plugins
...
Original commit message from CVS:
Remove NEW_MEDIA from plugins
2003-06-07 00:17:53 +00:00
David Schleef
b09a0f4d32
Make sure buffer is long enough in type_find. Attempt to fix #114580
...
Original commit message from CVS:
Make sure buffer is long enough in type_find. Attempt to fix #114580
2003-06-06 20:24:13 +00:00