Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
add object and struct padding
|
|
everywhere now. Both in gst-player and lib...
Original commit message from CVS:
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
|
|
removed broken return from void function in...
Original commit message from CVS:
Corrected macro in medi-info-priv.h so that it follows ISO standards,
and removed broken return from void function in navigation.c
|
|
Original commit message from CVS:
make ffmpeg erroring out work:
- don't built gst-libs/ext/ffmpeg
- don't update Tag when cvs command fails
|
|
Original commit message from CVS:
add navigation subdir
|
|
Original commit message from CVS:
add navigation interface
|
|
errors and deprecated functions
Original commit message from CVS:
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
|
|
Original commit message from CVS:
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
Adding have_vis_size.
Fixing gst_play_connect_visualisation
|
|
Original commit message from CVS:
Adding GstVideoSink object which will be used for video sink's subclassing.
|
|
Original commit message from CVS:
Copyright fix (code=mine)
|
|
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
|