aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux_null.c
Commit message (Collapse)AuthorAge
* demux_null: mark as seekableGravatar wm42018-01-06
| | | | | | No reason not to, and enables some strange constructions with --external-file (although the result is not too smooth for certain reasons).
* demux_null: fix segfault with --cache enabledGravatar wm42016-03-05
| | | | | | stream->info can be NULL if it's the cache wrapper. To be fair, stream->info is considered private API anyway. So don't access it, but check the URL instead.
* demux: add null demuxerGravatar wm42016-03-04
It's useless, but can be used for fancy --lavfi-complex nonsense.