Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
dist fix
|
|
Original commit message from CVS:
distcheck fixes
|
|
Original commit message from CVS:
Synchronizing my changes.
|
|
Original commit message from CVS:
distcheck fixes: include built sources in CLEANFILES
|
|
header is frozen. :)
Original commit message from CVS:
Using private structure for members so that we have more chance that the header is frozen. :)
|
|
Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]
|
|
Original commit message from CVS:
Adding visualization.
Removing interfaces.
Preparing videoswitch integration.
|
|
Original commit message from CVS:
Whoops, this one is needed too
|
|
Original commit message from CVS:
Hm, darn, forgot to commit one dir
|
|
Original commit message from CVS:
Don't use class casts before they're initialized
|
|
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:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.
Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
|
|
Original commit message from CVS:
distcheck fixes
|
|
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()
|
|
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
|
|
Original commit message from CVS:
We don't need to patch wmadec.c and avcodec.h anymore
|
|
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
|
|
Original commit message from CVS:
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps
The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data
|
|
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.
|
|
versions of automake
Original commit message from CVS:
Remove trailing slash in last line of comment, it causes issues with certain versions of automake
|
|
Original commit message from CVS:
Fix endianness issues manifested in pngenc. Fixes #125932
|
|
Original commit message from CVS:
disable Altivec until someone fixes the build to allow it conditionally
|
|
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.
|