summaryrefslogtreecommitdiff
path: root/ext/zbar
AgeCommit message (Expand)AuthorFilesLines
2021-03-23zbar: allow per feature registrationStéphane Cerveau2-4/+6
2020-01-07zbar: remove useless conditional on passthroughStéphane Cerveau1-1/+0
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-2/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-10/+0
2019-06-19zbar: Include running-time, stream-time and duration in the messagesSebastian Dröge1-1/+16
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-43/+10
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+11
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-2/+2
2015-06-02zbar: don't ignore zbar_scan_image() errorsReynaldo H. Verdejo Pinochet1-0/+4
2015-05-31zbar: add frame sample to barcode messageReynaldo H. Verdejo Pinochet2-2/+49
2014-10-08zbar: Add YVU9 and YUV9 to ZBAR_YUV_CAPSAnuj Jaiswal1-2/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-1/+1
2012-04-02use transform_ip_on_passthroughWim Taymans1-4/+1
2012-03-18zbar: fix build after base transform changesTim-Philipp Müller1-1/+1
2011-12-21update for videofilter changesWim Taymans2-50/+17
2011-10-08zbar: port to 0.11Wim Taymans2-48/+41
2011-07-20Fix compilation for unused but not setNicolas Dufresne1-2/+1
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
2010-11-02zbar: use correct strideTim-Philipp Müller2-8/+25
2010-11-02zbar: minor clean-upTim-Philipp Müller1-4/+5
2010-11-02zbar: disable cache by defaultTim-Philipp Müller1-4/+4
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+4
2010-10-14zbar: Make scanner cache optionalKaj-Michael Lang2-5/+23
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-01-20[cleanup] Various style and cleanupsBenjamin Otte1-0/+1
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
2009-10-23Fix start/stop typoKaj-Michael Lang1-1/+1
2009-10-02zbar: post a message instead of printing the code to stdoutStefan Kost2-6/+59
2009-10-02zbar: cleanupsStefan Kost1-15/+33
2009-10-01zbar: wrap zbar library as a image analyzerStefan Kost3-0/+351