Releases: bramp/ffmpeg-cli-wrapper
Releases · bramp/ffmpeg-cli-wrapper
ffmpeg-0.9.2
What's Changed
- chore(deps): bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #391
- chore(deps): bump actions/deploy-pages from 4 to 5 by @dependabot[bot] in #390
- chore(deps-dev): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.5.0 by @dependabot[bot] in #389
- chore(deps-dev): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.5 by @dependabot[bot] in #387
- chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.5.0 by @dependabot[bot] in #385
Full Changelog: ffmpeg-0.9.1...ffmpeg-0.9.2
ffmpeg-0.9.1
What's Changed
- Fix typo by @dama-de in #11
- feat(FFmpegBuilder): support -f for input by @davinkevin in #22
- feat(FFmpegBuilder): support -bsf:v and -bsf:a for bitstream filters by @davinkevin in #23
- Implement adding metadata to output video. by @mandrakey in #20
- General Code Improvement 2 by @zeeshanasghar in #9
- adding movflags and copyinkf params by @nsilberman in #14
- Add support for metadata_specifier. Fixes #25 by @bramp in #27
- feat(builder): set log level programmatically by @davinkevin in #26
- Doc - Java version 1.6 is not supported by @stonio in #33
- Update Maven plugins to most recent versions by @stonio in #34
- Document basic FFmpegProbeResult usage by @stonio in #32
- Update Javadoc by @stonio in #36
- FFmpegOutputBuilder - Minor tweaks by @stonio in #37
- More tests on millisecondsToString(long) by @stonio in #40
- Polish few Java classes by @stonio in #47
- Refactor FFmpegOutputBuilderTestCheckValidStream by @stonio in #39
- Improve regex by @stonio in #46
- Static lists - minor refactoring by @stonio in #41
- FFmpegUtils - Polish Javadoc by @stonio in #45
- Add support for tracking ffmpeg's progress #21 by @bramp in #50
- Add Cobertura coverage reporting, and upload to coveralls.io. by @bramp in #51
- Maven - Add reporting section by @stonio in #48
- AbstractProgressParserTest - Fix Generics in list by @stonio in #53
- Duplicating managed version for Cobertura by @stonio in #52
- feat(builder): add parameter for user-agent in the builder by @davinkevin in #60
- Maven test - Fix locale issue by @stonio in #55
- Taglist Maven Plugin - tagListOptions by @stonio in #59
- add custom passlog directory when passlogfile is setted by @nsilberman in #67
- Travis - Update init script to use HTTPS by @stonio in #82
- Update Preconditions.java - Fix Javadoc Warnings by @stonio in #83
- Allow setting args per input by @igracia in #75
- Edge case for some encoders by @borismcfishtank in #88
- Refined the travis config a little by @bramp in #100
- Move travis to trusty, dropping old java, adding new java. by @bramp in #133
- Fix #86: return -1 if given bitrate is 'N/A' by @psiniemi in #132
- Fix the audio and video filter arguments by @handokochen in #140
- Fixed code comment issue #162 by @reutsharabani in #163
- Fix for issue #212 by @yermak in #213
- Fix misleading error message. by @dazito in #217
- Fix the name of the FFMpeg package by @waisbrot in #219
- Fix typo by @markx86 in #230
- Fix #260: FFmpeg.codecs() returns empty list by @Euklios in #261
- public the Enum Codec.Type by @xmg333 in #256
- Fix #209 -user-agent tag is not supported by @Euklios in #270
- Fix #264: Add additional CodecTypes to FFmpegStream by @Euklios in #265
- Fix #262: Add method to load pixel formats by @Euklios in #263
- Fix broken test: Mock runFunc and add assertions to FFmpegGetInfoTest by @Euklios in #271
- Fix #266: Add option to specify subtitle codec by @Euklios in #267
- Adds the FFProbe side_data_list property. by @ukjjang in #278
- method not exists by @orthlus in #283
- Fix #191: Ignore out_time_us field by @sverkera in #289
- Added method for using two pass with progress to class FFmpegExecutor by @EasyG0ing1 in #247
- add vbr encoding option by @st-h in #177
- Allow extra arguments to FFprobe by @luca992 in #254
- Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 by @dependabot[bot] in #297
- Fix missing .done() on Builder by @blakehawkins in #300
- Pr150 add thread option by @Euklios in #303
- Feature/test probe video2 failing by @Euklios in #307
- Merge CodecType enums and add missing Attachment codec by @Euklios in #306
- Add ffmpeg version to bug_report.md by @Euklios in #308
- Change FFmpegChapter#id type to long by @Euklios in #310
- Implement filters info by @Euklios in #309
- Created new github actions for building and testing. by @bramp in #313
- Issue/302 invalid time na when using progress listener by @Euklios in #315
- Replace animal-sniffer with javac parameter by @Euklios in #312
- Feature/pr214 Appendable to output and error streams - changes by @Euklios in #304
- Feature/ffmpeg layouts by @Euklios in #314
- Bump all the project/plugin deps to their latest versions. by @bramp in #317
- Issue/138 build ffprobe command by @Euklios in #268
- Add getters to FFmpegOutputBuilder and deprecate property access by @Euklios in #320
- Add support for parsing all the codec flags, e.g IntraFrameOnly, Loss… by @bramp in #323
- Add enum for video and audio codecs. by @van1164 in #321
- feature/bump-logback by @Euklios in #335
- Add FFmpegHlsOutputBuilder for HLS user by @van1164 in #322
- fix(hls): Move setFormat into the OutputBuilder by @Euklios in #337
- fix: Don't check if the ffprobe executable path matches while testing by @Euklios in #338
- Feature/bump dependencies by @Euklios in #340
- test: Add additional tests to ffprobe by @Euklios in #341
- Fix/disposition not deserializing default field by @Euklios in #342
- Propagate FFmpegError through FFmpegException on FFprobe failures by @barnettj in #225
- Feature/update big bock bunny fixture by @Euklios in #343
- Feature/process utils jdk 8 by @Euklios in #344
- Bug/347 invalid chars in hls time by @Euklios in #348
- Revert "Bug/347 invalid chars in hls time (#348)" by @Euklios in #349
- Feature/318 input builder by @Euklios in #339
- Feature/345 add strict option on builder by @Euklios in #352
- Feature/346 add bf option by @Euklios in #351
- test: Add specific examples for input builder by @Euklios in #353
- fix(ffprobe-number-format-exception): fix gson parse SideData.rotatio… by @ChenYangY in #358
- Feature/publish workflow by @bramp in #381
- chore(deps): bump org.apache.maven.plugins:maven-r...