| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
to caps conversions.
Original commit message from CVS:
"My way" turned out to cause seg faults. :) Fixed, and added
more fourcc to caps conversions.
|
|
|
|
|
|
|
|
| |
region surrounded by two unmapped pages.
Original commit message from CVS:
new "Electric Fence" element, that converts each buffer into an allocated
region surrounded by two unmapped pages.
|
|
|
|
|
| |
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:
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
|
|
|
|
|
|
|
|
| |
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:
Add standard huffman tables if the file doesn't have them
|
|
|
|
|
|
|
|
| |
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:
Added state change function where state is cleared
|
|
|
|
|
| |
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.
|