Age | Commit message (Collapse) | Author | Files | Lines |
|
sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
|
|
Original commit message from CVS:
Oops, didn't mean to remove riff
|
|
Original commit message from CVS:
minor cosmetic fix
|
|
libgst-interface.
Original commit message from CVS:
Fix makefiles for GstPropertyProbe. Combine all interfaces into
a single libgst-interface.
|
|
Original commit message from CVS:
First attempt (actually third) at a property probing interface
|
|
Original commit message from CVS:
change Iface to Interface
|
|
Original commit message from CVS:
Change Class to Iface. Fix casting macros.
|
|
Original commit message from CVS:
Don't use GstInterface
|
|
Original commit message from CVS:
Disable lame in ffmpeg, too
|
|
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
|
|
we've got our own ogg/vorbis codec already
Original commit message from CVS:
Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
|
|
Original commit message from CVS:
Update FFMPEG snapshot to this morning's. Asked for by apoc.
|
|
Original commit message from CVS:
Gerd approved license change, so this code is now LGPL too
|
|
Original commit message from CVS:
Add audio/x-id3 as a mimetype handled by mad.
Could also be a flac file apparently, but this allows it to work more times than it does currently
|
|
interface, with which one can select inp...
Original commit message from CVS:
Some interface implementations for video4linux/video4linux2 plugins:
* a Tuner interface, with which one can select inputs and stations. Audio
work is underway here, but unfinished.
* A Xoverlay interface with which one can do simple overlay. Similar to
the API of the v4l/Xv XFree86 extension. Widget implementation for
GTK-2.0 coming up in the sandbox.
* Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty
basic and maybe somewhat overdesigned. But it'll do for now.
Apart from these interfaces, there's also a loadable library 'xwindowlistener'
that listenes to X for the movement of a window and the overlap of other
windows. This is partly copied from xawtv (and thus partly GPL :(), but it's
needed for the xoverlay interface implementation in the v4l/v4l2 elements.
Lastly, some small changes to remove redundant properties from the v4l/v4l2
elements since these can be done much simpler. Comments appreciated!
|
|
starting work is in here but it's not full...
Original commit message from CVS:
Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
|
|
Original commit message from CVS:
changing 'channel' to 'track' to avoid naming overlap
|
|
Original commit message from CVS:
adding G_BEGIN and G_END_DECLS
|
|
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
|