index
:
zbar.git
master
stable-0.21
ZBar bar code reader
Mauro Carvalho Chehab
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-16
symbol.c: fix symbol hash logic
stable-0.21
Mauro Carvalho Chehab
2
-12
/
+39
2019-02-15
Fix typos found by codespell.
Boyuan Yang
14
-17
/
+17
2019-02-15
configure.ac: fix an error at libv4l2 package check
Mauro Carvalho Chehab
1
-5
/
+6
2019-02-14
debian: close Debian #762114
Javier Serrano Polo
1
-1
/
+1
2019-02-14
zbar: fix some typos
Mauro Carvalho Chehab
6
-7
/
+7
2019-02-13
Merge pull request #25 from jasp00/split-images
Mauro Carvalho Chehab
3
-2
/
+15
2019-02-13
debian, zbar, zbarimg: exit gracefully when decoding split QR codes
Javier Serrano Polo
3
-2
/
+15
2019-02-12
ChangeLog: update to reflect latest changes
0.21
Mauro Carvalho Chehab
1
-2
/
+4
2019-02-12
zbarcam-qt: improve the visual of the options menu
Mauro Carvalho Chehab
1
-3
/
+6
2019-02-11
Merge branch 'jasp00-debian-pkg'
Mauro Carvalho Chehab
10
-110
/
+181
2019-02-11
zbarcam-qt: add support for d-bus output
Mauro Carvalho Chehab
7
-8
/
+49
2019-02-12
debian: merge packaging 0.10+doc-11 minus patches
Javier Serrano Polo
10
-110
/
+181
2019-02-11
move d-bus code to img_scanner.c
Mauro Carvalho Chehab
4
-154
/
+179
2019-02-11
zbarcam-qt: Add code selection to the GUI interface
Mauro Carvalho Chehab
5
-3
/
+126
2019-02-11
zbarimg: add a remind about disabled symbologies
Mauro Carvalho Chehab
1
-0
/
+6
2019-02-11
Add a Databar Expanded example
Mauro Carvalho Chehab
4
-1
/
+3
2019-02-11
Add a test for EAN-2 and EAN-5 variants
Mauro Carvalho Chehab
6
-9
/
+25
2019-02-11
Add a test for UPC-A EAN-13 variant
Mauro Carvalho Chehab
4
-1
/
+4
2019-02-11
isbn: enable tests
Mauro Carvalho Chehab
5
-8
/
+24
2019-02-11
ean: ISBN-13 has precedence
Mauro Carvalho Chehab
1
-8
/
+7
2019-02-09
test/test_decode: fix return code for errors
Mauro Carvalho Chehab
1
-0
/
+1
2019-02-09
check-local: add regression test to this makefile target
Mauro Carvalho Chehab
1
-3
/
+3
2019-02-09
test_decode: add a tolerance margin for errors
Mauro Carvalho Chehab
1
-10
/
+27
2019-02-09
java: fix some wrong dependencies
Mauro Carvalho Chehab
2
-4
/
+3
2019-02-09
test_decode: improve warnings output
Mauro Carvalho Chehab
1
-17
/
+16
2019-02-09
test_decode: use argp to decode parameters
Mauro Carvalho Chehab
1
-64
/
+82
2019-02-09
test_decode: better handle decoding errors
Mauro Carvalho Chehab
1
-18
/
+33
2019-02-09
ChangeLog: Add a summary of the main changes so far
0.21-rc1
Mauro Carvalho Chehab
1
-0
/
+30
2019-02-09
Merge pull request #20 from jasp00/semver
Mauro Carvalho Chehab
3
-3
/
+3
2019-02-09
Merge pull request #19 from jasp00/debian-pkg
Mauro Carvalho Chehab
1
-1
/
+1
2019-02-09
top, debian: set version to 0.21
Javier Serrano Polo
3
-3
/
+3
2019-02-09
debian: update information for zbar_version
Javier Serrano Polo
1
-1
/
+1
2019-02-08
Makefile.am.inc: enable check-java on local tests
Mauro Carvalho Chehab
3
-13
/
+25
2019-02-08
Revert "Add support for inverted codes"
Mauro Carvalho Chehab
3
-27
/
+0
2019-02-08
configure.ac: autodetect JAVA_HOME and junit location
Mauro Carvalho Chehab
3
-3
/
+37
2019-02-08
tests: make tests will now run all existing tests
Mauro Carvalho Chehab
1
-8
/
+3
2019-02-08
test_jpeg: add a parameter to make it quiet
Mauro Carvalho Chehab
2
-8
/
+63
2019-02-08
test_video: add a parameter to make it quiet
Mauro Carvalho Chehab
1
-30
/
+91
2019-02-08
test_convert: add a checking code for it and improve output
Mauro Carvalho Chehab
2
-3
/
+10
2019-02-08
tests: improve test report targets
Mauro Carvalho Chehab
6
-29
/
+45
2019-02-08
Merge https://github.com/ptwz/zbar-1.git branch support_inverted
Mauro Carvalho Chehab
3
-0
/
+27
2019-02-08
Merge branch 'support_inverted' of https://github.com/ptwz/zbar-1 into ptwz-s...
Mauro Carvalho Chehab
3
-0
/
+27
2019-02-08
Add support for inverted codes
Peter Turczak
3
-0
/
+27
2019-02-08
Makefile: Add test for D-Bus signaling
Mauro Carvalho Chehab
5
-1
/
+38
2019-02-08
test_dbus: add a timeout argument
Mauro Carvalho Chehab
1
-4
/
+13
2019-02-08
test_dbus: add a program argument to stop after receiving #messages
Mauro Carvalho Chehab
1
-5
/
+54
2019-02-08
Merge https://github.com/jasp00/zbar.git branch dbus
Mauro Carvalho Chehab
4
-1
/
+4
2019-02-08
Merge branch 'dbus' of https://github.com/jasp00/zbar into jasp00-dbus
Mauro Carvalho Chehab
4
-1
/
+4
2019-02-08
Merge https://github.com/jameshilliard/zbar.git branch dbus-dict
Mauro Carvalho Chehab
4
-40
/
+82
2019-02-08
Merge branch 'dbus-dict' of https://github.com/jameshilliard/zbar into jamesh...
Mauro Carvalho Chehab
4
-40
/
+82
[next]
Privacy Policy