aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/ffmpeg-bsf-input
Commit message (Collapse)AuthorAgeFilesLines
* avformat/framecrcenc: List types and checksums for for side dataMichael Niedermayer2025-06-071-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 inputAnton Khirnov2024-01-191-0/+18
Previously bitstream filters could only be applied right before muxing, this allows to apply them right after demuxing.