-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep history in branch #9
Open
bastien-roucaries
wants to merge
367
commits into
procxx:master
Choose a base branch
from
bastien-roucaries:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- random cleanup, vfw hang, quit key - fix scan_image example MSVC project - windows installer tweaks
- fix v4l1 - fix/add null processor interface
- new workaround for filtering bad EAN results in the image scanner
- NB may still cause problems if video is opened before window is visible
- handle video device set before window attached - prevent exceptions from escaping event handlers
- work around ImageMagick API breakages - fix some OS X compile issues
- update python, perl and docs
(preparation for library split)
- fix image scanner handler called once per-image (vs every decode)
- add hierarchy to symbol results - extract QR symbols during text decode, preserving position and structure - outline QR symbols in window overlay - tmp fix converted image result propagation
- remove (broken/tmp) converted image result sharing - add explicit symbol recycle API, update processor/widgets to use - cleanup and update C++ API - update Python/Perl APIs - fix broken and add new Python/Perl tests
- some QR integration API cleanup
- thanks to jarekczek for the patch!
- add simple shutter to mask video start
- thanks to anotheruser1 for reporting this! - add new C++ wrapper test
- thanks to Rudy Melli for pointing this out!
- thanks to nickmeinhold for finding and reporting the fix!
- thanks to Zoltan Kovacs for reporting this problem!
- thanks to jarekczek for reporting this problem!
- thanks to jarekczek for reporting this! - NB v4l1 removed from kernel as of 2.6.38
- fix new warnings/errors - find missing buddy - fix SDK bg image: force resoution to 72dpi
- add iPhone 5 launch image to examples - doc updates
- fix EmbedReader initial iPad orientation - fix TabReader shouldn't show controls
I didn't follow the right procedure to update it. So, version number got weird. Fix it. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Bump version to 0.20
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Try to keep history.
Please merge it allow to backport other pull request