[FFmpeg-cvslog] avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_config

2021-02-19 Thread Wonkap Jang
ffmpeg | branch: master | Wonkap Jang | Thu Feb 18 11:01:31 2021 -0800| [029e3c1c70b31ede9f17dda4b3a4fc8e35cada70] | committer: James Zern avcodec/libvpxenc: optimize parsing vpx_svc_ref_frame_config Getting rid of unnecessary use of AVDictionary object in parsing vpx_svc_ref_frame_config.

[FFmpeg-cvslog] avcodec/nvenc: fix timestamp offset ticks logic

2021-02-19 Thread Timo Rothenpieler
ffmpeg | branch: release/4.3 | Timo Rothenpieler | Sat Jan 9 16:34:59 2021 +0100| [93061bc90cfaea22fff160e27532a44f3aab1fbd] | committer: Timo Rothenpieler avcodec/nvenc: fix timestamp offset ticks logic >

[FFmpeg-cvslog] fftools/ffplay: reindent and some minor cosmetics

2021-02-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 7 18:55:31 2021 +0100| [9edec9206a445a3331af4534af74ccf40f7e63e8] | committer: Marton Balint fftools/ffplay: reindent and some minor cosmetics Signed-off-by: Marton Balint >

[FFmpeg-cvslog] fftools/ffplay: use av_packet_alloc() to allocate packets

2021-02-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 7 18:48:11 2021 +0100| [36d671438af3500364ddbcfa8d79eb0ddbb40f57] | committer: Marton Balint fftools/ffplay: use av_packet_alloc() to allocate packets Heavily based on a patch by James Almer. Signed-off-by: Marton Balint >

[FFmpeg-cvslog] fftools/ffplay: use context AVPacket in decoder_decode_frame()

2021-02-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 7 15:47:09 2021 +0100| [44fb1f845d650d15be8004d9fd244f54e4a44187] | committer: Marton Balint fftools/ffplay: use context AVPacket in decoder_decode_frame() Signed-off-by: Marton Balint >

[FFmpeg-cvslog] fftools/ffplay: get rid of flush_pkt

2021-02-19 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Feb 7 13:39:18 2021 +0100| [a29928e6460e033ad374777b0e660683a49292f5] | committer: Marton Balint fftools/ffplay: get rid of flush_pkt The packet serial can be used instead to detect when a flush is needed. Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avcodec/cfhdenc: use pts instead of frame number

2021-02-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 19 20:58:41 2021 +0100| [82472afe183bbab7adf31ad9b61874421293690d] | committer: Paul B Mahol avcodec/cfhdenc: use pts instead of frame number Makes encodes bitexact with different number of threads. >

[FFmpeg-cvslog] avfilter/vf_ssim: add slice threading

2021-02-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Feb 16 23:00:03 2021 +0100| [c2ca1eb2a7403ef9a868a1c7a66d9096cac0703e] | committer: Paul B Mahol avfilter/vf_ssim: add slice threading > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2ca1eb2a7403ef9a868a1c7a66d9096cac0703e ---

[FFmpeg-cvslog] avcodec/indeo3: add support for more dimensions

2021-02-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Feb 14 19:14:45 2021 +0100| [59dd70299007677bd1501973f537d54fc52b2746] | committer: Paul B Mahol avcodec/indeo3: add support for more dimensions Fixes #6581 >

[FFmpeg-cvslog] avfilter/vf_psnr: add support for slice threading

2021-02-19 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Feb 13 00:53:16 2021 +0100| [680ba23bc278517b672de9c2975f7a860c477dc3] | committer: Paul B Mahol avfilter/vf_psnr: add support for slice threading > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=680ba23bc278517b672de9c2975f7a860c477dc3

[FFmpeg-cvslog] tests/checkasm/sw_scale: use memset() to fill dither

2021-02-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 19 16:19:11 2021 -0300| [d52ceed9fd3655113657d9b572fc2c83b7f913cc] | committer: James Almer tests/checkasm/sw_scale: use memset() to fill dither Signed-off-by: James Almer >

[FFmpeg-cvslog] checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffers

2021-02-19 Thread Alan Kelly
ffmpeg | branch: master | Alan Kelly | Fri Feb 19 14:55:39 2021 +0100| [ee18edb13a9ae3041df961dd5003c2055b5cab35] | committer: James Almer checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffers Fixes valgrind uninitialised value warnings. Signed-off-by: James Almer >