Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
Original commit message from CVS:
Implement element synchronization (#108301)
|
|
Original commit message from CVS:
Gcc < 3.0 fix
|
|
Original commit message from CVS:
Make vis_video_thread play when connected afterwards
This generates some segfaults in gst_thread but we need to fix that
|
|
Original commit message from CVS:
more uninstalled fixes
|
|
Original commit message from CVS:
more uninstalled fixes
|
|
Original commit message from CVS:
uninstalled pkgconfig fixes
|
|
Original commit message from CVS:
ignore .pc files
|
|
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.
|
|
in AsyncQueue.
Original commit message from CVS:
Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue.
Added a "pipeline_error" signal which will later allow the player and apps to detect that pipeline was unable to play and why...
This version is NOT STABLE AT ALL. it will need fixes in core but i commit it as is so that we fix those problems
|
|
Original commit message from CVS:
Changed sanity checks according to BBB feedback
|
|
Original commit message from CVS:
Fix compilation errors
|
|
audio/raw formats.
Original commit message from CVS:
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
It currently supports conversion of
- channels (mono/stereo only, until someone tells me how to mix other channels)
- endianness (little/bi endian)
- signedness
- width (8, 1, 24 and 32 bits)
- depth (1 - width bits)
missing:
- enough testing (I intend to write a testsuite for this, but that's pending)
- samplerate conversion
- other goodies like format conversion etc
Expect bugs when using it.
problems this should solve:
- encoding wav files on big endian machines
- goom working with mono audio files in gst-player
- Iain's soundcard (that one is a problem in itself)
- complaints about missing conversion
- too many age old, nearly unmaintained plugins (stereo2mono etc.)
Have fun.
|
|
Original commit message from CVS:
Change autoconf_2.52d_check to 2_52 to make bash happy
|