[FFmpeg-cvslog] avfilter/vf_v360: allow user to control fov for equirectagular format

2021-04-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Apr 11 00:56:44 2021 +0200| [1050f94c229d4b157467f94de367f87499706c0d] | committer: Paul B Mahol avfilter/vf_v360: allow user to control fov for equirectagular format It may be useful to use different values from typical 360/180 deg. >

[FFmpeg-cvslog] doc/protocols: update rtsp options

2021-04-10 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Sat Apr 10 16:11:11 2021 -0400| [282682a9fd6c0bcff5f0240bd6b86a2f45ee11b9] | committer: Andriy Gelman doc/protocols: update rtsp options Define listen_timeout and user_agent. Set timeout and user-agent to deprecated. Signed-off-by: Andriy Gelman >

[FFmpeg-cvslog] avcodec/adpcm: refactor init/flush code

2021-04-10 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Wed Mar 31 17:23:34 2021 +1000| [c012f9b265e172de9c240c9dfab8665936fa3e83] | committer: Zane van Iperen avcodec/adpcm: refactor init/flush code Most of the codecs just need everything zeroed. Those that don't are either handled inline during decode,

[FFmpeg-cvslog] avcodec/adpcm_swf: remove memory allocation during trellis encoding

2021-04-10 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Thu Apr 1 10:29:19 2021 +1000| [9e89a23eac1d5ab6f20c5c281d224e9218312a0b] | committer: Zane van Iperen avcodec/adpcm_swf: remove memory allocation during trellis encoding The block size is hardcoded, so the buffer size is always known. Statically