Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/framecrcenc: List types and checksums for for side data | Michael Niedermayer | 2025-06-07 | 1 | -5/+5 |
| | | | | | | | 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_demux: implement -bsf for input | Anton Khirnov | 2024-01-19 | 1 | -0/+18 |
Previously bitstream filters could only be applied right before muxing, this allows to apply them right after demuxing. |