Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
Original commit message from CVS:
UNITS -> DEFAULT
|
|
Original commit message from CVS:
- UNITS -> DEFAULT
- small seek updates
|
|
Original commit message from CVS:
removed UNITS
|
|
Original commit message from CVS:
better state change/link function
|
|
a new libtool, update autogen.sh to refl...
Original commit message from CVS:
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
|
|
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
|
|
Original commit message from CVS:
Forte is more picky about how the pow() and log() functions are called.
|
|
Original commit message from CVS:
Actually, I didn't read the spec correctly. doh
|
|
Original commit message from CVS:
Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
|
|
Original commit message from CVS:
Corrected modplug and monkeyaudio to build with non-gcc compilers.
|
|
causing non-gcc compilers to break.
Original commit message from CVS:
Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which
were causing non-gcc compilers to break.
|
|
Original commit message from CVS:
change required to build on solaris.
|
|
typeof(), since typeof() is a gcc-extensio...
Original commit message from CVS:
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than
using typeof(), since typeof() is a gcc-extension and does not work
with other compilers. This is okay since every place these macros
are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect
that it is not so generic.
|
|
Original commit message from CVS:
This ISO_VARARGS macro is more consistant with the others.
|
|
that they build on Solaris. This mostly in...
Original commit message from CVS:
Corrected the configure.ac so it actually works. Updated some c files
so that they build on Solaris. This mostly involved supporting ISO
style variable-argument macros.
|
|
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:
Links also against libgstcontrol
|
|
GST_ELEMENT_THREAD_SUGGESTED instead) make...
Original commit message from CVS:
Some final fixes for the v4lsrc elements.
* remove software sync thread (use GST_ELEMENT_THREAD_SUGGESTED instead)
* make all src elements threadsafe
* fix num_buffer argument setting in v4l2src (VIDIOC_S_PARM)
* re-add bufsize (RO) for v4lmjpegsrc
* fix the A/V sync calculation in all elements (spvf=GST_SECOND/fps, not GST_SECOND*fps)
* probably some more crap....
With all this, it actually works quite well. The TODO files describes the
next steps in order to make a full-featured video recorder based on these
elements and GStreamer (bottom). Making a simple recorder should be fairly
easy now, btw.
|
|
Original commit message from CVS:
remove creation of makefile in nonexistent (sys/x11) directory
|
|
Original commit message from CVS:
update libflac check
|
|
Original commit message from CVS:
make error signal use the right types
|
|
corruption?
Original commit message from CVS:
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
|
|
Original commit message from CVS:
fixes 107967
|
|
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
|
|
removes the accompanying properties since...
Original commit message from CVS:
This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since they're no longer needed
|
|
Original commit message from CVS:
remove bashisms
|
|
Original commit message from CVS:
deep-notify can come from pads too, replacing GstElement by GstObject.
|