[FFmpeg-cvslog] doc/ffmpeg: document value source for -force_key_frames

2020-01-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Apr 20 14:34:09 2019 +0530| [fa677750de2f2a73bd6685380e46d40358fe0ad0] | committer: Gyan Doshi doc/ffmpeg: document value source for -force_key_frames Also clarify behaviour in case of specified timestamps > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] ffmpeg: remove premature rescaling of forced_keyframe times

2020-01-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Thu Jan 2 21:17:00 2020 +0530| [fa3ad7bbc68d33a08f6b3a03d097ecf37670059d] | committer: Gyan Doshi ffmpeg: remove premature rescaling of forced_keyframe times The user-set forced KF times are parsed *after* this deleted loop and rescaled right after parsin

[FFmpeg-cvslog] ffmpeg: don't force source-tracked keyframes for duplicates

2020-01-04 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jan 3 12:48:09 2020 +0530| [5d82c078ea93d7eee12ff863a4f9eb5fb2d30d16] | committer: Gyan Doshi ffmpeg: don't force source-tracked keyframes for duplicates Prevents a run of consecutive duplicate frames from all being encoded as keyframes, when force_ke

[FFmpeg-cvslog] swscale/aarch64: use multiply accumulate and shift-right narrow

2020-01-04 Thread Sebastian Pop
ffmpeg | branch: master | Sebastian Pop | Mon Dec 9 14:25:01 2019 +| [c3a176ba60e6039066a610ae81747ffb61a6] | committer: Michael Niedermayer swscale/aarch64: use multiply accumulate and shift-right narrow This patch rewrites the innermost loop of ff_yuv2planeX_8_neon to avoid zips and

[FFmpeg-cvslog] avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability

2020-01-04 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Mon Dec 16 13:01:49 2019 +0800| [ebbc976ae66774a9de70ea4dcc466bca4aa4f688] | committer: Michael Niedermayer avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] doc: Fix a typo.

2020-01-04 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Jan 4 20:58:10 2020 +0100| [f7c945abc071770fad2e1d730eb3295432b6aeb0] | committer: Carl Eugen Hoyos doc: Fix a typo. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f7c945abc071770fad2e1d730eb3295432b6aeb0 --- doc/filters.texi | 2

[FFmpeg-cvslog] lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure

2020-01-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 1 13:22:13 2020 +0800| [304eaa63a993e9c926832b44069f6814c527d026] | committer: Nicolas George lavfi/buffersrc: Remove redundant free after ff_filter_frame() failure ff_filter_frame() always frees the frame in case of error, so we don't need to free

[FFmpeg-cvslog] avfilter/af_dynaudnorm: fix another clipping with custom peak value

2020-01-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 4 19:10:06 2020 +0100| [389865352de8fe7cc46241e8c2843a46a776acdf] | committer: Paul B Mahol avfilter/af_dynaudnorm: fix another clipping with custom peak value This always happened at start with alternative boundary mode disabled. The clipping o

[FFmpeg-cvslog] avfilter/af_dynaudnorm: do not clip audio

2020-01-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 4 10:27:46 2020 +0100| [6a1305e8b7d191e6b8647f89a22efbad7e81cc05] | committer: Paul B Mahol avfilter/af_dynaudnorm: do not clip audio Clipping can happen when smoothed gain is higher than maximum allowed gain factor for current frame and peak va

[FFmpeg-cvslog] avfilter/af_dynaudnorm: implement threshold option

2020-01-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Jan 4 18:17:32 2020 +0100| [c8253cb3328421b3825787e2e2f853ffe1128aa9] | committer: Paul B Mahol avfilter/af_dynaudnorm: implement threshold option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8253cb3328421b3825787e2e2f853ffe1128aa9 -