summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2003-12-14Synchronizing my changes.Julien Moutte4-442/+408
Original commit message from CVS: Synchronizing my changes.
2003-12-13distcheck fixes: include built sources in CLEANFILESBenjamin Otte3-0/+6
Original commit message from CVS: distcheck fixes: include built sources in CLEANFILES
2003-12-11Using private structure for members so that we have more chance that the ↵Julien Moutte5-224/+256
header is frozen. :) Original commit message from CVS: Using private structure for members so that we have more chance that the header is frozen. :)
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef17-24/+24
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-12-08Adding visualization.Julien Moutte4-226/+536
Original commit message from CVS: Adding visualization. Removing interfaces. Preparing videoswitch integration.
2003-12-07Whoops, this one is needed tooRonald S. Bultje2-4/+102
Original commit message from CVS: Whoops, this one is needed too
2003-12-07Hm, darn, forgot to commit one dirRonald S. Bultje10-936/+1724
Original commit message from CVS: Hm, darn, forgot to commit one dir
2003-12-07Don't use class casts before they're initializedRonald S. Bultje1-1/+2
Original commit message from CVS: Don't use class casts before they're initialized
2003-12-07TypoRonald S. Bultje1-2/+2
Original commit message from CVS: Typo
2003-12-07time_tick works.Julien Moutte4-4/+384
Original commit message from CVS: time_tick works. have_video_size works.
2003-12-07Updating with my local repository. It already plays video with sound :) Great !Julien Moutte4-10/+476
Original commit message from CVS: Updating with my local repository. It already plays video with sound :) Great !
2003-12-07Adding my work in progress rewrite from scratch of libgstplay.Julien Moutte4-0/+1030
Original commit message from CVS: Adding my work in progress rewrite from scratch of libgstplay.
2003-12-07Move over from GstInterface to GstImplementsInterface. Also adds some ↵Ronald S. Bultje19-35/+373
signals to several interfaces Original commit message from CVS: Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
2003-12-04remove copyright field from pluginsAndy Wingo6-6/+0
Original commit message from CVS: remove copyright field from plugins
2003-12-03fix X dependenciesThomas Vander Stichele1-5/+7
Original commit message from CVS: fix X dependencies
2003-12-03fixing up X test and general features testThomas Vander Stichele1-2/+2
Original commit message from CVS: fixing up X test and general features test
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte1-42/+89
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. :)
2003-11-22distcheck fixesDavid Schleef1-11/+3
Original commit message from CVS: distcheck fixes
2003-11-19Fix a stupid mistakeJulien Moutte2-2/+2
Original commit message from CVS: Fix a stupid mistake
2003-11-19Removing the video_out things.Julien Moutte3-275/+12
Original commit message from CVS: Removing the video_out things.
2003-11-19Removing have_size as it is in GstVideoSink higher class.Julien Moutte2-35/+1
Original commit message from CVS: Removing have_size as it is in GstVideoSink higher class.
2003-11-17Merged GstVideoOverlay features here.Julien Moutte2-9/+96
Original commit message from CVS: Merged GstVideoOverlay features here.
2003-11-17Merging with GstXOverlayJulien Moutte3-261/+0
Original commit message from CVS: Merging with GstXOverlay
2003-11-16+ adding buffer-frames prop to standard caps macrosLeif Johnson2-20/+11
Original commit message from CVS: + adding buffer-frames prop to standard caps macros
2003-11-16+ adding endianness conversion macros for floatsLeif Johnson1-1/+55
Original commit message from CVS: + adding endianness conversion macros for floats
2003-11-15Adding GstVideoOverlay interface.Julien Moutte3-0/+261
Original commit message from CVS: Adding GstVideoOverlay interface.
2003-11-13er, no, signal should be VOID__POINTER. :)David Schleef1-2/+2
Original commit message from CVS: er, no, signal should be VOID__POINTER. :)
2003-11-13signal should be VOID__VOIDDavid Schleef1-2/+2
Original commit message from CVS: signal should be VOID__VOID
2003-11-12fix build system for X, XShm and XvBenjamin Otte1-1/+1
Original commit message from CVS: fix build system for X, XShm and Xv
2003-11-11make colorspace handle the original RGB format, too, since it handles both. ↵Benjamin Otte1-0/+62
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
2003-11-11Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to ↵David Schleef2-10/+10
scale navigation events. Original commit message from CVS: Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
2003-11-10remove gst_video_sink_push_ui_event()David Schleef3-27/+0
Original commit message from CVS: remove gst_video_sink_push_ui_event()
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller1-1/+0
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
2003-11-07We don't need to patch wmadec.c and avcodec.h anymoreJeremy Simon1-52/+0
Original commit message from CVS: We don't need to patch wmadec.c and avcodec.h anymore
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje22-6/+73
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
2003-11-07Don't set the actual video size in gst_video_sink_got_video_size().David Schleef1-3/+0
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.
2003-11-07use int64 for frame-timeDavid I. Lehn3-4/+4
Original commit message from CVS: use int64 for frame-time
2003-11-05Patch avcodec.h and wmadec.c to use flag1 and flag2 from contextJeremy Simon1-0/+52
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
2003-11-05Some prettification fixes to this interface... Make it look good, make it ↵Ronald S. Bultje2-96/+202
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.
2003-11-05Remove trailing slash in last line of comment, it causes issues with certain ↵Ronald S. Bultje1-1/+1
versions of automake Original commit message from CVS: Remove trailing slash in last line of comment, it causes issues with certain versions of automake
2003-11-05Fix endianness issues manifested in pngenc. Fixes #125932David Schleef1-14/+0
Original commit message from CVS: Fix endianness issues manifested in pngenc. Fixes #125932
2003-11-04disable Altivec until someone fixes the build to allow it conditionallyBenjamin Otte1-5/+6
Original commit message from CVS: disable Altivec until someone fixes the build to allow it conditionally
2003-11-03use top-level defined plugindirDavid Schleef1-2/+1
Original commit message from CVS: use top-level defined plugindir
2003-11-03change libgst-interfaces to libgstinterfacesDavid Schleef1-4/+4
Original commit message from CVS: change libgst-interfaces to libgstinterfaces
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte8-51/+76
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
2003-10-31Oops, didn't mean to remove riffDavid Schleef1-2/+2
Original commit message from CVS: Oops, didn't mean to remove riff
2003-10-30minor cosmetic fixDavid Schleef1-3/+1
Original commit message from CVS: minor cosmetic fix
2003-10-30Fix makefiles for GstPropertyProbe. Combine all interfaces into a single ↵David Schleef6-23/+32
libgst-interface. Original commit message from CVS: Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
2003-10-30First attempt (actually third) at a property probing interfaceDavid Schleef3-0/+258
Original commit message from CVS: First attempt (actually third) at a property probing interface
2003-10-30change Iface to InterfaceDavid Schleef2-7/+7
Original commit message from CVS: change Iface to Interface