[FFmpeg-cvslog] avcodec/nvenc: use framerate if available

2020-05-14 Thread Zachariah Brown
ffmpeg | branch: release/4.2 | Zachariah Brown | Thu May 14 14:15:33 2020 -0400| [393eff8917b0fe1e26667cc4599aeb16ace5728c] | committer: Timo Rothenpieler avcodec/nvenc: use framerate if available The h264_nvenc and hevc_nvenc encoders aren't respecting the framerate in the codec context.

[FFmpeg-cvslog] avcodec/nvenc: use framerate if available

2020-05-14 Thread Zachariah Brown
ffmpeg | branch: master | Zachariah Brown | Thu May 14 14:15:33 2020 -0400| [b18fd2b95b2fea10f0b5381333a1b4c032f010bc] | committer: Timo Rothenpieler avcodec/nvenc: use framerate if available The h264_nvenc and hevc_nvenc encoders aren't respecting the framerate in the codec context. Instead

[FFmpeg-cvslog] avcodec/option_table: mark venc_params as a video decoder flag opt type

2020-05-14 Thread James Almer
ffmpeg | branch: master | James Almer | Tue May 12 11:08:25 2020 -0300| [b7d89963f00bd82f5cf230d7a7c865126fffc5fb] | committer: James Almer avcodec/option_table: mark venc_params as a video decoder flag opt type It's not meant for audio or subtitles, or for encoders of any kind. Reviewed-by:

[FFmpeg-cvslog] hwcontext_vulkan: fix incorrect print argument

2020-05-14 Thread Lynne
ffmpeg | branch: master | Lynne | Thu May 14 18:22:55 2020 +0100| [858f786eb99ed152e12b1ed9b56e73d100155128] | committer: Lynne hwcontext_vulkan: fix incorrect print argument > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=858f786eb99ed152e12b1ed9b56e73d100155128 ---

[FFmpeg-cvslog] avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use it first

2020-05-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:28:37 2019 +0800| [339593ca90cb3e05d659ec99a1479904ec742294] | committer: Limin Wang avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use it first Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang >

[FFmpeg-cvslog] fate: add scdet metadata test

2020-05-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:28:39 2019 +0800| [dd24fdc672def33a3d725a1855561acf2c4b6f31] | committer: Limin Wang fate: add scdet metadata test Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang >

[FFmpeg-cvslog] FATE: add fate test for minterpolate filter

2020-05-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Sep 20 11:08:36 2019 +0800| [3b5a36c56d0502aa441825472f9fe892bd12d3df] | committer: Limin Wang FATE: add fate test for minterpolate filter have tested on linux x86_32/64, mingw32/64 arm & mips qemu Tested-by: Michael Niedermayer Signed-off-by:

[FFmpeg-cvslog] avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll use it first

2020-05-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:28:38 2019 +0800| [d88e1c9838dbcfe29d7835f2705ffc9ee6a36bf3] | committer: Limin Wang avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll use it first Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avfilter/vf_scdet: add filter to detect scene change

2020-05-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Tue Oct 8 23:28:36 2019 +0800| [d62d4e05e80342b0b42a6adfd957eda230655a54] | committer: Limin Wang avfilter/vf_scdet: add filter to detect scene change Reviewed-by: Paul B Mahol Signed-off-by: Limin Wang >

[FFmpeg-cvslog] avfilter/vf_minterpolate: change the default threshold to get better scene change detect result

2020-05-14 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri Sep 20 11:08:35 2019 +0800| [815a3b393c23e9a794235870ded3bc30d973e16b] | committer: Limin Wang avfilter/vf_minterpolate: change the default threshold to get better scene change detect result ./ffmpeg -loglevel debug -i

[FFmpeg-cvslog] avformat/mpegtsenc: Don't use heap allocated array to store pids

2020-05-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Apr 30 14:50:00 2020 -0400| [1dd0def976405c38b80e89a385e3eaad98988358] | committer: Andriy Gelman avformat/mpegtsenc: Don't use heap allocated array to store pids A temporary heap array currently stores pids from all streams. It is used to make

[FFmpeg-cvslog] avformat/mpegtsenc: Remove two duplicated fields

2020-05-14 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Thu Apr 30 15:43:40 2020 -0400| [0776cb7083c34b4593c62f068f4371169f987e7b] | committer: Andriy Gelman avformat/mpegtsenc: Remove two duplicated fields ts->{tsid,onid} stores the values of ts->{transport_stream_id,original_network_id} Reviewed-by: