[FFmpeg-cvslog] doc/protocols: Add remark about TCP_NODELAY to documentation of TCP

2021-06-20 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Fri Jun 11 21:03:20 2021 +0200| [05f9b3a0a570fcacbd38570f0860afdabc80a791] | committer: Thilo Borgmann doc/protocols: Add remark about TCP_NODELAY to documentation of TCP >

[FFmpeg-cvslog] lavf/rtmp: Add option to set TCP_NODELAY for rtmp

2021-06-20 Thread Nick Ruff
ffmpeg | branch: master | Nick Ruff | Fri Jun 11 21:02:02 2021 +0200| [ea24781a9b508f92b6b2bb97ffca386898b70193] | committer: Thilo Borgmann lavf/rtmp: Add option to set TCP_NODELAY for rtmp Suggested-By: ffm...@fb.com >

[FFmpeg-cvslog] lavf/webmdashenc.c: Allow AV1 video in WebM

2021-06-20 Thread Matthieu Patou
ffmpeg | branch: master | Matthieu Patou | Sun Jun 20 22:19:18 2021 +0200| [52795d7f091f45a170eed9bc7d1a92f396d176c9] | committer: Thilo Borgmann lavf/webmdashenc.c: Allow AV1 video in WebM Suggested-By: ffm...@fb.com >

[FFmpeg-cvslog] avcodec/hevc_sei: Use get_bits_long() for time_offset_value

2021-06-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 19 15:11:41 2021 +0200| [d866787dacc04079daa73a1a836e849c56cded66] | committer: Michael Niedermayer avcodec/hevc_sei: Use get_bits_long() for time_offset_value Fixes: assertion failure Fixes: crash_1 Found-by: Thuan Pham Signed-off-by:

[FFmpeg-cvslog] avformat/aaxdec: Check avio_seek() in header reading

2021-06-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 12 21:21:08 2021 +0200| [602bbf71f683dc564822c39070c42246d2c2b5e2] | committer: Michael Niedermayer avformat/aaxdec: Check avio_seek() in header reading Fixes: Timeout Fixes:

[FFmpeg-cvslog] lavfi/vf_vpp_qsv: fix the time_base for outlink

2021-06-20 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Fri Jun 11 10:19:46 2021 +0800| [efc22e63e5899f5eda8ee50fc92ecd752aedce87] | committer: Zhong Li lavfi/vf_vpp_qsv: fix the time_base for outlink Since commit 89ffcd1, the status pts of the output link is set to a value in the input link time base, not

[FFmpeg-cvslog] lavc/qsvdec: fix pts

2021-06-20 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Fri Jun 11 10:19:45 2021 +0800| [971b4ac733630e8d913e17151ce8e01d3c75d1a1] | committer: Zhong Li lavc/qsvdec: fix pts The time base used for compressed bitstream and video frame in the SDK is { 1, 9 }. [1][2] This can avoid the error message below