Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Original commit message from CVS:
Add missing }
|
|
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
|
|
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 ...
|
|
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:
Fixing indentation
|
|
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:
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:
Add videoflip
|
|
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
|
|
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:
warn on state change failures
|
|
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
|
|
Original commit message from CVS:
Add ranking to divx/xvid plugins
|
|
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
|
|
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:
Fixing error message when a plugin is missing (gst-player -> libgstplay).
Pipeline state change on error is now done directly in error callback, there's still something weird with oss /dev/dsp ressource busy error.
|
|
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
|
|
Original commit message from CVS:
Error handling is inside and works :)
Mutexes have been removed. That should fix UI responsiveness problems on query_length. Please heavily test to check if they were really needed.
Some fixes in GClosures
|
|
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:
pkgconfig checks for mad, audiofile, fix for mcopidl
|
|
Original commit message from CVS:
Use new ffmpeg revision
|
|
Original commit message from CVS:
don't warn on recoverable problems
|
|
Original commit message from CVS:
New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
|
|
Original commit message from CVS:
*** empty log message ***
|
|
Original commit message from CVS:
- some of my pending cleanups
|
|
Original commit message from CVS:
- removed UNITS
|
|
Original commit message from CVS:
- UNITS -> DEFAULT
|