[FFmpeg-cvslog] fate/checkasm: add LPC test to list

2022-09-21 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Sep 22 03:43:12 2022 +0200| [f2d75d7fb05ce1fb901432dacf6a630ef841b43c] | committer: Lynne fate/checkasm: add LPC test to list > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2d75d7fb05ce1fb901432dacf6a630ef841b43c --- tests/fate/checkasm.mak

[FFmpeg-cvslog] x86/lpc: fix even scalar loop overreads/writes

2022-09-21 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Sep 22 03:41:02 2022 +0200| [b67776e12f90a11c0c976d0add8d213a2684064f] | committer: Lynne x86/lpc: fix even scalar loop overreads/writes Passes checkasm with valgrind, tested to sizes of more than 4000 samples. > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] x86/lpc: fix odd scalar loop overreads/writes

2022-09-21 Thread Lynne
ffmpeg | branch: master | Lynne | Thu Sep 22 03:06:00 2022 +0200| [dea944b838626b5576598b7f13cc34e6263ebbfe] | committer: Lynne x86/lpc: fix odd scalar loop overreads/writes > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dea944b838626b5576598b7f13cc34e6263ebbfe --- libavcodec/x86

[FFmpeg-cvslog] avcodec/dcaenc: Simplify channel layout check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 00:14:51 2022 +0200| [ce16d18307559213b20b24c4c824c7014a564590] | committer: Andreas Rheinhardt avcodec/dcaenc: Simplify channel layout check ff_encode_preinit() ensures that the channel layout is equivalent to one of the channel layout

[FFmpeg-cvslog] avcodec/mlpenc: Remove dead channel layout checks

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 23:49:57 2022 +0200| [65dbc83eec2656786b901ed15569d7044c6c6dee] | committer: Andreas Rheinhardt avcodec/mlpenc: Remove dead channel layout checks ff_encode_preinit() has already checked that the channel layout is equivalent to one of th

[FFmpeg-cvslog] avcodec/dcaenc: Remove dead checks for unspec channel layouts

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 23:54:21 2022 +0200| [66e297fc848a6ec90143b4ace005b4503665e909] | committer: Andreas Rheinhardt avcodec/dcaenc: Remove dead checks for unspec channel layouts This encoder has AVCodec.ch_layouts set, so ff_encode_preinit() ensures that t

[FFmpeg-cvslog] avcodec/mlpenc: Simplify channel layout comparisons

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 23:13:05 2022 +0200| [a12338afe5192f23349c0fde8592891be230bfc3] | committer: Andreas Rheinhardt avcodec/mlpenc: Simplify channel layout comparisons These encoders have AVCodec.ch_layouts set, so ff_encode_preinit() has already checked t

[FFmpeg-cvslog] avcodec/mlpenc: Fix channel layouts

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 17 22:51:59 2022 +0200| [03fb801cd97ab203a6beb5bdfc495f16801cc13e] | committer: Andreas Rheinhardt avcodec/mlpenc: Fix channel layouts The encoder actually creates files with side channels, not back channels. See thd_layout in mlp_parse.h.

[FFmpeg-cvslog] avcodec/libspeexenc: Remove dead channel count check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:02:01 2022 +0200| [4668ff792a509ec1eb61f3ebc133d40db3b5a420] | committer: Andreas Rheinhardt avcodec/libspeexenc: Remove dead channel count check This encoder has AVCodec.ch_layouts set, so that this is checked generically. Signed-o

[FFmpeg-cvslog] avcodec/pcm: Remove always-false check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 20:55:23 2022 +0200| [5c18934c6d8bb56e412efc5636fbc22b6c57b16d] | committer: Andreas Rheinhardt avcodec/pcm: Remove always-false check None of the decoders here have the AV_CODEC_CAP_CHANNEL_CONF set, so that it is already checked gener

[FFmpeg-cvslog] avcodec/libshine: Remove dead channel count check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:00:51 2022 +0200| [56f7b39456e65c31262c12ad0e03126ec29ce92d] | committer: Andreas Rheinhardt avcodec/libshine: Remove dead channel count check This encoder has AVCodec.ch_layouts set, so that this is checked generically. Signed-off-

[FFmpeg-cvslog] avcodec/mpegaudioenc_template: Remove dead channel count check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:03:22 2022 +0200| [17366d6128c7c3e3781442cfd1e84e4ec5b6f20e] | committer: Andreas Rheinhardt avcodec/mpegaudioenc_template: Remove dead channel count check The encoders using this have AVCodec.ch_layouts set, so that this is checked

[FFmpeg-cvslog] avcodec/libcodec2: Remove dead channel count check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 20:59:36 2022 +0200| [e6073665c43ec199b43689b5f305e7fed8f84379] | committer: Andreas Rheinhardt avcodec/libcodec2: Remove dead channel count check This encoder has AVCodec.ch_layouts set, so that this is checked generically. Reviewed-b

[FFmpeg-cvslog] avcodec/pcm-blurayenc: Don't presume every channel layout to be native

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 20:45:46 2022 +0200| [ce6af2df617f70d6947c7936f9fb462bf5546886] | committer: Andreas Rheinhardt avcodec/pcm-blurayenc: Don't presume every channel layout to be native The pcm_bluray encoder has AVCodec.ch_layouts set, so that ff_encode_

[FFmpeg-cvslog] avcodec/encode: Remove deprecated always-false checks

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:49:52 2022 +0200| [9ffd0c46b1e266625c22151d0c459ddb234848a1] | committer: Andreas Rheinhardt avcodec/encode: Remove deprecated always-false checks Now that it is ensured that the old and new channel count/layout values coincide if th

[FFmpeg-cvslog] avcodec/dfpwmdec: Remove always-false check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 16 02:32:07 2022 +0200| [cd335de53f853087b45b53fa96b09ddf4ab01108] | committer: Andreas Rheinhardt avcodec/dfpwmdec: Remove always-false check This decoder does not have the AV_CODEC_CAP_CHANNEL_CONF set, so that number of channels has to

[FFmpeg-cvslog] avcodec/avcodec: Always use old channel count/layout if set

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:38:08 2022 +0200| [90edbd3185e6fac04aed739e2bdef9c69d574b17] | committer: Andreas Rheinhardt avcodec/avcodec: Always use old channel count/layout if set This ensures that if AVCodecContext.channels or AVCodecContext.channel_layout ar

[FFmpeg-cvslog] avcodec/avcodec: Uninitialize AVChannelLayout before overwriting it

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:33:27 2022 +0200| [e2e31815191254ef5581213639f4bed8e4a8be25] | committer: Andreas Rheinhardt avcodec/avcodec: Uninitialize AVChannelLayout before overwriting it Otherwise, there might be leaks. Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/avcodec: Check for more invalid channel layouts

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 16 02:27:25 2022 +0200| [a06a2d89434abd8feb760a943924f3cfacedfda6] | committer: Andreas Rheinhardt avcodec/avcodec: Check for more invalid channel layouts In particular, check the provided channel layout for encoders without AVCodec.ch_lay

[FFmpeg-cvslog] avcodec/encode: Remove dead deprecated check

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 21:27:15 2022 +0200| [859d9d70f9faf87bfc3fe23f97c38fd661367778] | committer: Andreas Rheinhardt avcodec/encode: Remove dead deprecated check The wrapper for the legacy channel layout API already sets AVCodecContext.channels based upon A

[FFmpeg-cvslog] avcodec/fmtconvert: Remove unused AVCodecContext parameter

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 20 03:00:50 2022 +0200| [9beba053117342dd7619b009c2f87eed77725807] | committer: Andreas Rheinhardt avcodec/fmtconvert: Remove unused AVCodecContext parameter Unused since d74a8cb7e42f703be5796eeb485f06af710ae8ca. Reviewed-by: Rémi Denis-C

[FFmpeg-cvslog] avcodec/cavsdsp: Remove unused function parameter

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 20 02:43:02 2022 +0200| [57f3ca20dcb104665c3c5dce04829574dc8d044f] | committer: Andreas Rheinhardt avcodec/cavsdsp: Remove unused function parameter Reviewed-by: Rémi Denis-Courmont Signed-off-by: Andreas Rheinhardt > http://git.videola

[FFmpeg-cvslog] avcodec/blockdsp: Remove unused AVCodecContext parameter

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Sep 20 02:52:15 2022 +0200| [fd72d8aea3fbda09e029d2ecd7564f8c98b347e3] | committer: Andreas Rheinhardt avcodec/blockdsp: Remove unused AVCodecContext parameter Possible since be95df12bb06b183c8d2aea3b0831fdf05466cf3. Reviewed-by: Rémi Denis-C

[FFmpeg-cvslog] fate/lavf-*: Add missing dependency on pipe protocol

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Sep 18 18:22:55 2022 +0200| [6a288ada55c0e5a2a74e1ea2b5666412282cb3db] | committer: Andreas Rheinhardt fate/lavf-*: Add missing dependency on pipe protocol Forgotten in bf1337f99c66ac574c6e4da65c305ca878f1d65d. Signed-off-by: Andreas Rheinhar

[FFmpeg-cvslog] avcodec/mjpegbdec: use init_get_bits8()

2022-09-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 21 14:59:53 2022 +0200| [b9d71cdb9e920490aec72ec5c17fdf091725c4b4] | committer: Paul B Mahol avcodec/mjpegbdec: use init_get_bits8() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9d71cdb9e920490aec72ec5c17fdf091725c4b4 --- libavc

[FFmpeg-cvslog] avcodec/mlpenc: analyze only if there are samples

2022-09-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 21 14:28:23 2022 +0200| [6a150fcdb917787b356b3b7eb87bfbe7d7a0e9d5] | committer: Paul B Mahol avcodec/mlpenc: analyze only if there are samples > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a150fcdb917787b356b3b7eb87bfbe7d7a0e9d5 --

[FFmpeg-cvslog] lavc/videotoolboxenc: Fix crash by uninitialized value

2022-09-21 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Thu Sep 15 20:42:58 2022 +0200| [2ca2d46f0b1b6ac23dfdb73d67efcadca66384c6] | committer: Thilo Borgmann lavc/videotoolboxenc: Fix crash by uninitialized value If create_cv_pixel_buffer() fails, pixel_buffer_info might get into CFRelease() containing a

[FFmpeg-cvslog] avfilter/avfilter: Make ff_command_queue_pop() static

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 21 03:51:39 2022 +0200| [5a7978a694e7cab4684181ca4020caf0ce8cbb06] | committer: Andreas Rheinhardt avfilter/avfilter: Make ff_command_queue_pop() static Only used here. Reviewed-by: Nicolas George Signed-off-by: Andreas Rheinhardt > ht

[FFmpeg-cvslog] avfilter/internal: Remove declaration of inexistent function

2022-09-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 21 03:46:33 2022 +0200| [55c35d84eb2bd6a50c24b1904a3e6c01b83804cc] | committer: Andreas Rheinhardt avfilter/internal: Remove declaration of inexistent function ff_get_ref_perms_string() has been removed in 7e350379f87e7f74420b4813170fe808e

[FFmpeg-cvslog] lavc/aarch64: Add neon implementation for pix_median_abs8

2022-09-21 Thread Hubert Mazur
ffmpeg | branch: master | Hubert Mazur | Tue Sep 20 13:01:58 2022 +0200| [b2732115ddbe306bc1040227a859b6ce2f7663b3] | committer: Martin Storsjö lavc/aarch64: Add neon implementation for pix_median_abs8 Provide optimized implementation for pix_median_abs8 function. Performance comparison tests

[FFmpeg-cvslog] lavc/aarch64: Add neon implementation for pix_median_abs16

2022-09-21 Thread Hubert Mazur
ffmpeg | branch: master | Hubert Mazur | Tue Sep 20 13:01:56 2022 +0200| [0ee535b1db392a340a86ce0581dff94624c2da06] | committer: Martin Storsjö lavc/aarch64: Add neon implementation for pix_median_abs16 Provide optimized implementation for pix_median_abs16 function. Performance comparison tes

[FFmpeg-cvslog] lavc/aarch64: Add neon implementation for vsad8_intra

2022-09-21 Thread Hubert Mazur
ffmpeg | branch: master | Hubert Mazur | Tue Sep 20 13:01:57 2022 +0200| [e9a6170213d9fc48db4f4135b9fd848f461a0bd2] | committer: Martin Storsjö lavc/aarch64: Add neon implementation for vsad8_intra Provide optimized implementation for vsad8_intra function. Performance comparison tests are sho

[FFmpeg-cvslog] avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1

2022-09-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 20 17:07:15 2022 +0200| [acbb2777e28c462d38f774d317e6cd3ad2a0b215] | committer: Paul B Mahol avcodec/ac3dec: add downmix support for mono and stereo for eac3 7.1 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acbb2777e28c462d38f774d3