0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the FFprobe test to use mock output, to ensure it doesn't break if ffprobe changes. More... over 10 years ago
Improved the Probed POJOs to have more fields, including the Disposition bitset. More... over 10 years ago
Moved the NewProcessAnswer class into it's own file, so it can be used in a few tests. More... over 10 years ago
Moved the creation of the Gson object into the FFmpegUtils so it can be shared. More... over 10 years ago
Rearranged FFprobe's constructor so we can mock out it's run function. More... over 10 years ago
Moved Codecs/Format/Samples into a fixtures package. More... over 10 years ago
Added helper setVideoFrameRate method, and fixed typo in comment. More... over 10 years ago
Allow the code formatter to use the @formatter:off syntax to skip sections of the code. More... over 10 years ago
Updated the README.md to be correct closing #7. Additionally added a unit test with the README code to ensure we catch this next time we break the API. More... over 10 years ago
Switched to a hamcrest style reflectEquals test from com.nitorcreations.matchers. This also drops our dependency on org.unitils which were inturn depending on commons.lang, which was somewhat incomptable with common.lang3 which we use. More... over 10 years ago
Added maven badge to README.md More... over 10 years ago
Switched to non-deprecated JUnit Timeout constructor. More... over 10 years ago
Add support for multiple input. More... over 10 years ago
Updated README.md to show how to download the project using maven. More... over 10 years ago
Don't run GPG on travis. More... over 10 years ago
[maven-release-plugin] prepare for next development iteration More... over 10 years ago
[maven-release-plugin] prepare release ffmpeg-0.3 More... over 10 years ago
Prepared the pom.xml for release to maven central. More... over 10 years ago
Added some additional files to .gitignore. More... over 10 years ago
Bumped the versions of all the dependencies. More... over 10 years ago
Changed all bit rates to be longs. More... over 10 years ago
Merge commit '2b264fd47e6f88b36a8e3804c79f2f6f78254d70' More... over 10 years ago
Updated the readme to point to the master travis branch, and the new apidocs URL. More... over 10 years ago
Moved apidocs out of the master branch, and leave it in gh-pages. More... over 10 years ago
Updated all the javadoc. More... over 10 years ago
Merge branch 'master' into gh-pages More... over 10 years ago
Added Java/Build indicator to the README.md. More... over 10 years ago
Updated the README.md about getting the latest ffmpeg. More... over 10 years ago
Added support to read the default ffmpeg from the environment FFMPEG and FFPROBE. More... over 10 years ago
Added extra error checking around FFProbe. More... over 10 years ago