| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Add support for new divx/xvid mimetypes
|
|
|
|
|
| |
Original commit message from CVS:
Prevent warning
|
|
|
|
|
| |
Original commit message from CVS:
Oops
|
|
|
|
|
|
|
| |
we're getting somewhere
Original commit message from CVS:
This fixes avimux largely. Sound playback still isn't optimal, but at least we're getting somewhere
|
|
|
|
|
|
| |
Original commit message from CVS:
- use common code to write samples to the device
- add some error handling
|
|
|
|
|
|
|
| |
is completely braindead, I have no clue wh...
Original commit message from CVS:
Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is completely braindead, I have no clue why, but setting this thing to PAUSE should do the trick too. EOS fix will come later on...
|
|
|
|
|
|
|
| |
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:
New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
|
|
|
|
|
| |
Original commit message from CVS:
Update duration field
|
|
|
|
|
| |
Original commit message from CVS:
*** empty log message ***
|
|
|
|
|
| |
Original commit message from CVS:
- added gst_oss_clock_set_time to .h file
|
|
|
|
|
| |
Original commit message from CVS:
- removed UNITS
|
|
|
|
|
| |
Original commit message from CVS:
- UNITS -> DEFAULT
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- UNITS -> DEFAULT
- added chunk_size option to osssink, buffers will be written to the
devive in chunks of this size, this can increase the accuracy of the
clock on some devices.
|
|
|
|
|
| |
Original commit message from CVS:
UNITS -> DEFAULT
|
|
|
|
|
|
| |
Original commit message from CVS:
- UNITS -> DEFAULT
- seeking updates
|
|
|
|
|
| |
Original commit message from CVS:
removed UNITS
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
IP instead of hostname
Original commit message from CVS:
localhost should not be looked-up and the user should be able to able to use IP instead of hostname
|
|
|
|
|
| |
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%?
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
| |
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:
Fixed header files so that rtp builds on Solaris
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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:
Fix typo in last checkin
|
|
|
|
|
|
|
|
| |
little-endian streams to match with /etc/magic.
Original commit message from CVS:
Fix typo (incorrect pointer dereference). Change the magic number
for little-endian streams to match with /etc/magic.
|
|
|
|
|
| |
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 wavparse not segfault when somebody puts data at the end of the file
|
|
|
|
|
| |
Original commit message from CVS:
Hm, one more little endian fix
|
|
|
|
|
| |
Original commit message from CVS:
PCM data in AVI is always little endian
|
|
|
|
|
| |
Original commit message from CVS:
fixed gst-launch-ext to use new pipelines (bug 111108)
|
|
|
|
|
| |
Original commit message from CVS:
wavenc supports 8 bits too
|
|
|
|
|
| |
Original commit message from CVS:
fixes 107967
|