summaryrefslogtreecommitdiff
path: root/gst/videotestsrc/videotestsrc.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22gst/videotestsrc/videotestsrc.c: Fix generation of NV12/NV21 frames. Fixes bu...Thijs Vermeir1-5/+8
2008-05-02Add support for NV12 and NV21 in videotestsrcThijs Vermeir1-0/+42
2008-03-14gst/videotestsrc/videotestsrc.c: Oops, revert last change because -base is in...David Schleef1-41/+6
2008-03-14gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.William M. Brack1-6/+41
2007-11-01gst-libs/gst/audio/gstringbuffer.c: Return NULL instead of an enum that happe...Ole André Vadla Ravnås1-1/+1
2007-07-12gst/videotestsrc/videotestsrc.*: Add alpha to the color struct.Wim Taymans1-19/+14
2007-05-15gst/videotestsrc/videotestsrc.*: Add support for video/x-raw-bayer.David Schleef1-64/+121
2007-05-09gst-libs/gst/rtp/gstbasertpaudiopayload.c: Move variable declaration before t...Sébastien Moutte1-0/+4
2007-04-04gst/videotestsrc/: Add a test pattern called "circular", which has concentric...David Schleef1-0/+86
2006-11-14configure.ac: Bump liboil requirement to 0.3.8.David Schleef1-10/+0
2006-10-23gst/videotestsrc/: Add a bunch of exciting new checkers patterns.Tim-Philipp Müller1-0/+156
2006-09-23gst/: A few array const-ifications.Tim-Philipp Müller1-3/+3
2006-09-02gst/videotestsrc/videotestsrc.*: Add support for AYUV and the various RGBA fo...Tim-Philipp Müller1-7/+101
2006-09-01gst/videotestsrc/: Add more uni-colour patterns ("white", "red", "green", and...Tim-Philipp Müller1-4/+34
2006-09-01gst/videotestsrc/videotestsrc.c: Fix stride for YVYU, should be word-aligned ...Tim-Philipp Müller1-1/+1
2006-05-09Const-ify GEnumValue and GFlagsValue arrays. UseTim-Philipp Müller1-44/+40
2005-12-01borgify further clean up docs a littleThomas Vander Stichele1-4/+6
2005-11-21Fixes for GST_FOURCC_FORMAT API change.Tim-Philipp Müller1-1/+1
2005-07-19gst/videotestsrc/: Cleanups.Andy Wingo1-5/+5
2005-05-09Port to new query API.Wim Taymans1-0/+10
2005-05-09ext/: ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek) (gst_ogg_demux_read_...Andy Wingo1-46/+46
2005-05-09configure.ac: Require liboil.David Schleef1-54/+40
2004-11-05gst/videotestsrc/videotestsrc.c: Added two more colorspaces.Wim Taymans1-0/+56
2004-10-14configure.ac: update for swfdec-0.3 and liboil-0.2David Schleef1-21/+21
2004-07-27fix local includes and 64 bits constantsSteve Lhomme1-2/+2
2004-07-22cleanup and commentingThomas Vander Stichele1-10/+2
2004-05-21first batch : remove ',' at end of enums as they could confuse older gcc, for...Stéphane Loeuillet1-1/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-21/+21
2004-03-14gst-indentThomas Vander Stichele1-137/+155
2004-02-12Convert a few inner loops to use liboil. This is currently optional, and is ...David Schleef1-53/+34
2004-01-09ext/ffmpeg/gstffmpegenc.c: Fix pad_link function to handle formats that ffmpe...David Schleef1-163/+96
2003-12-22Merge CAPS branchDavid Schleef1-30/+28
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje1-0/+4
2003-11-04gst_caps_get requires a NULL at the endBenjamin Otte1-2/+3
2003-07-27Fix handling of RGB capsDavid Schleef1-40/+29
2003-07-14Caps fixes. Change meaning of parameters to "default" size and rate. Minor ...David Schleef1-6/+58
2003-07-08Fixes from caps changesDavid Schleef1-6/+24
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-9/+3
2003-05-14Fix issues with invalid fourcc parameters.David Schleef1-0/+2
2003-05-13code cleanup. Changed g_print to GST_DEBUG(). Fixed RGB caps to work with 0.6.David Schleef1-7/+70
2003-04-23Add parameter to set the type of test pattern. Fix black test pattern.David Schleef1-4/+3
2003-04-22Added a test pattern for black. Made it the default (temporarily)David Schleef1-0/+25
2003-04-16Significant improvements to videotestsrc. More modular, handles RGB formats.David Schleef1-0/+963