Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Compilation fixes on 64-bit architectures
|
|
Original commit message from CVS:
Revert last change, because it is wrong.
|
|
Original commit message from CVS:
Adding needed license information. The patch was reviewed and approved by
Christian Shaller. Ronald Bultje and Benjamin also responded with
comments.
|
|
Original commit message from CVS:
Fixes to allow plugin to build with Forte.
|
|
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
|
int)
Original commit message from CVS:
Fix warning on 64-bit architectures. (sizeof() returns size_t, which
is not int)
|
|
moment instead of in gst_colorspace_srcconnect...
Original commit message from CVS:
Take a hint from dschleef and grab the bufferpool at the last possible
moment instead of in gst_colorspace_srcconnect_func. I don't know
if this is the "correct" fix, but I'm going to commit anyway because
colorspace doesn't work _at_ _all_ without this change.
|
|
workaround for some strangeness in gst_props...
Original commit message from CVS:
Fix to loop through a list of caps when calling try_set_caps(). Added
a workaround for some strangeness in gst_props_normalize(), I think.
It doesn't seem to like GST_VIDEO_PAD_TEMPLATE_PROPS_15_16.
|
|
Original commit message from CVS:
famedec is not actually implemented. (it'd just a copy of fameenc.)
|
|
Original commit message from CVS:
enable ext/mplex
|
|
Original commit message from CVS:
Fix warnings/errors due to missing assert declaration.
|
|
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:
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
|
|
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.
|
|
Original commit message from CVS:
Add matroska support to the build tree
|
|
Original commit message from CVS:
No "format" property in new RGB caps.
|
|
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:
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:
Implement mpeg-delimited framerate lists instead of (too wide) ranges
|
|
Original commit message from CVS:
And yet another compilation failure
|
|
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:
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.
|
|
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:
Add gdkpixbuf subdir. Alphabetize a few others.
|
|
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:
hack removal
|
|
Original commit message from CVS:
Removed ugly caps fixed flag hack, will be done automatically in
core soon
|
|
Original commit message from CVS:
g_warning -> GST_DEBUG
|
|
Original commit message from CVS:
Add ranking to divx/xvid plugins
|
|
Original commit message from CVS:
Somewhat improve error reporting
|
|
Original commit message from CVS:
This fixes a segfault on exit
|
|
Original commit message from CVS:
Hm, let's not quit on these since the divx libs seem totally hosed
|
|
API stable?!?)
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
|
|
Original commit message from CVS:
UNITS -> DEFAULT
|
|
Original commit message from CVS:
- UNITS -> DEFAULT
- small seek updates
|
|
Original commit message from CVS:
better state change/link function
|
|
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
|
|
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
|
|
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
|
|
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
|
|
Original commit message from CVS:
Rewrote much of the code. Hopefully will work with gst-player now.
|
|
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.
|