summaryrefslogtreecommitdiff
path: root/ext/zbar
Commit message (Collapse)AuthorAgeFilesLines
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-2/+2
| | | | | | | | rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
* zbar: don't ignore zbar_scan_image() errorsReynaldo H. Verdejo Pinochet2015-06-021-0/+4
|
* zbar: add frame sample to barcode messageReynaldo H. Verdejo Pinochet2015-05-312-2/+49
| | | | | | | New attach-frame property enables barcode frame dumping when set to true. https://bugzilla.gnome.org/show_bug.cgi?id=747557
* zbar: Add YVU9 and YUV9 to ZBAR_YUV_CAPSAnuj Jaiswal2014-10-081-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=737407
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
|
* ffmpegcolorspace is no moreWim Taymans2012-09-141-2/+2
|
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* use transform_ip_on_passthroughWim Taymans2012-04-021-4/+1
|
* zbar: fix build after base transform changesTim-Philipp Müller2012-03-181-1/+1
|
* update for videofilter changesWim Taymans2011-12-212-50/+17
|
* zbar: port to 0.11Wim Taymans2011-10-082-48/+41
|
* Fix compilation for unused but not setNicolas Dufresne2011-07-201-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=654572
* zbar: remove template stamp commentStefan Kost2011-05-311-7/+0
|
* zbar: handle more formats that start with an 8-bit Y planeTim-Philipp Müller2010-11-021-2/+8
| | | | | We can handle most planar YUV layouts too, as long as we don't tell zbar about the chroma planes.
* zbar: use correct strideTim-Philipp Müller2010-11-022-8/+25
| | | | | | | | | 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
* zbar: minor clean-upTim-Philipp Müller2010-11-021-4/+5
| | | | Fix typo and use DEFAULT_FOO define for property default.
* zbar: disable cache by defaultTim-Philipp Müller2010-11-021-4/+4
| | | | Since it breaks still image bar code detection.
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-2/+4
| | | | Canonicalize property names as needed.
* zbar: Make scanner cache optionalKaj-Michael Lang2010-10-142-5/+23
|
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
|
* [cleanup] Various style and cleanupsBenjamin Otte2010-01-201-0/+1
| | | | | Various fixes for gtk-doc warnings and making functions without arguments take void as parameter.
* zbar: use GST_MAKE_FOURCC to create FOURCCTim-Philipp Müller2010-01-111-1/+1
|
* zbar: include quality and check count, fixes #600461Stefan Kost2009-11-041-3/+15
| | | | | We report the relative quality in the message and we also use the cache to skip early detects and doubles.
* Fix start/stop typoKaj-Michael Lang2009-10-231-1/+1
|
* zbar: post a message instead of printing the code to stdoutStefan Kost2009-10-022-6/+59
| | | | Docment the message format that we sent. Add a property to turn message sending off.
* zbar: cleanupsStefan Kost2009-10-021-15/+33
| | | | Use start/stop to manage the cache. Few code cleanups and comments.
* zbar: wrap zbar library as a image analyzerStefan Kost2009-10-013-0/+351
zbar is a bar code scanner library.