summaryrefslogtreecommitdiff
path: root/gst/videotestsrc/videotestsrc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-11videotestsrc: fix crash with ARGB64René Stadler1-1/+1
2011-08-23video: add colorimetry infoWim Taymans1-8/+8
2011-07-04video: More video helper library improvementsWim Taymans1-98/+98
2011-06-21videotestsrc: port to video helpersWim Taymans1-358/+378
2011-06-21videotestsrc: small cleanupsWim Taymans1-2/+2
2011-06-16-base: port elements to new video capsnew-video-capsWim Taymans1-217/+130
2011-06-10convert M_PI to G_PI, for msvcDavid Schleef1-2/+2
2011-02-20videotestsrc: Add 16-bit-per-channel formatsDavid Schleef1-3/+70
2010-10-05videotestsrc: include new math-compat.h header for rint() on MSVCTim-Philipp Müller1-7/+1
2010-09-18videotestsrc: Fix regression in ball patternDavid Schleef1-6/+7
2010-09-16videotestsrc: add bar patternThijs Vermeir1-0/+27
2010-09-15videotestsrc: fix segfault on negative horizontal-speedThijs Vermeir1-0/+2
2010-09-14videotestsrc: Add UYVPDavid Schleef1-0/+40
2010-09-14videotestsrc: Various improvementsDavid Schleef1-202/+222
2010-09-14videotestsrc: clean up blink patternDavid Schleef1-0/+29
2010-09-14videotestsrc: Clean up the RGB codeDavid Schleef1-24/+96
2010-09-14videotestsrc: Convert to intermediate AYUV/ARGBDavid Schleef1-523/+363
2010-09-14videotestsrc: rearrange code to work on scanlinesDavid Schleef1-143/+210
2010-09-14videotestsrc: Fix recent breakage of smpte75 patternDavid Schleef1-0/+5
2010-09-14videotestsrc: add moving color bars patternThijs Vermeir1-0/+54
2010-09-05videotestsrc: Use static sine tableDavid Schleef1-42/+42
2010-09-05videotestsrc: Add foreground/background-color propertiesDavid Schleef1-231/+166
2010-08-26videotestsrc: clean up codeDavid Schleef1-444/+245
2010-08-26videotestsrc: Add ball patternDavid Schleef1-0/+110
2010-08-24videotestsrc: Fix NV21 renderingSebastian Dröge1-4/+27
2010-08-09videotestsrc: add solid-color patternMark Nauwelaerts1-77/+173
2010-06-07videotestsrc: convert from liboil to orcDavid Schleef1-53/+72
2010-03-19videotestsrc: Only set color-matrix and chroma-site for relevant formatsSebastian Dröge1-14/+21
2010-03-16Add -Wwrite-strings to configureBenjamin Otte1-2/+2
2010-03-15videotestsrc: use C comments instead of C++-style commentsTim-Philipp Müller1-21/+21
2010-03-15videotestsrc: use g_value_set_static_string() for string constantsTim-Philipp Müller1-4/+4
2010-03-15videotestsrc: add chroma-zone-plate patternDavid Schleef1-0/+131
2010-03-15videotestsrc: add chroma-site to capsDavid Schleef1-0/+10
2010-03-14videotestsrc: Add color-matrix to template capsDavid Schleef1-0/+16
2009-10-07[videotestsrc] Make checkers-8 pattern create 8x8 instead of 16x16 tilesBenjamin Otte1-1/+1
2009-10-07[videotestsrc] Fix Y41BBenjamin Otte1-5/+7
2009-10-06videotestsrc: add pattern with out-of-gamut colorsDavid Schleef1-0/+89
2009-09-11videotestsrc: Fix crashes with even widthsBenjamin Otte1-4/+4
2009-09-10videotestsrc: Fix YVU9 and YUV9Benjamin Otte1-8/+10
2009-09-10videotestsrc: Fix image for odd widths in some formatsBenjamin Otte1-11/+16
2009-06-20videotestsrc: Fix NV12 painting for odd strides/heightsJan Schmidt1-6/+6
2009-05-26videotestsrc: Add support for 16 bit grayscale in native endiannessSebastian Dröge1-13/+130
2009-05-15videotestsrc: Add support for v210 and v216 formatsDavid Schleef1-1/+110
2009-03-28videotestsrc: Add support for generating video/x-raw-gray with bpp=depth=8Sebastian Dröge1-3/+25
2009-02-13ffmpegcolorspace/videotestsrc: Use v308 instead of V308Sebastian Dröge1-5/+5
2009-02-12videotestsrc: Add support for packed 4:4:4 YUV (format=V308)Sebastian Dröge1-0/+24
2009-02-10videotestsrc: Add support for Y444 (planar 4:4:4 YUV)Sebastian Dröge1-0/+25
2008-11-21gst/videotestsrc/: Add a zone plate pattern generator based on BBC R&D Report...Jonathan Rosser1-0/+154
2008-11-19gst/videotestsrc/: Add "colorspec" property, specifying whether to generate B...David Schleef1-151/+290
2008-05-22gst/videotestsrc/videotestsrc.c: May just as well use the precalculated uvstr...Tim-Philipp Müller1-2/+2