Michael Niedermayer
|
4888932c4d
|
avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
2016-06-09 10:35:13 +02:00 |
|
Derek Buitenhuis
|
6f69f7a8bf
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
* commit '9200514ad8717c63f82101dc394f4378854325bf':
lavf: replace AVStream.codec with AVStream.codecpar
This has been a HUGE effort from:
- Derek Buitenhuis <derek.buitenhuis@gmail.com>
- Hendrik Leppkes <h.leppkes@gmail.com>
- wm4 <nfxjfg@googlemail.com>
- Clément Bœsch <clement@stupeflix.com>
- James Almer <jamrial@gmail.com>
- Michael Niedermayer <michael@niedermayer.cc>
- Rostislav Pehlivanov <atomnuker@gmail.com>
Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
|
2016-04-10 20:59:55 +01:00 |
|
Timothy Gu
|
12a419dacb
|
avformat/v210: Check width and height
Fixes a floating point exception when width and height are not supplied
(and therefore are zero).
|
2015-11-23 18:34:52 -08:00 |
|
Timothy Gu
|
480bad7c6d
|
avformat: Add v210[x] demuxer
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>
|
2015-11-09 20:44:25 -08:00 |
|