Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/framecrcenc: List types and checksums for for side data | Michael Niedermayer | 2025-06-07 | 1 | -17/+17 |
| | | | | | | | This allows detecting changes and regressions in side data related code, same as what framecrc does for before already for packet data itself. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | fftools/ffmpeg_enc: merge -force_key_frames source/source_no_drop | Anton Khirnov | 2023-10-10 | 1 | -11/+11 |
| | | | | | | | Always use the functionality of the latter, which makes more sense as it avoids losing keyframes due to vsync code dropping frames. Deprecate the 'source_no_drop' value, as it is now redundant. | ||||
* | tests/fate/ffmpeg: add tests for -force_key_frames source | Anton Khirnov | 2023-10-10 | 1 | -0/+22 |