[FFmpeg-cvslog] avformat/mov: Fix integer overflow in mov_read_packet().

2023-12-01 Thread Dale Curtis
ffmpeg | branch: master | Dale Curtis | Wed Nov 22 22:17:37 2023 +| [2182173a6933c02b0853751034bd5e0bf829b5f7] | committer: Michael Niedermayer avformat/mov: Fix integer overflow in mov_read_packet(). Fixes https://crbug.com/1499669: runtime error: signed integer overflow: 9223372036853334

[FFmpeg-cvslog] avfilter/vf_chromanr: compare correct variables for advanced mode

2023-12-01 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Dec 1 21:11:57 2023 +0100| [db7b8382376e6b49cfc44583036759be59156f22] | committer: Paul B Mahol avfilter/vf_chromanr: compare correct variables for advanced mode > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db7b8382376e6b49cfc44583036

[FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hv

2023-12-01 Thread Logan Lyu
ffmpeg | branch: master | Logan Lyu | Sun Nov 12 09:03:28 2023 +0800| [fa0470347e326fe1c9f54ab3dcdbdfa67fa5eddd] | committer: Martin Storsjö lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_hv put_hevc_qpel_bi_hv4_8_c: 433.7 put_hevc_qpel_bi_hv4_8_i8mm: 117.9 put_hevc_qpel_bi_hv6_8_c: 803

[FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_v

2023-12-01 Thread Logan Lyu
ffmpeg | branch: master | Logan Lyu | Sun Nov 12 08:32:10 2023 +0800| [595f97028b827a14dd979c76468e4da93b3adfd5] | committer: Martin Storsjö lavc/aarch64: new optimization for 8-bit hevc_qpel_bi_v put_hevc_qpel_bi_v4_8_c: 166.1 put_hevc_qpel_bi_v4_8_neon: 61.9 put_hevc_qpel_bi_v6_8_c: 309.4 pu

[FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hv

2023-12-01 Thread Logan Lyu
ffmpeg | branch: master | Logan Lyu | Sat Nov 11 19:57:40 2023 +0800| [00290a64f758acafef80d88bb06760cd7bbd9eac] | committer: Martin Storsjö lavc/aarch64: new optimization for 8-bit hevc_epel_bi_hv put_hevc_epel_bi_hv4_8_c: 242.9 put_hevc_epel_bi_hv4_8_i8mm: 68.6 put_hevc_epel_bi_hv6_8_c: 402.

[FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_epel_bi_v

2023-12-01 Thread Logan Lyu
ffmpeg | branch: master | Logan Lyu | Sat Nov 11 19:17:36 2023 +0800| [0448f27f41457a058256f0f5145c91e88064e051] | committer: Martin Storsjö lavc/aarch64: new optimization for 8-bit hevc_epel_bi_v put_hevc_epel_bi_v4_8_c: 138.4 put_hevc_epel_bi_v4_8_neon: 33.7 put_hevc_epel_bi_v6_8_c: 302.9 pu

[FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_epel_bi_h

2023-12-01 Thread Logan Lyu
ffmpeg | branch: master | Logan Lyu | Sat Nov 11 17:54:35 2023 +0800| [216275bd8098fc4a08fd4c38191c8c217a6b897a] | committer: Martin Storsjö lavc/aarch64: new optimization for 8-bit hevc_epel_bi_h put_hevc_epel_bi_h4_8_c: 96.0 put_hevc_epel_bi_h4_8_neon: 36.3 put_hevc_epel_bi_h6_8_c: 288.3 put

[FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels

2023-12-01 Thread Logan Lyu
ffmpeg | branch: master | Logan Lyu | Sun Nov 5 16:33:17 2023 +0800| [40cf4a5ca3ce1bdb2623ac0f8a956c27203540ea] | committer: Martin Storsjö lavc/aarch64: new optimization for 8-bit hevc_pel_bi_pixels put_hevc_pel_bi_pixels4_8_c: 54.7 put_hevc_pel_bi_pixels4_8_neon: 43.0 put_hevc_pel_bi_pixels

[FFmpeg-cvslog] checkasm/ac3dsp: add float_to_fixed24 test

2023-12-01 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Wed Nov 22 14:57:29 2023 +0800| [d0ec826077c49f4cbf286621771a4a43a9bf57b8] | committer: Rémi Denis-Courmont checkasm/ac3dsp: add float_to_fixed24 test Signed-off-by: Rémi Denis-Courmont > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0ec8260

[FFmpeg-cvslog] avcodec/ac3dsp: add missing stddef.h include

2023-12-01 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Dec 1 12:42:22 2023 -0300| [6d196112516f5298f263eeb29a8a1626b6e090d4] | committer: James Almer avcodec/ac3dsp: add missing stddef.h include Should fix make checkheaders Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=