[FFmpeg-cvslog] avcodec/h264: Fix poc_lsb in open gop context

2019-09-10 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Tue Jul 23 14:08:59 2019 +0200| [cae5b36e207117f883fb0929a7cb1882807471b8] | committer: Paul B Mahol avcodec/h264: Fix poc_lsb in open gop context When no IDR nor mmco_reset is found, prev_poc_lsb is undefined and shall not be assumed to be zero >

[FFmpeg-cvslog] avfilter/vf_fps: Avoid inlink fifo build up.

2019-09-10 Thread Nikolas Bowe
ffmpeg | branch: master | Nikolas Bowe | Wed Aug 28 19:13:20 2019 -0700| [b794df43f3a521985f27d40974316db40b64cc88] | committer: Michael Niedermayer avfilter/vf_fps: Avoid inlink fifo build up. When duplicating frames we need to schedule for activation again, otherwise frames can build up in

[FFmpeg-cvslog] avcodec/mips: Fix a warnning of indentation not reflect the block structure.

2019-09-10 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Mon Sep 9 11:50:51 2019 +0800| [de5543d8d442759093c0e0e8beeea1e7a3ff0333] | committer: Michael Niedermayer avcodec/mips: Fix a warnning of indentation not reflect the block structure. The indentation of code dose not reflect the if block structure in 'ap

[FFmpeg-cvslog] avcodec/pnm_parser: Use memchr() in pnm_parse()

2019-09-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 10 00:04:08 2019 +0200| [10ea6c3116f95fc7f79d268ee2b839eea477337c] | committer: Michael Niedermayer avcodec/pnm_parser: Use memchr() in pnm_parse() Fixes: Timeout (45sec -> 0.5sec) Fixes: 16942/clusterfuzz-testcase-minimized-ffmpeg_AV_CO

[FFmpeg-cvslog] lavf/avidec: fix memory leak in error handling path

2019-09-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Sep 10 19:39:27 2019 +0800| [3740bdee77ae1810162fc215172f432fcee2d0f0] | committer: Michael Niedermayer lavf/avidec: fix memory leak in error handling path free the value in error handling path to avoid the memory leak. Signed-off-by: Jun Zhao Signed-

[FFmpeg-cvslog] avcodec/webp: fix decoding for trailing junk

2019-09-10 Thread Pascal Massimino
ffmpeg | branch: master | Pascal Massimino | Wed Aug 28 09:41:42 2019 +0200| [857fd2ad99032e3ff51363975997d0caf0e72e7b] | committer: Michael Niedermayer avcodec/webp: fix decoding for trailing junk some bitstream have trailing junk, despite being valid webp data. In case of apparent error, abo

[FFmpeg-cvslog] avfilter/vf_v360: add support for stereographic as input projection

2019-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 10 18:56:03 2019 +0200| [329505d9088507dec82fae6e54b2da173a5389d7] | committer: Paul B Mahol avfilter/vf_v360: add support for stereographic as input projection > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=329505d9088507dec82fae6e5

[FFmpeg-cvslog] avfilter/vf_v360: increase v_fov max limit

2019-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 10 20:18:10 2019 +0200| [5fcb3cbaf0ba70c3e79183264bf20cb8696ae5af] | committer: Paul B Mahol avfilter/vf_v360: increase v_fov max limit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fcb3cbaf0ba70c3e79183264bf20cb8696ae5af --- lib

[FFmpeg-cvslog] doc/filters: extend flip options in v360 filter

2019-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 10 20:29:43 2019 +0200| [e26fb6a714f6d86aca05361a0bab7eb84ef642f4] | committer: Paul B Mahol doc/filters: extend flip options in v360 filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e26fb6a714f6d86aca05361a0bab7eb84ef642f4 ---

[FFmpeg-cvslog] avcodec/mediacodecdec: warn when input buffers are not configured with proper size

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Sep 5 11:04:09 2019 -0700| [8a3623e2fbde8cb2da3235bf9e230f3512a31c34] | committer: Aman Gupta avcodec/mediacodecdec: warn when input buffers are not configured with proper size In rare circumstances, if the codec is not configured with the proper par

[FFmpeg-cvslog] avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK interface

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Sep 5 12:49:00 2019 -0700| [7fddf4b2662b25f048f4dbed74cf28cd375694fc] | committer: Aman Gupta avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK interface This will make it easy to switch to ANativeWindow_fromSurface and ANativeW

[FFmpeg-cvslog] avfilter/vf_v360: fix fov calculation for stereographic output

2019-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 10 23:34:53 2019 +0200| [ccaeabd092d35d9fab3523c456739f0865c8aed8] | committer: Paul B Mahol avfilter/vf_v360: fix fov calculation for stereographic output > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ccaeabd092d35d9fab3523c456739f

[FFmpeg-cvslog] avfilter/vf_v360: remove w/h changing for flat output

2019-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 11 00:33:33 2019 +0200| [0f0f5188acc67a35a8f045505ccf6e2178e5f858] | committer: Paul B Mahol avfilter/vf_v360: remove w/h changing for flat output Fixes crashes with bigger h/v fov. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f0

[FFmpeg-cvslog] avfilter/vf_v360: increase h_fov max limit

2019-09-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 11 00:32:43 2019 +0200| [f705dc9a74534f3fb456a1f7eb9b266c3aa85f4d] | committer: Paul B Mahol avfilter/vf_v360: increase h_fov max limit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f705dc9a74534f3fb456a1f7eb9b266c3aa85f4d --- lib

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: add support for -force_key_frames

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Aug 22 15:04:48 2019 -0700| [ab4835f41885c0f2e2f75101d72b888557c0e284] | committer: Aman Gupta avcodec/v4l2_m2m_enc: add support for -force_key_frames Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab4835f41885c

[FFmpeg-cvslog] avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices are probed

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Tue Aug 27 17:21:36 2019 -0700| [7bb6898b16f3c5b1cd5c4c15ca96278df569ccd2] | committer: Aman Gupta avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices are probed On the RPI, three different /dev/video devices exist (decoder, scaler

[FFmpeg-cvslog] avcodec/v4l2_m2m: disable info logging during device probe

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Aug 22 11:33:24 2019 -0700| [ac52e06e56fd0232f13c0da74177181e04172e00] | committer: Aman Gupta avcodec/v4l2_m2m: disable info logging during device probe Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac52e06e56

[FFmpeg-cvslog] avcodec/v4l2_buffers: Add handling for NV21 and YUV420P

2019-09-10 Thread Dave Stevenson
ffmpeg | branch: master | Dave Stevenson | Thu Mar 22 16:01:35 2018 +| [d61cf1b1ebc2477749d7d7825a072400ed24af9f] | committer: Aman Gupta avcodec/v4l2_buffers: Add handling for NV21 and YUV420P The single planar support was for NV12 only. Add NV21 and YUV420P support. Signed-off-by: Aman

[FFmpeg-cvslog] avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous planar formats

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Thu Aug 22 13:57:27 2019 -0700| [b3b958c19e30af20af69a218ad122d6eed7235a6] | committer: Aman Gupta avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous planar formats This fixes h264_v4l2m2m encoding on the Raspberry Pi Signed-off-b

[FFmpeg-cvslog] avcodec/v4l2_buffers: split out V4L2Buffer generation into helper method

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Aug 26 18:53:05 2019 -0700| [d620b1f9de57573c8fb5b5035578d10c49df91a6] | committer: Aman Gupta avcodec/v4l2_buffers: split out V4L2Buffer generation into helper method Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/v4l2_buffers: split out AVFrame generation into helper method

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Mon Aug 26 17:59:00 2019 -0700| [2b21bb4a87cb89dad24fd16a0b7b9601ffbf3239] | committer: Aman Gupta avcodec/v4l2_buffers: split out AVFrame generation into helper method Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macro

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Tue Aug 27 11:59:50 2019 -0700| [84540b2b847cd0bd3335845b398c583939b0b9c5] | committer: Aman Gupta avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macro Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8454

[FFmpeg-cvslog] avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helper

2019-09-10 Thread Lukas Rusak
ffmpeg | branch: master | Lukas Rusak | Wed Aug 28 14:56:47 2019 -0700| [40a433e34b3e7eaf9bad87858299dfb1172a2aaa] | committer: Aman Gupta avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helper Signed-off-by: Aman Gupta > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40a433e

[FFmpeg-cvslog] avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext

2019-09-10 Thread Aman Gupta
ffmpeg | branch: master | Aman Gupta | Fri Aug 23 12:56:33 2019 -0700| [c0c7946196710d0579a9c85bf65289d5a123ab89] | committer: Aman Gupta avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext This will allow re-use of the m2m backend with AVFilterContext Signed-off-by: Aman Gupta >

[FFmpeg-cvslog] avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macro

2019-09-10 Thread Lukas Rusak
ffmpeg | branch: master | Lukas Rusak | Tue Apr 24 22:48:23 2018 -0700| [f9b0f88aa471c30b72e288d906caa098761776f7] | committer: Aman Gupta avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macro This just makes the M2MDEC_CLASS similar to how it is done in rkmpp. It looks clean and has

[FFmpeg-cvslog] checkasm: add opusdsp tests

2019-09-10 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Aug 15 11:42:19 2019 +0100| [4ce1e13b546598e05832bdff55d23d2cc88f3756] | committer: Lynne checkasm: add opusdsp tests > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ce1e13b546598e05832bdff55d23d2cc88f3756 --- tests/checkasm/Makefile | 1

[FFmpeg-cvslog] opusdsp: adjust and optimize C function to match assembly

2019-09-10 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Aug 15 11:13:35 2019 +0100| [6b22e28f4c857b2d9c045001add083343f506d84] | committer: Lynne opusdsp: adjust and optimize C function to match assembly The C and asm versions behaved differently _outside_ of the codec. The C version returned pre-multiplied 'st

[FFmpeg-cvslog] lavfi/sinc: fix memory leak in error handling path

2019-09-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Sep 10 18:50:11 2019 +0800| [944d76a3e056c26bfa2b6459ec1888f0676a37f2] | committer: Jun Zhao lavfi/sinc: fix memory leak in error handling path free work&pi_wraps in error handling path to avoid memory leak. Reviewed-by: Paul B Mahol Signed-off-by: Ju

[FFmpeg-cvslog] lavfi/anequalizer: fix memory leak in error handling path

2019-09-10 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Tue Sep 10 18:24:08 2019 +0800| [44b55a8c9c87cd54b404dbf0b1d716eeec5357e6] | committer: Jun Zhao lavfi/anequalizer: fix memory leak in error handling path free the pad.name in error handling path to avoid memory leak. Reviewed-by: Paul B Mahol Signed-off-