Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-09 | gst: Add better support for static plugins | Sebastian Dröge | 1 | -2/+2 | |
2011-11-28 | various: fix pad template ref leaks | Vincent Penquerc'h | 1 | -4/+4 | |
https://bugzilla.gnome.org/show_bug.cgi?id=662664 | |||||
2011-07-20 | Fix compilation for unused but not set | Nicolas Dufresne | 1 | -2/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=654572 | |||||
2011-05-31 | zbar: remove template stamp comment | Stefan Kost | 1 | -7/+0 | |
2010-11-02 | zbar: handle more formats that start with an 8-bit Y plane | Tim-Philipp Müller | 1 | -2/+8 | |
We can handle most planar YUV layouts too, as long as we don't tell zbar about the chroma planes. | |||||
2010-11-02 | zbar: use correct stride | Tim-Philipp Müller | 1 | -6/+20 | |
Fixes detection for images with a width that's not a multiple of four. Based on patch by: Kaj-Michael Lang <milang@tal.org> Based on patch by: Stefan Kost <ensonic@users.sf.net> https://bugzilla.gnome.org/show_bug.cgi?id=630830 | |||||
2010-11-02 | zbar: minor clean-up | Tim-Philipp Müller | 1 | -4/+5 | |
Fix typo and use DEFAULT_FOO define for property default. | |||||
2010-11-02 | zbar: disable cache by default | Tim-Philipp Müller | 1 | -4/+4 | |
Since it breaks still image bar code detection. | |||||
2010-10-19 | various (ext): add missing G_PARAM_STATIC_STRINGS flags | Stefan Kost | 1 | -2/+4 | |
Canonicalize property names as needed. | |||||
2010-10-14 | zbar: Make scanner cache optional | Kaj-Michael Lang | 1 | -5/+22 | |
2010-03-18 | gst_element_class_set_details => gst_element_class_set_details_simple | Benjamin Otte | 1 | -7/+4 | |
2010-01-11 | zbar: use GST_MAKE_FOURCC to create FOURCC | Tim-Philipp Müller | 1 | -1/+1 | |
2009-11-04 | zbar: include quality and check count, fixes #600461 | Stefan Kost | 1 | -3/+15 | |
We report the relative quality in the message and we also use the cache to skip early detects and doubles. | |||||
2009-10-23 | Fix start/stop typo | Kaj-Michael Lang | 1 | -1/+1 | |
2009-10-02 | zbar: post a message instead of printing the code to stdout | Stefan Kost | 1 | -6/+58 | |
Docment the message format that we sent. Add a property to turn message sending off. | |||||
2009-10-02 | zbar: cleanups | Stefan Kost | 1 | -15/+33 | |
Use start/stop to manage the cache. Few code cleanups and comments. | |||||
2009-10-01 | zbar: wrap zbar library as a image analyzer | Stefan Kost | 1 | -0/+269 | |
zbar is a bar code scanner library. |