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 ProcessFunction to return a Process, instead of stdin. This now allows us to check the returned exit value from ffmpeg, and do something appropriate. More... over 10 years ago
Changed the Executor tests to output mpeg4 instead of libx264 since that is typically available with ffmpeg. More... over 10 years ago
Added a .travis.yml file with script to download/install a static ffmpeg. More... over 10 years ago
Reformatted all the code. This is purely whitespace changes, and should not change the code. More... over 10 years ago
Added a code formatter to the pom.xml that runs on build. More... over 10 years ago
Fixed up some error messages. More... over 10 years ago
Fixed the video frames property. More... over 10 years ago
Fixed the ModelMap tests, by only mapping values that have actually been set. More... over 10 years ago
Created a new LoggingFilterReader class to debug log output from ffprobe as we read it. More... over 10 years ago
Bumped the version of guava to the latest. More... over 10 years ago
Added a new free sample file, and changed all the tests to use it, instead of a hardcoded path to my filesystem. More... over 10 years ago
Merge pull request #6 from bramp/milliseconds More... over 10 years ago
Updated README.md to contain licence More... over 10 years ago
Added missing LICENCE More... over 10 years ago
Ensure millisecondsToString is used everywhere and added a extra test case. More... over 10 years ago
Added unit test for FFmpegUtils.millisecondsToString. More... over 10 years ago
Minor code review changes to millisecondsToString and moved into a new Helper class. More... over 10 years ago
Changed bit_rate to long; failed on some high-bitrate files when gson was parsing the ffprobe JSON output. Added toString override method for convenience. More... over 10 years ago
Added support for filter_complex arg More... about 11 years ago
Deleted IDE file that was accidentally checked in. More... about 11 years ago
Merge branch 'pr/2' into gh-pages More... about 11 years ago
Merge pull request #2 from ziodave/gh-pages More... about 11 years ago
Updated .gitignore to truely ignore Intelij files (and maven files). More... about 11 years ago
Changed a couple of lines to match the code style of the rest of the file. More... about 11 years ago
add support for the Loop parameter More... about 11 years ago
new file generated by recompilation More... about 11 years ago
recompile More... about 11 years ago
Minor formatting changes to the README More... about 12 years ago
milliseconds to string conversion added e.g. 00:01:03.123 More... about 12 years ago
duration and startoffset parameters are bound as string values e.g. 00:00:01, vframes parameter has been added More... about 12 years ago