Age | Commit message (Collapse) | Author | Files | Lines |
|
video/x-raw-{yuv,rgb}. There probably should b...
Original commit message from CVS:
Fix another instance of audio/raw -> audio/x-raw-int and
video/raw -> video/x-raw-{yuv,rgb}. There probably should
be a audio/x-raw-float for jacksink but I didn't add that.
|
|
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
|
|
Original commit message from CVS:
Update matroska check (see #117717)
|
|
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
|
|
for plugins
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
|
|
Original commit message from CVS:
+ attempting to fix up playondemand ... still makes nasty crackly noises
|
|
Original commit message from CVS:
fix spec file to work with new combined esound plugin
|
|
Original commit message from CVS:
the real speex disting fix, the previous one was just the build fix :)
|
|
Original commit message from CVS:
fix it so that the SPEEX plugin gets disted
|
|
Original commit message from CVS:
fix compilation error
|
|
Original commit message from CVS:
_Really_ fix my lame attempts at previous fixes for matroska
detection.
|
|
Original commit message from CVS:
Reenable matroska config check, 'cuz I'm dumb and accidentally disabled
it.
|
|
Original commit message from CVS:
Move to m4/ instead of common/m4/
|
|
decides to delete it. Fix ivorbis detection.
Original commit message from CVS:
Really disable Matroska this time. Reenable smoothwave until someone
decides to delete it. Fix ivorbis detection.
|
|
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.
|
|
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.
|
|
so that it doesn't stop the configure if i...
Original commit message from CVS:
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check
so that it doesn't stop the configure if it fails.
|
|
Original commit message from CVS:
Add matroska support to the build tree
|
|
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.
|
|
Original commit message from CVS:
No "format" property in new RGB caps.
|
|
Original commit message from CVS:
Add gst/overlay directory
|
|
Original commit message from CVS:
Fix some weird-ass segfaults in xvid
|
|
Original commit message from CVS:
Plugin details fixes
|
|
Original commit message from CVS:
various spec file and build fixes agogo
/me kicks ds in a friendly way
|
|
Original commit message from CVS:
fixing buggy error handling
|
|
Original commit message from CVS:
Silence and fix typefinding
|
|
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
|
|
Original commit message from CVS:
fix license of tremor Vorbis plugin to be LGPL not GPL
|
|
Original commit message from CVS:
fix mp3 typefinding and included layer in found type
|
|
Original commit message from CVS:
Implement mpeg-delimited framerate lists instead of (too wide) ranges
|
|
Original commit message from CVS:
another comma missing
|
|
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 :)
|
|
Original commit message from CVS:
And yet another compilation failure
|
|
checkin
Original commit message from CVS:
Removed function that was only used by _loop(), which was removed by
last checkin
|
|
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:
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
|
|
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:
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.
|
|
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:
some state change fixes
|
|
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.
|
|
to caps conversions.
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
|
|
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.
|