summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/video
AgeCommit message (Collapse)AuthorFilesLines
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef2-4/+4
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
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-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-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-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-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-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte1-5/+14
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-09add object and struct paddingDavid Schleef2-0/+8
Original commit message from CVS: add object and struct padding
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte4-2/+578
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2-30/+192
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-2/+2
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-05-24UNITS -> DEFAULTWim Taymans1-1/+1
Original commit message from CVS: UNITS -> DEFAULT
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2003-01-30Add untested get-video-size function (bug 104360)Ronald S. Bultje2-5/+41
Original commit message from CVS: Add untested get-video-size function (bug 104360)
2002-12-11merge back from release branchThomas Vander Stichele1-3/+2
Original commit message from CVS: merge back from release branch
2002-12-08parallel install fixesThomas Vander Stichele1-3/+4
Original commit message from CVS: parallel install fixes
2002-11-09muhahaThomas Vander Stichele1-3/+3
Original commit message from CVS: muhaha
2002-09-29%f is doubleAndy Wingo1-1/+1
Original commit message from CVS: %f is double
2002-09-26This adds a generic video functions libraryRonald S. Bultje3-0/+104
Original commit message from CVS: This adds a generic video functions library