summaryrefslogtreecommitdiff
path: root/libavformat/vc1dec.c
Commit message (Collapse)AuthorAge
* lavf/vc1dec: Reduce probe score for streams with invalid frames.Carl Eugen Hoyos2019-04-19
| | | | Fixes ticket #7853.
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* lavf/vc1dec: Autodetect raw vc-1 streams.Carl Eugen Hoyos2015-10-14
Move the demuxer into its own file.