summaryrefslogtreecommitdiff
path: root/gst/videotestsrc
AgeCommit message (Expand)AuthorFilesLines
2010-12-11videotestsrc: Add a missing return statementZeeshan Ali (Khattak)1-0/+1
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-16orc: update generated files to fix MSVC compile issuesDavid Schleef2-4/+13
2010-09-16videotestsrc: Fix indentationThijs Vermeir1-5/+6
2010-09-16videotestsrc: add bar patternThijs Vermeir4-1/+36
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 Schleef4-227/+263
2010-09-14videotestsrc: clean up blink patternDavid Schleef3-13/+35
2010-09-14videotestsrc: Clean up the RGB codeDavid Schleef1-24/+96
2010-09-14videotestsrc: Convert to intermediate AYUV/ARGBDavid Schleef2-524/+364
2010-09-14videotestsrc: rearrange code to work on scanlinesDavid Schleef4-143/+219
2010-09-14videotestsrc: Fix recent breakage of smpte75 patternDavid Schleef1-0/+5
2010-09-14videotestsrc: add moving color bars patternThijs Vermeir4-1/+82
2010-09-10orc: Fix generated source filesSebastian Dröge1-32/+0
2010-09-09orc: Update generated source files everywhereSebastian Dröge2-147/+238
2010-09-09Revert "Revert "Use init functions for Orc code""Sebastian Dröge2-0/+5
2010-09-06videotestsrc: .gitignore new generate_sine_tableEdward Hervey1-0/+1
2010-09-05videotestsrc: Use static sine tableDavid Schleef3-42/+89
2010-09-05videotestsrc: Add foreground/background-color propertiesDavid Schleef4-245/+210
2010-09-05videotestsrc: deprecate colorspec propertyDavid Schleef1-3/+3
2010-09-02videotestsrc: fix typo in property descriptionStefan Kost1-1/+1
2010-08-27Revert "Use init functions for Orc code"Wim Taymans2-5/+0
2010-08-26videotestsrc: clean up codeDavid Schleef2-457/+251
2010-08-26videotestsrc: Add ball patternDavid Schleef4-1/+119
2010-08-26Use init functions for Orc codeDavid Schleef2-0/+5
2010-08-24videotestsrc: Fix NV21 renderingSebastian Dröge1-4/+27
2010-08-09videotestsrc: add solid-color patternMark Nauwelaerts4-80/+206
2010-06-27videotestsrc: Explicitely link with $(LIBM)Sebastian Dröge1-1/+1
2010-06-26gst: update orc filesTim-Philipp Müller2-41/+118
2010-06-08audioconvert, videotestsrc: Update generated Orc codeDavid Schleef1-1/+1
2010-06-07videotestsrc: convert from liboil to orcDavid Schleef6-58/+510
2010-05-22videotestsrc: Fixate interlaced, chroma-site and color-matrix fields if neces...Sebastian Dröge1-0/+7
2010-05-12videotestsrc: Fixate PAR to 1/1 if possibleSebastian Dröge1-0/+3
2010-03-19videotestsrc: Only set color-matrix and chroma-site for relevant formatsSebastian Dröge1-14/+21
2010-03-19build: Makefile.am fixesTim-Philipp Müller1-2/+2
2010-03-16Add -Wwrite-strings to configureBenjamin Otte2-4/+4
2010-03-16gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+3
2010-03-15videotestsrc: use C comments instead of C++-style commentsTim-Philipp Müller2-22/+22
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 Schleef4-1/+149
2010-03-15videotestsrc: add chroma-site to capsDavid Schleef1-0/+10
2010-03-14videotestsrc: Add color-matrix to template capsDavid Schleef1-0/+16
2010-03-09videotestsrc: Add color-matrix to capsDavid Schleef1-2/+19
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 Schleef4-3/+109
2009-09-11videotestsrc: Fix crashes with even widthsBenjamin Otte1-4/+4
2009-09-10videotestsrc: Fix YVU9 and YUV9Benjamin Otte1-8/+10