| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
small disting fix
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix longstanding bug with esdsink seeking. esdsink still needs a clock,
though.
|
|
|
|
|
|
| |
Original commit message from CVS:
Now build xvideosink if Xwindows is available, and properly #ifdef the
Xv extension code in the xvideosink code.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
really should make this a general clock,...
Original commit message from CVS:
implemented wait_async and unschedule ossclock, and support it in osssink -- really should make this a general clock, ill need it in gstsf
|
|
|
|
|
| |
Original commit message from CVS:
add pango and gtk
|
|
|
|
|
| |
Original commit message from CVS:
add gst/videofilter and ext/pango
|
|
|
|
|
| |
Original commit message from CVS:
add formats to base class, not the actual videofilter class
|
|
|
|
|
| |
Original commit message from CVS:
Add a base init function
|
|
|
|
|
| |
Original commit message from CVS:
overlays text of the current timestamp
|
|
|
|
|
| |
Original commit message from CVS:
move code from videoflip directory. Why? I don't really know.
|
|
|
|
|
| |
Original commit message from CVS:
video balancing (brightness, contrast, etc.)
|
|
|
|
|
| |
Original commit message from CVS:
Add videobalance from template
|
|
|
|
|
| |
Original commit message from CVS:
Add videoflip, created from template.
|
|
|
|
|
| |
Original commit message from CVS:
GstVideofilter abstract class for video filters
|
|
|
|
|
| |
Original commit message from CVS:
Fix type punning.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
fix flacdec when src not connected
|
|
|
|
|
| |
Original commit message from CVS:
make flacdec work with unconnected src pad
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
fix category
|
|
|
|
|
| |
Original commit message from CVS:
Remove some more unused cruft left over from our ancient avifile period
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Added gst/realmedia gst/debug and ext/gdk_pixbuf
|
|
|
|
|
| |
Original commit message from CVS:
Add gdkpixbuf subdir. Alphabetize a few others.
|
|
|
|
|
| |
Original commit message from CVS:
Element that decodes images using gdk_pixbuf
|
|
|
|
|
|
|
|
| |
to caps conversions.
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
|
|
|
|
|
|
|
|
| |
region surrounded by two unmapped pages.
Original commit message from CVS:
new "Electric Fence" element, that converts each buffer into an allocated
region surrounded by two unmapped pages.
|
|
|
|
|
| |
Original commit message from CVS:
Revert last two changes and do it my way. :)
|
|
|
|
|
| |
Original commit message from CVS:
Support ISO-style variable argument macros.
|
|
|
|
|
| |
Original commit message from CVS:
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Add standard huffman tables if the file doesn't have them
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
gcc 3.3 and ppc fixes
|
|
|
|
|
| |
Original commit message from CVS:
Added state change function where state is cleared
|
|
|
|
|
| |
Original commit message from CVS:
Add videoflip
|
|
|
|
|
| |
Original commit message from CVS:
Rotate/flip video by increments of 90 degrees.
|
|
|
|
|
| |
Original commit message from CVS:
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
|
|
|
|
|
| |
Original commit message from CVS:
Complete rewrite. Not finished, nothing to see here.
|
|
|
|
|
| |
Original commit message from CVS:
Congrats everyone! udp plugins are now multicast-enabled
|
|
|
|
|
| |
Original commit message from CVS:
localhost (the default host) couldnt get resolved
|
|
|
|
|
| |
Original commit message from CVS:
Fix some weirdities in the man page, see #114060
|
|
|
|
|
|
|
| |
eternity - thanks for Joshua for detecting
Original commit message from CVS:
Actually push the event over to the next element instead of leaving it into eternity - thanks for Joshua for detecting
|
|
|
|
|
| |
Original commit message from CVS:
Remove NEW_MEDIA from plugins
|
|
|
|
|
| |
Original commit message from CVS:
Make sure buffer is long enough in type_find. Attempt to fix #114580
|
|
|
|
|
| |
Original commit message from CVS:
g_warning -> GST_DEBUG
|