Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
saifrahmed
/
javacv
Public
forked from
bytedeco/javacv
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Aug 5, 2015
* Return `AVStream.r_frame_rate` when `AVStream.avg_frame_rate` is invalid in `FFmpegFrameGrabber.getFrameRate()` ([issue #292](https://code.google.com/p/javacv/issues/detail?id=292))
saudet
committed
98889d4
View commit details
Copy full SHA for 98889d4
Browse repository at this point
Commits on Jul 26, 2015
* Update the `OpenCVFaceRecognizer` sample to make it work with OpenCV 3.0
saudet
committed
f62c080
View commit details
Copy full SHA for f62c080
Browse repository at this point
Commits on Jul 25, 2015
Merge pull request #184 from jeroenarens/patch-1
Show description for f7fd53b
saudet
committed
f7fd53b
View commit details
Copy full SHA for f7fd53b
Browse repository at this point
Commits on Jul 23, 2015
convert Object to FrameRecorder at return statement (public static FrameRecorder create(....))
Show description for e857c72
jeroenarens
committed
e857c72
View commit details
Copy full SHA for e857c72
Browse repository at this point
Commits on Jul 18, 2015
* Update some samples to make them work with OpenCV 3.0
saudet
committed
f8bf6c5
View commit details
Copy full SHA for f8bf6c5
Browse repository at this point
* Add new convenience `FFmpegFrameRecorder.record(Frame frame, int pixelFormat)` method (issue #181)
Show description for 15dce52
saudet
committed
15dce52
View commit details
Copy full SHA for 15dce52
Browse repository at this point
Commits on Jul 17, 2015
* Let `Java2DFrameConverter.copy()` from `ByteBuffer` with 4 channels to `BufferedImage.TYPE_INT_RGB` among others (issue #181)
saudet
committed
4a8d420
View commit details
Copy full SHA for 4a8d420
Browse repository at this point
Commits on Jul 11, 2015
Release version 1.0
saudet
committed
2d61e6b
View commit details
Copy full SHA for 2d61e6b
Browse repository at this point
Commits on Jun 14, 2015
* Offer the Apache License, Version 2.0, as a new choice of license, in addition to the GPLv2 with Classpath exception
saudet
committed
3383009
View commit details
Copy full SHA for 3383009
Browse repository at this point
Commits on Jun 7, 2015
Update version in the `pom.xml` file to 1.0-SNAPSHOT
saudet
committed
e3204dd
View commit details
Copy full SHA for e3204dd
Browse repository at this point
Commits on Jun 6, 2015
* Upgrade support to OpenCV 3.0.0
saudet
committed
0961714
View commit details
Copy full SHA for 0961714
Browse repository at this point
* Upgrade presets for OpenCV 3.0.0-rc1
saudet
committed
882dbf1
View commit details
Copy full SHA for 882dbf1
Browse repository at this point
* Upgrade support to OpenCV 3.0.0-beta
Show description for f81886c
saudet
committed
f81886c
View commit details
Copy full SHA for f81886c
Browse repository at this point
* Let users get resized images from `FFmpegFrameGrabber` by calling `setImageWidth()` and `setImageHeight()` before `start()`
saudet
committed
a3ca1a9
View commit details
Copy full SHA for a3ca1a9
Browse repository at this point
Commits on May 24, 2015
* Add check for supported display size in the `RecordActivity` sample (pull #153)
saudet
committed
2d43b87
View commit details
Copy full SHA for 2d43b87
Browse repository at this point
Commits on May 23, 2015
Merge pull request #153 from lfdversluis/master
Show description for 07b961c
saudet
committed
07b961c
View commit details
Copy full SHA for 07b961c
Browse repository at this point
Commits on May 19, 2015
Added check for supported display size
lfdversluis
committed
82ff1a8
View commit details
Copy full SHA for 82ff1a8
Browse repository at this point
Commits on May 17, 2015
* Clarify the semantics of `FrameConverter` (issue #150)
saudet
committed
925ffb8
View commit details
Copy full SHA for 925ffb8
Browse repository at this point
Commits on May 12, 2015
* Fix `FFmpegFrameRecorder` not saving the last few frames, especially when encoding with x264 (issue #491)
Show description for fb2206d
saudet
committed
fb2206d
View commit details
Copy full SHA for fb2206d
Browse repository at this point
Treat `BufferedImage.TYPE_INT_RGB`, etc, as big endian when copying to `Frame` for consistency
saudet
committed
487954e
View commit details
Copy full SHA for 487954e
Browse repository at this point
Commits on May 10, 2015
* Add `FrameConverterTest` and fix a couple of bugs uncovered by it
saudet
committed
fe59f63
View commit details
Copy full SHA for fe59f63
Browse repository at this point
* Make `Frame implements Indexable` for easy and efficient access to image pixels
saudet
committed
0d60c80
View commit details
Copy full SHA for 0d60c80
Browse repository at this point
Commits on May 8, 2015
Let the `WebcamAndMicrophoneCapture` sample choose the audio device in a generic way (issue #143)
saudet
committed
1ca77da
View commit details
Copy full SHA for 1ca77da
Browse repository at this point
Commits on May 7, 2015
* Fix `AbstractMethodError` thrown from `OpenCVFrameConverter` on some versions of the JDK (issue #143)
saudet
committed
c3c8f68
View commit details
Copy full SHA for c3c8f68
Browse repository at this point
* Add `FFmpegFrameGrabber.grabImage()` method to restore the functionality previously provided by `IplImage grab()` (issue #116)
Show description for 9838e64
saudet
committed
9838e64
View commit details
Copy full SHA for 9838e64
Browse repository at this point
Merge pull request #144 from jtm5044/master
saudet
committed
1bd9de6
View commit details
Copy full SHA for 1bd9de6
Browse repository at this point
Makes public the method grabFrame(boolean processImage, boolean doAudio, boolean keyFrames). Was private and the other helper methods didn't allow grabFrame(true, false, false).
Jeremy Martin
committed
738fc04
View commit details
Copy full SHA for 738fc04
Browse repository at this point
Commits on May 6, 2015
* Give users of `FFmpegFrameGrabber` and `FFmpegFrameRecorder` access to more options and metadata (issue #132)
saudet
committed
70db4a5
View commit details
Copy full SHA for 70db4a5
Browse repository at this point
Commits on Apr 29, 2015
* Add the ability to specify from which video and audio streams `FFmpegFrameGrabber` should grab from (issue #135)
saudet
committed
07f1e4f
View commit details
Copy full SHA for 07f1e4f
Browse repository at this point
Commits on Apr 26, 2015
* Fix `Java2DFrameConverter` when used with `BufferedImage.TYPE_INT_RGB` or other types based on `int`
saudet
committed
918c754
View commit details
Copy full SHA for 918c754
Browse repository at this point
* Add new `WebcamAndMicrophoneCapture` sample (pull #131)
saudet
committed
c8eb892
View commit details
Copy full SHA for c8eb892
Browse repository at this point
Merge pull request #131 from bennyveo/bennyveo-patch-1
saudet
committed
e637313
View commit details
Copy full SHA for e637313
Browse repository at this point
Commits on Apr 24, 2015
Update WebcamAndMicrophoneCapture.java
bennyveo
committed
94d8d42
View commit details
Copy full SHA for 94d8d42
Browse repository at this point
Commits on Apr 23, 2015
Update WebcamAndMicrophoneCapture.java
Show description for 9440996
bennyveo
committed
9440996
View commit details
Copy full SHA for 9440996
Browse repository at this point
Commits on Apr 22, 2015
Create WebcamAndMicrophoneCapture.java
Show description for 6c6170b
bennyveo
committed
6c6170b
View commit details
Copy full SHA for 6c6170b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.