summaryrefslogtreecommitdiff
path: root/libavformat/v210.c
Commit message (Collapse)AuthorAge
* avformat/v210: Check width and heightTimothy Gu2015-11-23
| | | | | Fixes a floating point exception when width and height are not supplied (and therefore are zero).
* avformat: Add v210[x] demuxerTimothy Gu2015-11-09
Allows one to do: ffmpeg -s 1920x1080 -i blah.v210 ... ffmpeg -s 1920x1080 -f v210x -i blah.yuv10 ... Fixes #1869. Reviewed-by: James Almer <jamrial@gmail.com> Reviewed-by: Kieran Kunhya <kierank@obe.tv>