summaryrefslogtreecommitdiff
path: root/ext/zbar/gstzbar.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09gst: Add better support for static pluginsSebastian Dröge1-2/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-4/+4
https://bugzilla.gnome.org/show_bug.cgi?id=662664
2011-07-20Fix compilation for unused but not setNicolas Dufresne1-2/+1
https://bugzilla.gnome.org/show_bug.cgi?id=654572
2011-05-31zbar: remove template stamp commentStefan Kost1-7/+0
2010-11-02zbar: handle more formats that start with an 8-bit Y planeTim-Philipp Müller1-2/+8
We can handle most planar YUV layouts too, as long as we don't tell zbar about the chroma planes.
2010-11-02zbar: use correct strideTim-Philipp Müller1-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-02zbar: minor clean-upTim-Philipp Müller1-4/+5
Fix typo and use DEFAULT_FOO define for property default.
2010-11-02zbar: disable cache by defaultTim-Philipp Müller1-4/+4
Since it breaks still image bar code detection.
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+4
Canonicalize property names as needed.
2010-10-14zbar: Make scanner cache optionalKaj-Michael Lang1-5/+22
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-01-11zbar: use GST_MAKE_FOURCC to create FOURCCTim-Philipp Müller1-1/+1
2009-11-04zbar: include quality and check count, fixes #600461Stefan Kost1-3/+15
We report the relative quality in the message and we also use the cache to skip early detects and doubles.
2009-10-23Fix start/stop typoKaj-Michael Lang1-1/+1
2009-10-02zbar: post a message instead of printing the code to stdoutStefan Kost1-6/+58
Docment the message format that we sent. Add a property to turn message sending off.
2009-10-02zbar: cleanupsStefan Kost1-15/+33
Use start/stop to manage the cache. Few code cleanups and comments.
2009-10-01zbar: wrap zbar library as a image analyzerStefan Kost1-0/+269
zbar is a bar code scanner library.