[FFmpeg-cvslog] avfilter/vf_zscale: fix output color_range discrepancy

2021-09-17 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Thu Sep 16 20:09:13 2021 -0600| [4fc0b75973d20425df22a9178fc2b735710a5f40] | committer: Pavel Koshevoy avfilter/vf_zscale: fix output color_range discrepancy This filter chain was supposed to convert from narrow range to full range yuv444p

[FFmpeg-cvslog] avcodec/ccaption_dec: Make real-time latency configurable

2021-06-18 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Fri Jun 18 19:20:03 2021 -0600| [b51c2c48c1fbb4f1ae6f07a1b9c5561a99d39063] | committer: Pavel Koshevoy avcodec/ccaption_dec: Make real-time latency configurable Un-hardcode the 200ms minimum latency between emitting subtitle events so that those

[FFmpeg-cvslog] avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE

2020-09-27 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Mon Sep 21 21:40:27 2020 -0600| [5bbf58ab876279ca1a5a2f30563f271c99b93e62] | committer: Pavel Koshevoy avfilter/setparams: add FF_FILTER_FLAG_HWFRAME_AWARE Allow setparams to be used with hw backed frames and avoid an assertion failure

[FFmpeg-cvslog] lavc/v4l2_m2m: don't close the file descriptor we don't own

2019-09-02 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Mon Sep 2 00:34:35 2019 -0600| [6b57a294a32874c9cdc1de0310cbf1d693b4776f] | committer: Pavel Koshevoy lavc/v4l2_m2m: don't close the file descriptor we don't own ff_v4l2_m2m_create_context initialized V4L2m2mContext.fd to 0 which is a valid file

[FFmpeg-cvslog] avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctx

2019-08-23 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Tue Aug 6 20:42:15 2019 -0600| [22a14ee753f372bf0ae4bd1e743670f353f7a17a] | committer: Pavel Koshevoy avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctx vtctx->cached_hw_frames_ctx is unref'd in videotoolbox_uninit, but videotoolbox_h

[FFmpeg-cvslog] avfilter/af_atempo: Make ffplay display correct timestamps when seeking

2019-05-08 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Tue May 7 22:39:45 2019 -0600| [181031906e4984c1c539dc84d21386a4397e257e] | committer: Pavel Koshevoy avfilter/af_atempo: Make ffplay display correct timestamps when seeking NOTE: this is a refinement of the patch from Paul B Mahol offset all output

[FFmpeg-cvslog] lavfi/atempo: fix tempo range limit inconsistency

2018-10-04 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Wed Oct 3 22:59:31 2018 -0600| [03123e4053d640070ca77adf99d5ae487806d51e] | committer: Pavel Koshevoy lavfi/atempo: fix tempo range limit inconsistency yae_set_tempo was overlooked when max tempo limit was raised to 100. tested with: ./ffmpeg_g -i

[FFmpeg-cvslog] avcodec/nvenc: enable nvenc encoder instance reuse

2018-06-15 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Thu Jun 7 09:08:15 2018 -0600| [f7d117b4846477852076d28d09db93cce7a697f8] | committer: Timo Rothenpieler avcodec/nvenc: enable nvenc encoder instance reuse Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] lavfi/atempo: raise max tempo limit (v2)

2018-06-14 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Thu Jun 14 19:19:17 2018 -0600| [29cddc99cd8302e462bbae572e885e88f63d6dc3] | committer: Pavel Koshevoy lavfi/atempo: raise max tempo limit (v2) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29cddc99cd8302e462bbae572e885e88f63d6

[FFmpeg-cvslog] Revert "lavfi/atempo: avoid false triggering an assertion failure"

2017-09-06 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Sun Sep 3 15:34:08 2017 +0200| [edb4ba5bd4e7856fd6aaa37829150957dc5f4da3] | committer: Marton Balint Revert "lavfi/atempo: avoid false triggering an assertion failure" This reverts commit 4240e5b047379b29c33dd3f4

[FFmpeg-cvslog] lavfi/atempo: Avoid false triggering an assertion failure

2017-09-06 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Sun Sep 3 20:44:31 2017 -0600| [25b5096400b2fd578e059eb4a5d2aba8f3cfddfb] | committer: Marton Balint lavfi/atempo: Avoid false triggering an assertion failure Steps to reproduce: 1.

[FFmpeg-cvslog] avfilter/af_atempo: fix drift calculation, ticket #6157

2017-02-19 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Mon Feb 20 10:51:28 2017 +0800| [947fdad92de8ce6912ed8f3095c218c35d0b9fa7] | committer: Steven Liu avfilter/af_atempo: fix drift calculation, ticket #6157 ticket #6157 Reported-by: Steven Liu <l...@chinaffmpeg.org>

[FFmpeg-cvslog] lavc/vda_h264_dec.c Fix NULL pointer dereference

2017-02-16 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Thu Feb 9 20:20:14 2017 -0700| [e3f1b993341ec9ed542b07c4558baeea6921ed53] | committer: Michael Niedermayer lavc/vda_h264_dec.c Fix NULL pointer dereference ps.sps_list entries may be NULL, so check before dereferencing

[FFmpeg-cvslog] avcodec/cuvid: fail early if GPU can't handle video resolution

2017-01-23 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Sun Jan 22 16:20:05 2017 -0700| [9ea29985865720c24f6e7ac213a7dc597f1f0453] | committer: Timo Rothenpieler avcodec/cuvid: fail early if GPU can't handle video resolution CUVID on GeForce GT 730 and GeForce GTX 1060 does not

[FFmpeg-cvslog] fate: Add test for ticket 6024, truncated decoding mode

2016-12-22 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Sat Dec 17 22:48:50 2016 -0700| [47cd8effea343e71c4010929ed3fb10dd3dca4b1] | committer: Michael Niedermayer fate: Add test for ticket 6024, truncated decoding mode Signed-off-by: Michael Niedermayer <mich...@niede

[FFmpeg-cvslog] lavfi/atempo: avoid false triggering an assertion failure

2016-12-19 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Sat Dec 17 17:14:48 2016 -0700| [4240e5b047379b29c33dd3f4438bc4e610527b83] | committer: Marton Balint lavfi/atempo: avoid false triggering an assertion failure Steps to reproduce: ./ffmpeg_g -f s16be -i /dev/null -af atem

[FFmpeg-cvslog] lavc: Fix ticket 6024, truncated mode decoding

2016-12-17 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Thu Dec 15 10:19:23 2016 -0700| [6b517a194da47a2d586806679ef6ca9233ee32d6] | committer: Michael Niedermayer lavc: Fix ticket 6024, truncated mode decoding The assumption that avcodec_send_packet makes regarding decoders con

[FFmpeg-cvslog] Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1

2016-07-15 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy <pkoshe...@gmail.com> | Thu Jul 14 22:06:07 2016 -0600| [25ca74d314c3c37f7656dd5ff1a66e743f2d0fa3] | committer: Michael Niedermayer Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1 ... and attempt to preserve compatibility with

[FFmpeg-cvslog] avfilter/atempo: Flush all buffered input samples

2014-08-19 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy pkoshe...@gmail.com | Tue Aug 19 00:17:59 2014 -0600| [6380f2e3670a8cfc29b9b02da0f2be0c537315f8] | committer: Michael Niedermayer avfilter/atempo: Flush all buffered input samples Fixes ticket #3829 Signed-off-by: Michael Niedermayer michae...@gmx.at