Joshua M. Doe
|
44dfc350f0
|
videolevels: add support for 8- and 16-bit Bayer
Since GstVideoFilter doesn't support Bayer, most work was in reverting back to GstBaseTransform
|
2018-07-10 14:56:07 -04:00 |
|
Joshua M. Doe
|
45bc0f24aa
|
videolevels: support GRAY8 input
|
2017-08-10 10:18:34 -04:00 |
|
Joshua M. Doe
|
ce0fea1142
|
videolevels: API BREAK: use integers instead of floats for level values
|
2015-07-10 10:18:11 -04:00 |
|
Joshua M. Doe
|
fca5b782ec
|
videolevels: support bpp={10,12,14,16} for GRAY16_{LE,BE}
|
2014-01-24 10:03:09 -05:00 |
|
Joshua M. Doe
|
f995ed9987
|
videolevels: port to 1.0
|
2014-01-24 10:03:06 -05:00 |
|
Joshua M. Doe
|
5d5d1085b7
|
videolevels: use lut for conversion (again)
Faster, but could maybe be faster still using orc.
|
2014-01-24 10:02:59 -05:00 |
|
Joshua M. Doe
|
af6cdbd8f1
|
videolevels: use more of the video library
But gst_video_format_get_component_depth is broken in 0.10.36, so manually
get bpp for now.
|
2014-01-24 10:02:54 -05:00 |
|
Joshua M. Doe
|
07975dbe56
|
videolevels: Remove signed support
Ahead of its time, no other element supports signed, so causes more trouble than it's worth.
|
2014-01-24 10:02:52 -05:00 |
|
Joshua M. Doe
|
8a2badb718
|
Reorganized videolevels into separate plugin
|
2014-01-24 09:58:49 -05:00 |
|