Age | Commit message (Collapse) | Author | Files | Lines |
|
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:
+ checking in plugin category changes
|
|
Original commit message from CVS:
+ further mucking about with the playondemand filter
|
|
Original commit message from CVS:
+ adding endianness conversion macros for floats
|
|
Original commit message from CVS:
live and let die
|
|
Original commit message from CVS:
Adding GstVideoOverlay interface.
|
|
Original commit message from CVS:
fix makefile
|
|
Original commit message from CVS:
disting fix
|
|
Original commit message from CVS:
GStreamer does not use changelogs
|
|
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
|
|
Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds
|
|
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
|
|
Original commit message from CVS:
test for regular shm instead of XShm
|
|
gets function names, too
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
|
|
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:
change video/x-jpeg to image/jpeg
|
|
Original commit message from CVS:
Proper device-capabilities check when opening
|
|
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
|
|
only now, but the childs do get the corre...
Original commit message from CVS:
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.
|
|
Original commit message from CVS:
Do not demux only 2 trak atoms
|
|
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:
Add device autodetection
|
|
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:
test and define HAVE_XSHM
build ximage plugin
|
|
Original commit message from CVS:
Include config.h
|
|
Original commit message from CVS:
All the interfaces are collected in libgstinterfaces now.
|
|
Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree
|
|
current value) when running cvs builds. This s...
Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
|
|
Original commit message from CVS:
updates to glsink
|
|
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.
|
|
Original commit message from CVS:
libgst-interfaces -> libgstinterfaces, plus we're not called libgstplay
|
|
plugin_init()
Original commit message from CVS:
Remove obsolete external function call and do all element registrations in plugin_init()
|
|
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
|
|
AVI and mpeg videos as GdkPixbufAnimation....
Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
|
|
Original commit message from CVS:
disable Altivec until someone fixes the build to allow it conditionally
|
|
static
Original commit message from CVS:
v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
|
|
Original commit message from CVS:
use top-level defined plugindir
|
|
Original commit message from CVS:
change libgst-interfaces to libgstinterfaces
|