Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
latest fixes to get everything disting and building like a charm
|
|
Original commit message from CVS:
Add missing \
|
|
Original commit message from CVS:
Interface example: a mixer
|
|
Original commit message from CVS:
build and disting fixes
|
|
Original commit message from CVS:
Remove all locally-defined optimization flags
|
|
Original commit message from CVS:
Add some stuff to disable bad asm code
|
|
Original commit message from CVS:
Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
|
|
Original commit message from CVS:
add cvsignores
|
|
Original commit message from CVS:
misc minor build and rpm fixes
|
|
Original commit message from CVS:
clean up varargs macro definition
|
|
Original commit message from CVS:
Remove vestigal code (#121174)
|
|
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes
compilation problems on FreeBSD.
|
|
Original commit message from CVS:
needed fixes to enable building of RPMS of gst-plugins
|
|
Original commit message from CVS:
Several solaris fixes, see #118473... One issue remaining (see the bug), so bug cannot be closed yet
|
|
Original commit message from CVS:
dist fix
|
|
Original commit message from CVS:
clean up code, fix typos in lst checkin
|
|
Original commit message from CVS:
Move some code from wavparse
|
|
Original commit message from CVS:
Make mplex build dependent on USE_MPLEX
|
|
Original commit message from CVS:
Add mplex subdir
|
|
Original commit message from CVS:
Moved from gst-plugins/ext/mplex/. See that directory for older
changelogs.
|
|
Original commit message from CVS:
Adding needed license information. The patch was reviewed and approved by
Christian Shaller. Ronald Bultje and Benjamin also responded with
comments.
|
|
Original commit message from CVS:
Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
|
|
during distclean instead of (incorrectly)...
Original commit message from CVS:
Remove .pc files from CLEANFILES, since it's done automatically by
automake during distclean instead of (incorrectly) during clean.
|
|
video/x-raw-{yuv,rgb}. There probably should b...
Original commit message from CVS:
Fix another instance of audio/raw -> audio/x-raw-int and
video/raw -> video/x-raw-{yuv,rgb}. There probably should
be a audio/x-raw-float for jacksink but I didn't add that.
|
|
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
|
|
comply with the buffer-frames caps proper...
Original commit message from CVS:
* actually recurse into sndfile if we are able
* big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general
cleanups
- the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins)
you need to use a filtered connection, just like with buffer-frames
* big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit
simpler
* make the ossclock general, add it to gstaudio, and use it in sndfile as well
i need to update mimetypes, but that's coming soon. there are some other plugins that don't
support buffer-frames, i guess i need to get around to fixing them as well.
|
|
Original commit message from CVS:
fixing buggy error handling
|
|
plugin still doesn't build for me, but I thi...
Original commit message from CVS:
A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
|
|
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
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.
|
|
Original commit message from CVS:
New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
|
|
Original commit message from CVS:
Fixing indentation
|
|
Original commit message from CVS:
gcc 3.3 and ppc fixes
|
|
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:
warn on state change failures
|
|
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:
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:
Use new ffmpeg revision
|
|
Original commit message from CVS:
don't warn on recoverable problems
|
|
Original commit message from CVS:
UNITS -> DEFAULT
|
|
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
|
|
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:
deep-notify can come from pads too, replacing GstElement by GstObject.
|
|
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
|