[FFmpeg-cvslog] avfilter/vf_convolution: Add mem_internal.h for DECLARE_ALIGNED

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 20 04:26:05 2021 +0200| [78a4a76c8509c7c6fd919d2dde032defe1695111] | committer: Andreas Rheinhardt avfilter/vf_convolution: Add mem_internal.h for DECLARE_ALIGNED Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] doc/filters.texi: Correct asegment example

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Aug 17 02:43:02 2021 +0200| [a1094eaa304efcf11c8da027c7e02978c7a9792a] | committer: Andreas Rheinhardt doc/filters.texi: Correct asegment example Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] lavc/aarch64: add pred functions for 10-bit

2021-08-20 Thread Mikhail Nitenko
ffmpeg | branch: master | Mikhail Nitenko | Fri Aug 20 00:00:38 2021 +0300| [d3e56b56ae2193f3709d541aabba3ccc7e3f61a6] | committer: Martin Storsjö lavc/aarch64: add pred functions for 10-bit Benchmarks:A53 A72 pred8x8_dc_10_c: 64.249.5 pred8x8_

[FFmpeg-cvslog] lavc/aarch64: h264, add chroma loop filters for 10bit

2021-08-20 Thread Mikhail Nitenko
ffmpeg | branch: master | Mikhail Nitenko | Fri Aug 20 00:08:00 2021 +0300| [43ca887bc2edaaa7dbcf40798f5345dda871cbe2] | committer: Martin Storsjö lavc/aarch64: h264, add chroma loop filters for 10bit Benchmarks: A53 A72 h264_h_loop_filter_chroma

[FFmpeg-cvslog] lavc/aarch64: move transpose_4x8H to neon.S

2021-08-20 Thread Mikhail Nitenko
ffmpeg | branch: master | Mikhail Nitenko | Fri Aug 20 00:07:59 2021 +0300| [756d2e087a73c1e1ebe9647e085a1f5c90fa87de] | committer: Martin Storsjö lavc/aarch64: move transpose_4x8H to neon.S transpose_4x8H was declared in vp9lpf_16bpp_neon, however this macro is not unique to vp9 and could be

[FFmpeg-cvslog] doc/examples/encode_video: add explanations in comments.

2021-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Mon Aug 16 15:05:59 2021 +0200| [1698cd8422c8a363e25dd94beb61c0a6d68bd67c] | committer: Nicolas George doc/examples/encode_video: add explanations in comments. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1698cd8422c8a363e25dd94beb61c0a

[FFmpeg-cvslog] avfilter/avfiltergraph: Remove dead checks

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 15 10:26:06 2021 +0200| [3969c2abfb29c230cfce2ebfdcaaf6d0f0266b30] | committer: Andreas Rheinhardt avfilter/avfiltergraph: Remove dead checks These checks emit warnings in case the channel layouts lists are inconsistent; yet since 69f5f6ea

[FFmpeg-cvslog] avfilter/formats: Don't set samplerate or channel count on video links

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 15 10:15:09 2021 +0200| [4f46c3cf5c78cac303bf4c9877e8544f0e512449] | committer: Andreas Rheinhardt avfilter/formats: Don't set samplerate or channel count on video links This currently happens by accident in a few filters that use ff_set_c

[FFmpeg-cvslog] avfilter/formats: Avoid redundant counter

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 15 09:44:59 2021 +0200| [79595024ed887e2f473ec21ad3596af2c3fc4041] | committer: Andreas Rheinhardt avfilter/formats: Avoid redundant counter The ff_set_common_(formats|channel_layouts|samplerates) have to free their list in case it doesn't

[FFmpeg-cvslog] avfilter/avfilter: Deprecate avfilter_pad_count()

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 12 15:21:57 2021 +0200| [e88db774d8c3905fc664446914202f66ebc1a140] | committer: Andreas Rheinhardt avfilter/avfilter: Deprecate avfilter_pad_count() It is unnecessary as the number of static inputs and outputs can now be directly read via

[FFmpeg-cvslog] fftools/cmdutils: Switch to avfilter_filter_pad_count()

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 15 07:36:43 2021 +0200| [8f72bb866e47bcb57586608086c77cf0a2e2f21a] | committer: Andreas Rheinhardt fftools/cmdutils: Switch to avfilter_filter_pad_count() Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > http://git.videol

[FFmpeg-cvslog] avfilter/avfilter: Add avfilter_filter_pad_count()

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Aug 15 07:32:05 2021 +0200| [7c5f998196d101a661d802aa48dd62dd93d1fb3d] | committer: Andreas Rheinhardt avfilter/avfilter: Add avfilter_filter_pad_count() It is intended as replacement for avfilter_pad_count(). In contrast to the latter, it avo

[FFmpeg-cvslog] fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of pads

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 12 17:35:37 2021 +0200| [d53d48c7993fe2e9ffcc4a638ebd2f4c5273c144] | committer: Andreas Rheinhardt fftools/cmdutils: Use avfilter_pad_count() for AVFilter's number of pads Besides being nicer code this also has the advantage of not making

[FFmpeg-cvslog] avcodec/h264_parser: Fix undefined left shift

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue May 26 20:26:28 2020 +0200| [c83a7dd25fdf9636e7e5da3fad5e0d82035b9c86] | committer: Andreas Rheinhardt avcodec/h264_parser: Fix undefined left shift Use an uint32_t for the NAL unit size of an AVC H.264 NAL unit instead of an int as a left shi

[FFmpeg-cvslog] avfilter/avfiltergraph: Don't use AVClass * for logcontext

2021-08-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Aug 20 05:33:23 2021 +0200| [29bf3fafa0c46b6fbb205bc878fd3bcb6aa0d8cb] | committer: Andreas Rheinhardt avfilter/avfiltergraph: Don't use AVClass * for logcontext Forgotten in 57fa314090ab006808911fd790053b534749aa53. Reviewed-by: Nicolas Geor

[FFmpeg-cvslog] avfilter/vf_colorcorrect: fix average analyze mode and add minmax mode

2021-08-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Aug 20 10:54:30 2021 +0200| [d5b3e0403ee2eceac5f38455c0c23fef415bc69c] | committer: Paul B Mahol avfilter/vf_colorcorrect: fix average analyze mode and add minmax mode > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5b3e0403ee2eceac5f384

[FFmpeg-cvslog] lavfi/formats: document the negotiation process

2021-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 19 17:12:57 2021 +0200| [b06f12b68b397f9bf9ee991e850095b0330cb3dc] | committer: Nicolas George lavfi/formats: document the negotiation process > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b06f12b68b397f9bf9ee991e850095b0330cb3dc

[FFmpeg-cvslog] lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers

2021-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 19 16:58:20 2021 +0200| [24de2b7618cc0ed9e75398750b95a2fe88ccaf8c] | committer: Nicolas George lavfi/formats: rename AVFilterNegotiation.nb to nb_mergers > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24de2b7618cc0ed9e75398750b95a

[FFmpeg-cvslog] lavfi/formats: cosmetic: move negotiation stuff at the end

2021-08-20 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Aug 19 17:09:21 2021 +0200| [703c3c4151bf47a03ddf168f67a8b1a46834c791] | committer: Nicolas George lavfi/formats: cosmetic: move negotiation stuff at the end It was between AVFilterFormats and AVFilterChannelLayouts. > http://git.videolan.org/git