[FFmpeg-cvslog] avfilter/vf_deshake_opencl: silence warning about usage of uninitialized value

2020-01-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 25 11:42:32 2020 +0100| [31350de9970a1bc827e3b155bb285fd974116a6f] | committer: Paul B Mahol avfilter/vf_deshake_opencl: silence warning about usage of uninitialized value > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31350de9970a1b

[FFmpeg-cvslog] avfilter/vf_v360: add mask option, unset pixels are marked as transparent

2020-01-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 25 13:24:33 2020 +0100| [8d861cd850597c009b6d947a556209f4ac7469d9] | committer: Paul B Mahol avfilter/vf_v360: add mask option, unset pixels are marked as transparent > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d861cd850597c009b6

[FFmpeg-cvslog] avfilter/vf_v360: mark another hemisphere not visible for flat input format

2020-01-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 25 13:26:51 2020 +0100| [9990cb16d3fd1ae8b38da2f3b2563d8496d5e28a] | committer: Paul B Mahol avfilter/vf_v360: mark another hemisphere not visible for flat input format > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9990cb16d3fd1ae8b

[FFmpeg-cvslog] avformat/movenc: allow ISMV timescale to be user-set

2020-01-25 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jan 4 11:03:47 2019 +0530| [75d1d9eb349462bf72ed38004c06a53e0b79173c] | committer: Gyan Doshi avformat/movenc: allow ISMV timescale to be user-set As per the PIFF standard, the timescale of 1000 is recommended but not mandatory, so don't override

[FFmpeg-cvslog] avfilter/vf_v360: do not remap alpha plane if that will be overwritten later

2020-01-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 25 20:00:53 2020 +0100| [4b4bcb126c303619e35f29e16caaa2e8962cf34d] | committer: Paul B Mahol avfilter/vf_v360: do not remap alpha plane if that will be overwritten later > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b4bcb126c303619

[FFmpeg-cvslog] avutil/thread: fix strict_pthread_cond_timedwait

2020-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Jan 22 21:03:13 2020 +0100| [1812b42554639175c466d4f1e401ea913fc3] | committer: Marton Balint avutil/thread: fix strict_pthread_cond_timedwait Timeout error was assumed to be fatal which it is not. Signed-off-by: Marton Balint > http://git.v

[FFmpeg-cvslog] avformat/udp: add newline after warning

2020-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jan 14 18:51:02 2020 +0100| [f61e9f8aef3a13fe976c241f828fca4222d8e922] | committer: Marton Balint avformat/udp: add newline after warning Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f61e9f8aef3a13fe976

[FFmpeg-cvslog] avformat/udp: increase the default buffer size of a receiving socket to 384K

2020-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jan 14 19:18:01 2020 +0100| [15d160cc0b23f531a3f7f3f4c9eb463b179227f3] | committer: Marton Balint avformat/udp: increase the default buffer size of a receiving socket to 384K It is a common mistake that people only increase fifo_size when they expe

[FFmpeg-cvslog] avformat/udp: properly use return value of pthread_cond_timedwait

2020-01-25 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jan 14 18:53:45 2020 +0100| [67f39b32db2b68eabcc51519a2430687439f1cf5] | committer: Marton Balint avformat/udp: properly use return value of pthread_cond_timedwait Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co