summaryrefslogtreecommitdiff
path: root/gst/bayer
AgeCommit message (Expand)AuthorFilesLines
2010-12-15bayer2rgb: Add framerate to the sink capsBenjamin Gaignard1-1/+1
2010-09-14bayer2rgb: Add format=bggr/etc. to capsDavid Schleef1-2/+4
2010-06-03bayer2rgb: handle other bayer formatsDavid Schleef1-37/+62
2010-06-03rgb2bayer: handle multiple bayer formatsDavid Schleef2-5/+29
2010-06-03bayer: Add rgb2bayer elementDavid Schleef4-2/+414
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-0/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-01-05gst/bayer/gstbayer2rgb.c: Fix color offset calculation for 24bpp. Fixes bug #...Sascha Hauer1-12/+15
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+1
2008-05-16docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.Jan Schmidt1-2/+4
2008-03-20gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.Stefan Kost1-0/+1
2008-03-14gst/bayer/gstbayer2rgb.c: Significant improvements. Fixes #521392.William M. Brack1-121/+398
2007-07-30gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (...Ian Munro1-1/+1
2007-07-18gst/bayer/gstbayer2rgb.c: Add basic docs. Use glibs mem routines.Stefan Kost1-4/+11
2007-05-15ext/x264/gstx264enc.c (gst_x264_enc_init_encoder): This needs a version check.Stefan Kost1-2/+3
2007-05-15Add a Bayer-to-RGB converter. You know you want one, uh-huh.David Schleef3-0/+422