[FFmpeg-cvslog] lavf/hls: Remove HLSContext.strict_std_compliance field

2019-04-27 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Apr 16 12:54:58 2019 +0800| [d6489ddb7a6cdfb6bd4e5b8095d765e0ba1aba4a] | committer: Jun Zhao lavf/hls: Remove HLSContext.strict_std_compliance field After the commit 9f61abc8111, we can use AVFormatContext.strict_std_compliance instead of HLSContext.str

[FFmpeg-cvslog] avcodec/nvenc: fix indentation

2019-04-27 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Apr 24 22:47:24 2019 +0200| [2e254bb897471b4a4db2b846947fc6c00faac3e6] | committer: Timo Rothenpieler avcodec/nvenc: fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e254bb897471b4a4db2b846947fc6c00faac3e6 --- liba

[FFmpeg-cvslog] avcodec/nvenc: only unregister input resources when absolutely needed

2019-04-27 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Apr 24 19:00:25 2019 +0200| [23ed147e8fc2b6b51a88af66b40f99049e5fa0d8] | committer: Timo Rothenpieler avcodec/nvenc: only unregister input resources when absolutely needed This reverts nvenc to old behaviour, which in some super rare edge cases

[FFmpeg-cvslog] avformat/subtitles: ignore extra '\r' at line endings

2019-04-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Apr 25 23:21:38 2019 +0200| [6347146e3d3d55216445696504d49e33470e17ad] | committer: Paul B Mahol avformat/subtitles: ignore extra '\r' at line endings > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6347146e3d3d55216445696504d49e33470e17a

[FFmpeg-cvslog] avformat/microdvddec: skip empty lines

2019-04-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Apr 27 12:47:39 2019 +0200| [163bb087f81d1cda9c29b83d9f14a376a6996f81] | committer: Paul B Mahol avformat/microdvddec: skip empty lines > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=163bb087f81d1cda9c29b83d9f14a376a6996f81 --- libavfo

[FFmpeg-cvslog] avcodec/scpr3: add missing check for decode_value3() return value

2019-04-27 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Apr 26 12:31:19 2019 -0300| [938cb783d40ad5ee40f4e2be8617fdfb493dbe4d] | committer: James Almer avcodec/scpr3: add missing check for decode_value3() return value Fixes ticket #7866. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/pnm_parser: Remember the size of the image and do not reparse the header

2019-04-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 24 21:14:19 2019 +0200| [9fc1031ac2e8691e0140854d727b58cb62431b2b] | committer: Michael Niedermayer avcodec/pnm_parser: Remember the size of the image and do not reparse the header Fixes: Timeout (11sec -> 60ms) Fixes: 14270/clusterfuzz-

[FFmpeg-cvslog] avcodec/pnm_parser: Remember the length already scanned for ascii images

2019-04-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 27 14:08:07 2019 +0200| [801939588999a5cfe8d2aeabe7114a09f892a1f4] | committer: Michael Niedermayer avcodec/pnm_parser: Remember the length already scanned for ascii images Fixes: speed regression with xmap_samsung_gear_2560x1280.pgm Foun