[FFmpeg-cvslog] avfilter/vf_lut3d: prelut support for 3d cinespace luts

2020-05-30 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sat May 23 19:04:51 2020 -0700| [a1221b96d81b9bc4ec92ad0d1fb06e7864cb40f7] | committer: Michael Niedermayer avfilter/vf_lut3d: prelut support for 3d cinespace luts Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avformat/oggparsetheora: Don't update start time when lastpts is AV_NOPTS_VALUE.

2020-05-30 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Fri May 15 12:37:02 2020 -0700| [57564a2cfc9c424d137e8279955ac9e892c8d794] | committer: Michael Niedermayer avformat/oggparsetheora: Don't update start time when lastpts is AV_NOPTS_VALUE. Signed-off-by: Dale Curtis Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat: add kvag muxer

2020-05-30 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Fri May 29 10:54:59 2020 +| [4aa07d1a74289dcdf12ea65ac975b415e26e3801] | committer: Michael Niedermayer avformat: add kvag muxer Signed-off-by: Zane van Iperen Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avfilter: add dblur video filter

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed May 27 12:03:02 2020 +0200| [726dbc57f8162ce82c245a2fdfef2fa074c99dc4] | committer: Paul B Mahol avfilter: add dblur video filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=726dbc57f8162ce82c245a2fdfef2fa074c99dc4 --- Changelog

[FFmpeg-cvslog] avcodec: add PFM image decoder

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed May 27 16:42:24 2020 +0200| [d49db99ce2be29c4ae4083dfb04128ff842285fd] | committer: Paul B Mahol avcodec: add PFM image decoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d49db99ce2be29c4ae4083dfb04128ff842285fd --- Changelog

[FFmpeg-cvslog] avfilter/af_aiir: simplify polynomial evaluation

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat May 30 17:55:32 2020 +0200| [1329db8cfb63e1c87e9aa2d514ca9eaf20939228] | committer: Paul B Mahol avfilter/af_aiir: simplify polynomial evaluation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1329db8cfb63e1c87e9aa2d514ca9eaf20939228

[FFmpeg-cvslog] avfilter/af_aiir: use correct size when allocating in zp2tf

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat May 30 10:55:28 2020 +0200| [aac16abd926e3813eff8b25902ae61222af8d37c] | committer: Paul B Mahol avfilter/af_aiir: use correct size when allocating in zp2tf >

[FFmpeg-cvslog] lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE

2020-05-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed May 27 00:37:21 2020 +0800| [439128960991aea38263a53c7634a0e2aa786691] | committer: Jun Zhao lavf/utils: fix start_time/duration dump if it is AV_NOPTS_VALUE e,g: the command: ffprobe -show_format -i fate-suite/aac/foo.aac -loglevel 99 will dump the

[FFmpeg-cvslog] lavfi/aiir: Refine the pad/vpad related operation

2020-05-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon May 25 16:10:29 2020 +0800| [018cd437f898aa72eafcd44dba263dc1ec8fcf05] | committer: Jun Zhao lavfi/aiir: Refine the pad/vpad related operation move the pad/vpad related operation with more natural coding style. Signed-off-by: Jun Zhao >

[FFmpeg-cvslog] lavfi/afir: fix vpad.name leak

2020-05-30 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Mon May 25 08:48:12 2020 +0800| [ff8329a73054bc6055a69860507fe45386e94798] | committer: Jun Zhao lavfi/afir: fix vpad.name leak Fix vpad.name leak in error path, move the vpad related operation only if enabled show IR frequency response. Signed-off-by:

[FFmpeg-cvslog] avutil/attributes: Fix too many warning: false is not defined [-Wundef]

2020-05-30 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Fri May 29 19:14:18 2020 +0800| [77e15f01fb876561054376c11b1529b202f8130d] | committer: Limin Wang avutil/attributes: Fix too many warning: false is not defined [-Wundef] Reviewed-by: James Almer Reviewed-by: Hendrik Leppkes Signed-off-by: Limin Wang

[FFmpeg-cvslog] avfilter/af_aiir: add S-plane support

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 29 22:05:01 2020 +0200| [e2e8121eaac62fc77576a36801eedf7e32d0b67b] | committer: Paul B Mahol avfilter/af_aiir: add S-plane support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e2e8121eaac62fc77576a36801eedf7e32d0b67b ---

[FFmpeg-cvslog] avfilter/af_aiir: improve response calculation with zp coefficients

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat May 30 09:47:12 2020 +0200| [3fc7b01c52746cdfa13b99117642644d6bda38c8] | committer: Paul B Mahol avfilter/af_aiir: improve response calculation with zp coefficients >

[FFmpeg-cvslog] avfilter/af_aiir: make it clear that transfer function is digital one

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri May 29 20:44:41 2020 +0200| [327b52412dc63b5b699dc9ff9fb41e49010d643c] | committer: Paul B Mahol avfilter/af_aiir: make it clear that transfer function is digital one >

[FFmpeg-cvslog] avfilter/af_biquads: implement 1st order allpass

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat May 23 17:54:54 2020 +0200| [1206a10d9c9f33487b4bfefa0b5805eb4c0669a2] | committer: Paul B Mahol avfilter/af_biquads: implement 1st order allpass > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1206a10d9c9f33487b4bfefa0b5805eb4c0669a2

[FFmpeg-cvslog] Revert "avfilter/af_aiir: move response drawing as last step"

2020-05-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat May 30 09:50:59 2020 +0200| [6485b54477e7f5d9feb382c4bd527279c5181261] | committer: Paul B Mahol Revert "avfilter/af_aiir: move response drawing as last step" This reverts commit ca7095a9072fab4cdb41af12da9d94752e082e34. >