Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Typo
|
|
Original commit message from CVS:
time_tick works.
have_video_size works.
|
|
Original commit message from CVS:
Updating with my local repository. It already plays video with sound :) Great !
|
|
Original commit message from CVS:
Adding my work in progress rewrite from scratch of libgstplay.
|
|
signals to several interfaces
Original commit message from CVS:
Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
|
|
Original commit message from CVS:
remove copyright field from plugins
|
|
Original commit message from CVS:
fix X dependencies
|
|
Original commit message from CVS:
fixing up X test and general features test
|
|
Original commit message from CVS:
Fix a stupid mistake
|
|
Original commit message from CVS:
Removing the video_out things.
|
|
Original commit message from CVS:
Removing have_size as it is in GstVideoSink higher class.
|
|
Original commit message from CVS:
Merged GstVideoOverlay features here.
|
|
Original commit message from CVS:
Merging with GstXOverlay
|
|
Original commit message from CVS:
+ adding buffer-frames prop to standard caps macros
|
|
Original commit message from CVS:
+ adding endianness conversion macros for floats
|
|
Original commit message from CVS:
Adding GstVideoOverlay interface.
|
|
Original commit message from CVS:
er, no, signal should be VOID__POINTER. :)
|
|
Original commit message from CVS:
signal should be VOID__VOID
|
|
Original commit message from CVS:
fix build system for X, XShm and Xv
|
|
Add the template caps for the reverse for...
Original commit message from CVS:
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
|
|
scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
|
|
Original commit message from CVS:
remove gst_video_sink_push_ui_event()
|
|
and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
|
Original commit message from CVS:
Don't set the actual video size in gst_video_sink_got_video_size().
This could probably be replaced once we handle pixel aspect ratios.
|
|
Original commit message from CVS:
use int64 for frame-time
|
|
simple and make it more GObject'ific. This ...
Original commit message from CVS:
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
|
|
Original commit message from CVS:
Fix endianness issues manifested in pngenc. Fixes #125932
|
|
Original commit message from CVS:
use top-level defined plugindir
|
|
Original commit message from CVS:
change libgst-interfaces to libgstinterfaces
|
|
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:
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:
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
|