[FFmpeg-cvslog] lavc/qsv: extactly map profile

2019-05-06 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Sun Apr 28 20:27:48 2019 +0800| [5b318ce68df6cb4939b0be68e22853621e1e3aab] | committer: Zhong Li lavc/qsv: extactly map profile Currently profile mapping is hard-coded, and not flexible to do extactly map (E.g: libmfx treats H264 constrained baseline to be b

[FFmpeg-cvslog] lavc/qsvdec: fix hevc level incorrectly map

2019-05-06 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Sun Apr 28 17:15:55 2019 +0800| [94ab39ec78c536703f77821fc039fee649105aab] | committer: Zhong Li lavc/qsvdec: fix hevc level incorrectly map libmfx hevc level defination is same as h264, not level_idc of SPEC. Signed-off-by: Zhong Li > http://git.videolan

[FFmpeg-cvslog] lavc/qsvdec: add query function and provide error message

2019-05-06 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Thu Apr 25 18:51:10 2019 +0800| [48627aaf646270a8c98337ee208574543e499bfd] | committer: Zhong Li lavc/qsvdec: add query function and provide error message It is helpful to know why some clips decoding failed. Ticket#7330 is a good example, with this patch it

[FFmpeg-cvslog] avcodec/fits: Check bitpix

2019-05-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 5 18:38:33 2019 +0200| [0b5c93b276a14d1990aaabd77410a562f4b242c3] | committer: Michael Niedermayer avcodec/fits: Check bitpix Reference: Table 8: Interpretation of valid BITPIX value from FITS standard 4.0 Fixes: runtime error: division

[FFmpeg-cvslog] avfilter/af_rubberband: also do not ignore failures

2019-05-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 6 21:09:43 2019 +0200| [e668260ba948f728a0dd7dbff289327c07b1e8b0] | committer: Paul B Mahol avfilter/af_rubberband: also do not ignore failures > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e668260ba948f728a0dd7dbff289327c07b1e8b0

[FFmpeg-cvslog] avfilter/af_rubberband: handle case when no frame is given

2019-05-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon May 6 21:04:52 2019 +0200| [066864aca830bf5e18aef6bb904b475acd787cd3] | committer: Paul B Mahol avfilter/af_rubberband: handle case when no frame is given > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=066864aca830bf5e18aef6bb904b475acd

[FFmpeg-cvslog] avformat/aacdec: fix demuxing of small frames

2019-05-06 Thread James Almer
ffmpeg | branch: release/4.1 | James Almer | Thu Apr 25 19:04:01 2019 -0300| [7211e1ca9367f7f1a4a04983a66c7b1e2c9a3c92] | committer: James Almer avformat/aacdec: fix demuxing of small frames 10 bytes (id3v2 header amount of bytes) were being read before any checks were made on the bitstream. T

[FFmpeg-cvslog] avformat/aacdec: fix demuxing of small frames

2019-05-06 Thread James Almer
ffmpeg | branch: release/4.0 | James Almer | Thu Apr 25 19:04:01 2019 -0300| [82e1fb864b37a03b63aa43456d0b9f744bb409f5] | committer: James Almer avformat/aacdec: fix demuxing of small frames 10 bytes (id3v2 header amount of bytes) were being read before any checks were made on the bitstream. T